postgresql/src/backend
2002-10-11 04:12:14 +00:00
..
access Change order of operations during XLogFlush so that we try to include 2002-10-07 17:04:30 +00:00
bootstrap Ensure that before truncating CLOG, we force a checkpoint even if no 2002-09-26 22:58:34 +00:00
catalog Use heap_formtuple not heap_addheader to construct pg_index tuples. 2002-09-27 15:05:23 +00:00
commands Lock on the rule relation wasn't removed after adding the comment. 2002-10-09 16:26:46 +00:00
executor Tweak a few of the most heavily used function call points to zero out 2002-10-04 17:19:55 +00:00
lib
libpq Add SSL documentation info to README.SSL 2002-10-03 17:26:14 +00:00
main pgindent run. 2002-09-04 20:31:48 +00:00
nodes Prevent tv_sec from becoming negative in connection timeout code. 2002-10-11 04:12:14 +00:00
optimizer Add missing correction of sublevelsup when pulling up a subquery. 2002-09-24 18:38:23 +00:00
parser Make the world at least somewhat safe for zero-column tables, and 2002-09-28 20:00:19 +00:00
po Translation updates, some messages tweaked. 2002-09-22 20:57:21 +00:00
port > > > > and mb conversions (pg_ascii2mic and pg_mic2ascii not 2002-10-09 16:21:54 +00:00
postmaster Pass postmaster -d down to the postgres backend to trigger special -d 2002-09-26 05:17:00 +00:00
regex Remove retest Makefile entry because it does not compile. 2002-09-16 16:02:43 +00:00
rewrite
storage Avoid palloc(0) when MaxBackends = 1. 2002-10-03 19:17:55 +00:00
tcop Have SET not start transaction when autocommit off, with doc updates. 2002-10-09 04:59:38 +00:00
utils Prevent tv_sec from becoming negative in connection timeout code. 2002-10-11 04:12:14 +00:00
Makefile > > > > and mb conversions (pg_ascii2mic and pg_mic2ascii not 2002-10-09 16:21:54 +00:00
nls.mk