postgresql/src/backend
Tom Lane 28ac24e4dd Makefile should have automatic dependency for parser.o too, if it's
going to have any at all.
2001-05-04 22:01:03 +00:00
..
access Seems like we should not hold off cancel/die interrupts while we are 2001-05-04 18:39:16 +00:00
bootstrap Remove dashes in comments that don't need them, rewrap with pgindent. 2001-03-22 06:16:21 +00:00
catalog Disable creation of indexes on system tables. 2001-04-02 14:34:25 +00:00
commands Have to lock buffer while changing page' LSN. 2001-04-04 15:43:25 +00:00
executor Kluge solution for Alex Pilosov's report of problems with whole-tuple 2001-04-19 04:29:02 +00:00
lib Remove dashes in comments that don't need them, rewrap with pgindent. 2001-03-22 06:16:21 +00:00
libpq Remove error report from pq_endmessage when pq_putmessage fails. The 2001-04-16 01:46:57 +00:00
main Remove useless setuid() call, instead add a check that real and effective 2001-04-21 18:29:29 +00:00
nodes Fix Joubert's complaint that int8-sized numeric literals are mishandled 2001-03-22 17:41:47 +00:00
optimizer Suppress pull-up of subqueries that are in the nullable side of an outer 2001-04-30 19:24:47 +00:00
parser Makefile should have automatic dependency for parser.o too, if it's 2001-05-04 22:01:03 +00:00
port Tom Ivar Helbekkmo <tih@kpnQwest.no> says that dynamic linking works 2001-04-02 03:08:30 +00:00
postmaster Add extern int optreset declaration, per bug report from <info@decc.nl>. 2001-04-19 19:09:23 +00:00
regex pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
rewrite Permission checking wasn't quite right for insert/update/delete rules, 2001-05-03 21:16:48 +00:00
storage Check for failure of malloc() and realloc() when allocating space for 2001-04-03 04:07:02 +00:00
tcop Add debug_query_string global variable for pgmonitor and debugging use. 2001-04-14 19:11:45 +00:00
tioga Remove dashes in comments that don't need them, rewrap with pgindent. 2001-03-22 06:16:21 +00:00
utils Consolidate several near-identical uses of mktime() into a single 2001-05-03 22:53:07 +00:00
Makefile Send 'cd' output to /dev/null. 2001-04-23 20:27:55 +00:00