postgresql/src/backend
Tom Lane 7215f74b89 Make default ACL be consistent --- ie, starting point for ChangeAcl
is the same as the access permissions granted when a relation's relacl
field is NULL, ie, owner=all rights, world=no rights.
2000-10-02 04:49:28 +00:00
..
access Reset current user id to session user id during transaction abort 2000-09-27 10:41:55 +00:00
bootstrap Code cleanup of user name and user id handling in the backend. The current 2000-09-06 14:15:31 +00:00
catalog Make default ACL be consistent --- ie, starting point for ChangeAcl 2000-10-02 04:49:28 +00:00
commands Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. 2000-09-29 18:21:41 +00:00
executor Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. 2000-09-29 18:21:41 +00:00
lib Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
libpq Fixes for Cygwin, with help from Pete Forman <gsez020@kryten.bedford.waii.com>. 2000-09-27 15:17:57 +00:00
main Code cleanup of user name and user id handling in the backend. The current 2000-09-06 14:15:31 +00:00
nodes Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. 2000-09-29 18:21:41 +00:00
optimizer Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. 2000-09-29 18:21:41 +00:00
parser Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. 2000-09-29 18:21:41 +00:00
port Please apply the following patch to fix problems with the AIX port 2000-09-29 22:00:49 +00:00
postmaster A bit of cleanup after SSL patch. Add it to config file, improve 2000-09-06 19:54:52 +00:00
regex Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
rewrite Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. 2000-09-29 18:21:41 +00:00
storage New unified regression test driver, test/regress makefile cleanup, 2000-09-29 17:17:41 +00:00
tcop This patch implements the following command: 2000-09-12 05:09:57 +00:00
tioga Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
utils Make default ACL be consistent --- ie, starting point for ChangeAcl 2000-10-02 04:49:28 +00:00
Makefile Support for DESTDIR make variable. This is used as in `make install 2000-09-17 13:02:52 +00:00