postgresql/src/backend
Tom Lane d435592f33 Repair oversight in recent changes to index-creation: tuple time qual
check *can* return HEAPTUPLE_INSERT_IN_PROGRESS or HEAPTUPLE_DELETE_IN_PROGRESS,
even though we have ShareLock on the relation.  To wit, this can happen
if the tuple was inserted/deleted by our own transaction.  Per report from
Justin Clift 9/23.
2001-09-26 21:09:27 +00:00
..
access Remove useless test for time field in pg_control being > 0. We don't 2001-09-26 20:24:02 +00:00
bootstrap Hide backend debug output in initdb by default. To that end, the bootstrap 2001-08-25 00:31:17 +00:00
catalog Repair oversight in recent changes to index-creation: tuple time qual 2001-09-26 21:09:27 +00:00
commands Give VACUUM its own GUC parameter for memory usage, rather than 2001-09-21 03:32:36 +00:00
executor Quick-and-dirty fix for recursive plpgsql functions, per bug report from 2001-09-21 00:11:31 +00:00
lib Fix unportable coding for FRONTEND case. 2001-07-31 02:02:45 +00:00
libpq Add ALIGN() for cred packet, for OpenBSD. 2001-09-26 19:57:01 +00:00
main
nodes EXPLAIN ANALYZE feature to measure and show actual runtimes and tuple 2001-09-18 01:59:07 +00:00
optimizer Produce slightly saner-looking EXPLAIN output for a Result node. 2001-09-21 04:06:04 +00:00
parser Implement TODO item: 2001-09-23 03:39:01 +00:00
po Add explicit '-print' to 'find' commands. 2001-09-10 22:25:48 +00:00
port Get rid of PID entries in shmem hash table; there is no longer any need 2001-09-07 00:27:30 +00:00
postmaster Code review for MD5 authorization patch. Clean up some breakage 2001-09-21 20:31:49 +00:00
regex
rewrite Revert treatment of NOTIFY in rules to its pre-7.1 behavior: notify will 2001-09-07 20:52:31 +00:00
storage Add an overall timeout on the client authentication cycle, so that 2001-09-21 17:06:12 +00:00
tcop Add an overall timeout on the client authentication cycle, so that 2001-09-21 17:06:12 +00:00
tioga
utils Fix bug in mic2ascii(). It does not handle correctly if none ASCII 2001-09-25 01:27:03 +00:00
Makefile Install dynamically loadable modules into a private subdirectory 2001-09-16 16:11:11 +00:00