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
Andrew Dunstan b79f49c780 Keep track of language's trusted flag in InlineCodeBlock. Needed to support DO blocks for languages that have both trusted and untrusted variants. 16 years ago
..
access Dept of second thoughts: after studying index_getnext() a bit more I realize 16 years ago
bootstrap Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust 16 years ago
catalog Implement parser hooks for processing ColumnRef and ParamRef nodes, as per my 16 years ago
commands Keep track of language's trusted flag in InlineCodeBlock. Needed to support DO blocks for languages that have both trusted and untrusted variants. 16 years ago
executor Add support for invoking parser callback hooks via SPI and in cached plans. 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 Add support for invoking parser callback hooks via SPI and in cached plans. 16 years ago
optimizer When FOR UPDATE/SHARE is used with LIMIT, put the LockRows plan node 16 years ago
parser Don't treat NEW and OLD as reserved words anymore. For the purposes of rules 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 reenable -> re-enable 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 support for invoking parser callback hooks via SPI and in cached plans. 16 years ago
tsearch Simplify a few makefile rules since install-sh can now install multiple 16 years ago
utils Don't treat NEW and OLD as reserved words anymore. For the purposes of rules 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