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
Alvaro Herrera 6287eb7adc Separate fetch of pg_autovacuum tuple into its own function. 19 years ago
..
access Arrange for PreventTransactionChain to reject commands submitted as part 19 years ago
bootstrap First phase of plan-invalidation project: create a plan cache management 19 years ago
catalog Fix plancache so that any required replanning is done with the same 19 years ago
commands Fix plancache so that any required replanning is done with the same 19 years ago
executor SPI_cursor_open failed to enforce that only read-only queries could be 19 years ago
lib Remove the currently unused FRONTEND case in dllist.c. This allows the usage 19 years ago
libpq Add lo_truncate() to backend and libpq for large object truncation. 19 years ago
main Cleanup the bootstrap code a little, and rename "dummy procs" in the code 19 years ago
nodes Fix up the remaining places where the expression node structure would lose 19 years ago
optimizer Fix some problems with selectivity estimation for partial indexes. 19 years ago
parser Changes pg_trigger and extend pg_rewrite in order to allow triggers and 19 years ago
po Translation updates 19 years ago
port Native shared memory implementation for win32. 19 years ago
postmaster Separate fetch of pg_autovacuum tuple into its own function. 19 years ago
regex Wording cleanup for error messages. Also change can't -> cannot. 19 years ago
rewrite Changes pg_trigger and extend pg_rewrite in order to allow triggers and 19 years ago
storage Cleanup for procarray.c. 19 years ago
tcop Arrange for PreventTransactionChain to reject commands submitted as part 19 years ago
utils Fix plancache so that any required replanning is done with the same 19 years ago
Makefile Replace useless uses of := by = in makefiles. 19 years ago
nls.mk