postgresql/src/backend
2009-08-14 14:53:20 +00:00
..
access Allow backends to start up without use of the flat-file copy of pg_database. 2009-08-12 20:53:31 +00:00
bootstrap Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCT 2009-08-02 22:14:53 +00:00
catalog Fix some omissions in the dependency-object-class support for SQL/MED objects. 2009-08-07 15:27:56 +00:00
commands Improve error message for the case where a requested foreign key constraint 2009-08-12 23:00:12 +00:00
executor Improve plpgsql's ability to cope with rowtypes containing dropped columns, 2009-08-06 20:44:32 +00:00
foreign Somebody seems to have thought they could get away without checking for 2009-06-11 16:14:18 +00:00
lib Assorted minor refactoring in EXPLAIN. 2009-07-24 21:08:42 +00:00
libpq Disallow empty passwords in LDAP authentication, the same way 2009-06-25 11:30:08 +00:00
main Update copyright for 2009. 2009-01-01 17:24:05 +00:00
nodes Merge the Constraint and FkConstraint node types into a single type. 2009-07-30 02:45:38 +00:00
optimizer Put back adjust_appendrel_attrs()'s code for dealing with RestrictInfo. 2009-08-13 16:53:09 +00:00
parser Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCT 2009-08-02 22:14:53 +00:00
po Translation updates for 8.4 release. 2009-06-26 19:33:52 +00:00
port Reserve the shared memory region during backend startup on Windows, so 2009-07-24 20:12:42 +00:00
postmaster Allow backends to start up without use of the flat-file copy of pg_database. 2009-08-12 20:53:31 +00:00
regex 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
rewrite 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
snowball Update copyright for 2009. 2009-01-01 17:24:05 +00:00
storage Allow backends to start up without use of the flat-file copy of pg_database. 2009-08-12 20:53:31 +00:00
tcop Create a multiplexing structure for signals to Postgres child processes. 2009-07-31 20:26:23 +00:00
tsearch Add prefix support for synonym dictionary 2009-08-14 14:53:20 +00:00
utils Allow backends to start up without use of the flat-file copy of pg_database. 2009-08-12 20:53:31 +00:00
common.mk Expand test coverage support to entire tree 2009-08-07 20:50:22 +00:00
Makefile Update copyright for 2009. 2009-01-01 17:24:05 +00:00
nls.mk Convert the core lexer and parser into fully reentrant code, by making use 2009-07-13 02:02:20 +00:00