postgresql/src/backend
2005-10-07 20:11:03 +00:00
..
access Revise pgstats stuff to fix the problems with not counting accesses 2005-10-06 02:29:23 +00:00
bootstrap Arrange for indexes and toast tables to inherit their ownership from 2005-08-26 03:08:15 +00:00
catalog Marginal speedup in RelationIsVisible and TypeIsVisible: avoid a redundant 2005-10-06 22:43:16 +00:00
commands Minor API cleanup for async notifications: we can only register the 2005-10-06 21:30:39 +00:00
executor Revise pgstats stuff to fix the problems with not counting accesses 2005-10-06 02:29:23 +00:00
lib Replace the use of "0" with "NULL" where appropriate in dllist.c, for 2005-01-18 22:59:32 +00:00
libpq Suppress signed-vs-unsigned-char warnings. 2005-09-24 17:53:28 +00:00
main Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
nodes Clean up a couple of ad-hoc computations of the maximum number of tuples 2005-09-02 19:02:20 +00:00
optimizer Fix oversight in indexscan plan creation. I recently added code to use 2005-10-06 16:01:55 +00:00
parser When a function not returning RECORD has a single OUT parameter, use 2005-10-06 19:51:16 +00:00
po Translation updates 2005-01-17 20:27:44 +00:00
port Recognize ERROR_SHARING_VIOLATION (translate to EACCES), increase log 2005-10-07 16:34:48 +00:00
postmaster Revise pgstats stuff to fix the problems with not counting accesses 2005-10-06 02:29:23 +00:00
regex Clean up possibly-uninitialized-variable warnings reported by gcc 4.x. 2005-09-24 22:54:44 +00:00
rewrite Add NOWAIT option to SELECT FOR UPDATE/SHARE. 2005-08-01 20:31:16 +00:00
storage Allocate a few extra LWLocks for possible use by add-on modules. 2005-10-07 20:11:03 +00:00
tcop Minor API cleanup for async notifications: we can only register the 2005-10-06 21:30:39 +00:00
utils Marginal performance improvement in aclmask(): don't bother with 2005-10-07 19:59:34 +00:00
Makefile Put libpgport into OBJS instead of LIBS, so that it gets included 2005-07-28 04:31:30 +00:00
nls.mk Add _ to gettext triggers. Must have been forgotten here when it was introduced. 2005-10-04 11:14:03 +00:00