postgresql/src/backend
2012-08-15 19:09:37 -04:00
..
access Update C comment to NOTICE to reflect previous commit changing the error 2012-08-15 19:09:37 -04:00
bootstrap Fix management of pendingOpsTable in auxiliary processes. 2012-07-18 15:28:10 -04:00
catalog Fix dependencies generated during ALTER TABLE ADD CONSTRAINT USING INDEX. 2012-08-11 12:51:24 -04:00
commands Disallow extensions from owning the schema they are assigned to. 2012-08-15 11:28:03 -04:00
executor Fix rescan logic in nodeCtescan. 2012-08-15 19:02:33 -04:00
foreign Add GetForeignColumnOptions() to foreign.c, and add some documentation. 2012-03-07 18:20:58 -05:00
lib
libpq Support having multiple Unix-domain sockets per postmaster. 2012-08-10 17:27:15 -04:00
main
nodes Implement SQL-standard LATERAL subqueries. 2012-08-07 19:02:54 -04:00
optimizer Resurrect the "last ditch" code path in join_search_one_level(). 2012-08-15 00:08:13 -04:00
parser Properly escape usernames in initdb, so names with single-quotes are 2012-08-15 11:23:15 -04:00
po
port
postmaster Update overlooked comment. 2012-08-10 17:36:54 -04:00
regex Prevent corner-case core dump in rfree(). 2012-07-15 13:27:54 -04:00
replication Turn off WalSender keepalives by default, users can enable if desired 2012-08-09 17:07:03 +01:00
rewrite Centralize the logic for detecting misplaced aggregates, window funcs, etc. 2012-08-10 11:36:15 -04:00
snowball Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
storage Only allow autovacuum to be auto-canceled by a directly blocked process. 2012-07-26 14:29:22 -04:00
tcop Support having multiple Unix-domain sockets per postmaster. 2012-08-10 17:27:15 -04:00
tsearch Make new event trigger facility actually do something. 2012-07-20 11:39:01 -04:00
utils On second thought, explain why date_trunc("week") on interval values is 2012-08-15 16:48:05 -04:00
.gitignore Add gitignore for mingw/cygwin build outputs 2011-06-09 18:11:47 +02:00
common.mk
Makefile
nls.mk