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 ef23a77441 Enable configurable log of autovacuum actions. Initial patch from Simon 19 years ago
..
access Fix condition for whether end_heap_rewrite must fsync, per Heikki. 19 years ago
bootstrap First phase of plan-invalidation project: create a plan cache management 19 years ago
catalog Fixes for RESET SESSION patch, per Alvaro. Fix a typo in the RESET 19 years ago
commands Enable configurable log of autovacuum actions. Initial patch from Simon 19 years ago
executor Make plancache store cursor options so it can pass them to planner during 19 years ago
lib Remove the currently unused FRONTEND case in dllist.c. This allows the usage 19 years ago
libpq Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to be 19 years ago
main Cleanup the bootstrap code a little, and rename "dummy procs" in the code 19 years ago
nodes Support enum data types. Along the way, use macros for the values of 19 years ago
optimizer Rewrite choose_bitmap_and() to make it more robust in the presence of 19 years ago
parser Expose more cursor-related functionality in SPI: specifically, allow 19 years ago
po Translation updates 19 years ago
port Fix compiler warnings in ereport messages on mingw. 19 years ago
postmaster Enable configurable log of autovacuum actions. Initial patch from Simon 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 Add a multi-worker capability to autovacuum. This allows multiple worker 19 years ago
tcop Make plancache store cursor options so it can pass them to planner during 19 years ago
utils Enable configurable log of autovacuum actions. Initial patch from Simon 19 years ago
Makefile Replace useless uses of := by = in makefiles. 19 years ago
nls.mk Add _ to gettext triggers. Must have been forgotten here when it was introduced. 21 years ago