Re: [BUGS] BUG #8163: simultaneous nearly identical update queries execute extremely slowly

2013-05-15 Thread Todd A. Cook
On 05/15/13 16:10, Tom Lane wrote: "Todd A. Cook" writes: On 05/15/13 13:27, tc...@blackducksoftware.com wrote: When nearly identical update queries arrive simultaneously, the first one to execute runs normally, but subsequent executions run _extremely_ slowly. We've seen th

Re: [BUGS] BUG #8163: simultaneous nearly identical update queries execute extremely slowly

2013-05-15 Thread Todd A. Cook
On 05/15/13 13:27, tc...@blackducksoftware.com wrote: The following bug has been logged on the website: Bug reference: 8163 Logged by: Todd Cook Email address: tc...@blackducksoftware.com PostgreSQL version: 8.4.16 Operating system: Fedora 14 Description: When nearly

Re: [BUGS] renaming+recreating table w/default sequence causes dependency seq issue

2012-08-08 Thread Todd Kover
nd setting the column's default > to nextval('sequence-name'). I stand corrected. It would be nice if \ds or \ds+ or something showed this relationship so it was evident. That's more of a feature request than a bug fix tho. apologies for the misdirection. -Todd -- Sent v

[BUGS] renaming+recreating table w/default sequence causes dependency seq issue

2012-08-07 Thread Todd Kover
way, so I am still digging into a work around. thanks, -Todd -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs

[BUGS] canceling statement due to user request

2010-06-02 Thread Spangler, Todd
2008 - ASP.Net, and PostgreSQL 8.3. Thank you for your time, Todd Spangler COMSYS - A Manpower Company 804-521-5288

Re: [BUGS] BUG #4377: casting result of timeofday() to timestamp fails in some timezones

2008-08-27 Thread Todd A. Cook
day() is listed (http://www.postgresql.org/docs/8.3/static/functions-datetime.html), and there doesn't seem to be anything in the context of the 3 occurrences of "timeofday" that would imply it is deprecated. -- todd -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresq

[BUGS] BUG #3291: Query tool not returning all results

2007-05-18 Thread Todd Frankson
The following bug has been logged online: Bug reference: 3291 Logged by: Todd Frankson Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1 Operating system: Windows 2003 Server Description:Query tool not returning all results Details: When selecting From a

[BUGS] BUG #2000: psql does not prompt for password

2005-10-26 Thread Todd
The following bug has been logged online: Bug reference: 2000 Logged by: Todd Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1 Beta 4 Operating system: Windows Xp home Description:psql does not prompt for password Details: psql -U postgres does not prompt

[BUGS] BUG #1412: binaries are linked to numerous extraneous shared

2005-01-20 Thread Todd Eigenschink
The following bug has been logged online: Bug reference: 1412 Logged by: Todd Eigenschink Email address: [EMAIL PROTECTED] PostgreSQL version: 8 (any recent) Operating system: Linux Description:binaries are linked to numerous extraneous shared Details: For a long

Re: [BUGS] db growing out of proportion

2003-05-31 Thread Todd Nemanich
I have a database with similar performance constraints. Our best estimates put the turnover on our most active table at 350k tuples/day. The hardware is a 4x1.4GHz Xeon w/ a RAID 1 disk setup, and the DB floats around 500MB of disk space taken. Here is what we do to maintain operations: 1) Cro

[BUGS] Mac OS X 10.1 build bug - paths with spaces

2001-11-19 Thread Murray Todd Williams
#x27;d pass it along since you never know who's going to get hit unawares with this. (Especially those pesky Mac people who like spaces in their folder names.) Cheers! Murray Todd Williams ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org

Re: [BUGS] REQ: build src/backend/postgres w/o -lncurses or -lreadline

2001-05-16 Thread Todd R. Eigenschink
ial "make" finishes, it only takes about 15 seconds. And of course, most people don't/won't care or notice. The extra unneeded dependencies just make me feel dirty. :-) Todd ---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Re: [BUGS] REQ: build src/backend/postgres w/o -lncurses or -lreadline

2001-05-14 Thread Todd R. Eigenschink
>> > >It is my understanding that having them there causes no bloat in the >binary. No symbols are resolved in those libs. Perhaps not, but the postgres binary then becomes dependent on those libs being available (if they're shared). Todd ---(end of b

[BUGS] REQ: build src/backend/postgres w/o -lncurses or -lreadline

2001-05-11 Thread Todd R. Eigenschink
#x27;` -o $@ I realize this is a sort of special-purpose request. It's not a big deal to build the whole thing, then just relink src/backend/postgres without those libs. It just feels dirty to have them there when they aren't needed. Todd ---(end of broadca