You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/src/backend
Tom Lane 908854209b Avoid core dump on empty thesaurus dictionary. 16 years ago
..
access Fix an old bug in multixact and two-phase commit. Prepared transactions can 16 years ago
bootstrap Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust 16 years ago
catalog Make pg_stat_activity.application_name visible to all users, rather than 16 years ago
commands Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to be 16 years ago
executor Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to be 16 years ago
foreign Somebody seems to have thought they could get away without checking for 17 years ago
lib Assorted minor refactoring in EXPLAIN. 17 years ago
libpq Rewrite pam_passwd_conv_proc to be more robust: avoid assuming that the 16 years ago
main Update copyright for 2009. 17 years ago
nodes Eliminate a lot of list-management overhead within join_search_one_level 16 years ago
optimizer Eliminate a lot of list-management overhead within join_search_one_level 16 years ago
parser Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to be 16 years ago
po Translations update for 8.5alpha2 16 years ago
port Reserve the shared memory region during backend startup on Windows, so 17 years ago
postmaster Add support for an application_name parameter, which is displayed in 16 years ago
regex 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 17 years ago
rewrite Don't treat NEW and OLD as reserved words anymore. For the purposes of rules 16 years ago
snowball Derived files that are shipped in the distribution used to be built in the 17 years ago
storage Change the autovacuum launcher to read pg_database directly, rather than 17 years ago
tcop Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to be 16 years ago
tsearch Avoid core dump on empty thesaurus dictionary. 16 years ago
utils Make pg_stat_activity.application_name visible to all users, rather than 16 years ago
Makefile Put back "ifeq ($(PORTNAME), solaris)", this time with some documentation 17 years ago
common.mk Expand test coverage support to entire tree 17 years ago
nls.mk Convert the core lexer and parser into fully reentrant code, by making use 17 years ago