postgresql/src/backend
2001-08-13 18:45:36 +00:00
..
access Make OIDs optional, per discussions in pghackers. WITH OIDS is still the 2001-08-10 18:57:42 +00:00
bootstrap Make OIDs optional, per discussions in pghackers. WITH OIDS is still the 2001-08-10 18:57:42 +00:00
catalog Cleanup some minor oversights in optional-OIDs stuff. 2001-08-10 20:52:25 +00:00
commands Make ALTER TABLE RENAME on a view rename the view's on-select rule too. 2001-08-12 21:35:19 +00:00
executor Make OIDs optional, per discussions in pghackers. WITH OIDS is still the 2001-08-10 18:57:42 +00:00
lib Fix unportable coding for FRONTEND case. 2001-07-31 02:02:45 +00:00
libpq Fix thinko (revealed by gcc warning). 2001-08-07 15:55:16 +00:00
main
nodes Make OIDs optional, per discussions in pghackers. WITH OIDS is still the 2001-08-10 18:57:42 +00:00
optimizer Modify partial-index-predicate applicability tester to test whether 2001-08-06 18:09:45 +00:00
parser CREATE VIEW with optional column name list wasn't quite right for the 2001-08-11 00:02:13 +00:00
po update 2001-08-10 20:58:09 +00:00
port A small patch to keep postgres working on the latest BeOS. 2001-08-07 16:56:17 +00:00
postmaster Endeavor to make pgstats buffer process (a) safe and (b) useful. 2001-08-05 02:06:50 +00:00
regex
rewrite Make ALTER TABLE RENAME on a view rename the view's on-select rule too. 2001-08-12 21:35:19 +00:00
storage Cleanup some minor oversights in optional-OIDs stuff. 2001-08-10 20:52:25 +00:00
tcop Fix handling of SIGCHLD, per recent pghackers discussion: on some 2001-08-04 00:14:43 +00:00
tioga
utils Add comparison operators and btree indexing support for type bytea. 2001-08-13 18:45:36 +00:00
Makefile