postgresql/src/backend
Robert Haas efa415da8c Refactor seclabel.c to use the new check_object_ownership function.
This avoids duplicate (and not-quite-matching) code, and makes the logic
for SECURITY LABEL match COMMENT and ALTER EXTENSION ADD/DROP.
2011-03-04 17:26:37 -05:00
..
access You must hold a lock on the heap page when you call 2011-03-04 15:43:11 +02:00
bootstrap Per-column collation support 2011-02-08 23:04:18 +02:00
catalog Don't allow CREATE TABLE AS to create a column with invalid collation 2011-03-04 23:42:07 +02:00
commands Refactor seclabel.c to use the new check_object_ownership function. 2011-03-04 17:26:37 -05:00
executor Rearrange snapshot handling to make rule expansion more consistent. 2011-02-28 23:28:06 -05:00
foreign Implement an API to let foreign-data wrappers actually be functional. 2011-02-20 00:18:14 -05:00
lib Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
libpq Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
main Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
nodes Allow non-superusers to create (some) extensions. 2011-03-04 16:08:53 -05:00
optimizer Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH. 2011-02-25 18:58:02 -05:00
parser Allow non-superusers to create (some) extensions. 2011-03-04 16:08:53 -05:00
po
port Be less detailed about reporting shared memory failure by avoiding the 2011-02-27 12:21:58 -05:00
postmaster Add client_hostname field to pg_stat_activity. 2011-02-17 16:03:28 -05:00
regex Fix comparisons of pointers with zero to compare with NULL instead. 2010-10-29 15:51:52 -04:00
replication Change pg_last_xlog_receive_location() not to move backwards. That makes 2011-03-01 20:54:35 +02:00
rewrite Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH. 2011-02-25 18:58:02 -05:00
snowball Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
storage You must hold a lock on the heap page when you call 2011-03-04 15:43:11 +02:00
tcop Run a portal's cleanup hook immediately when pushing it to DONE state. 2011-03-03 13:04:06 -05:00
tsearch Fix tsmatchsel() to account properly for null rows. 2011-02-17 19:00:49 -05:00
utils Run a portal's cleanup hook immediately when pushing it to DONE state. 2011-03-03 13:04:06 -05:00
.gitignore
common.mk Workaround for recursive make breakage 2011-01-13 09:32:06 +02:00
Makefile Make handling of errcodes.h more consistent with other generated headers. 2011-02-04 09:29:10 -05:00
nls.mk