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 fa98a86f65 Tweak the code in a couple of places to try to deliver more user-friendly 19 years ago
..
access Fix up pgstats counting of live and dead tuples to recognize that committed 19 years ago
bootstrap First phase of plan-invalidation project: create a plan cache management 19 years ago
catalog Have TRUNCATE advance the affected table's relfrozenxid to RecentXmin, to 19 years ago
commands Create hooks to let a loadable plugin monitor (or even replace) the planner 19 years ago
executor Fix up pgstats counting of live and dead tuples to recognize that committed 19 years ago
lib Tweak the code in a couple of places to try to deliver more user-friendly 19 years ago
libpq Remove redundant logging of send failures when SSL is in use. While pqcomm.c 19 years ago
main Cleanup the bootstrap code a little, and rename "dummy procs" in the code 19 years ago
nodes Repair planner bug introduced in 8.2 by ability to rearrange outer joins: 19 years ago
optimizer Repair two constraint-exclusion corner cases triggered by proving that an 19 years ago
parser Support arrays of composite types, including the rowtypes of regular tables 19 years ago
po Translation updates 19 years ago
port Set maximum semaphore count to 32767 instead of 1. Fixes 19 years ago
postmaster Ooops, I was too busy worrying about getting the transactional infrastructure 19 years ago
regex Wording cleanup for error messages. Also change can't -> cannot. 19 years ago
rewrite Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve the 19 years ago
storage Fix up pgstats counting of live and dead tuples to recognize that committed 19 years ago
tcop Fix oversight in my patch of yesterday: forgot to ensure that stats would 19 years ago
utils Tweak the code in a couple of places to try to deliver more user-friendly 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. 20 years ago