postgresql/src/backend
Tom Lane 75c85bd199 Tighten up join ordering rules to account for recent more-careful analysis
of the associativity of antijoins.  Also improve optimizer/README discussion
of outer join ordering rules.
2009-02-27 22:41:38 +00:00
..
access Change the signaling of end-of-recovery. Startup process now indicates end 2009-02-23 09:28:50 +00:00
bootstrap Start background writer during archive recovery. Background writer now performs 2009-02-18 15:58:41 +00:00
catalog Add the possibility to specify an explicit validator function for foreign-data 2009-02-24 10:06:36 +00:00
commands In CREATE CONVERSION, test that the given function is a valid conversion 2009-02-27 16:35:26 +00:00
executor Ensure that INSERT ... SELECT into a table with OIDs never copies row OIDs 2009-02-08 18:02:27 +00:00
foreign Add the possibility to specify an explicit validator function for foreign-data 2009-02-24 10:06:36 +00:00
lib Update copyright for 2009. 2009-01-01 17:24:05 +00:00
libpq Go over all OpenSSL return values and make sure we compare them 2009-01-28 15:06:47 +00:00
main Update copyright for 2009. 2009-01-01 17:24:05 +00:00
nodes Get rid of the rather fuzzily defined FlattenedSubLink node type in favor of 2009-02-25 03:30:38 +00:00
optimizer Tighten up join ordering rules to account for recent more-careful analysis 2009-02-27 22:41:38 +00:00
parser Add the possibility to specify an explicit validator function for foreign-data 2009-02-24 10:06:36 +00:00
po Translation updates 2008-01-31 18:04:52 +00:00
port Update copyright for 2009. 2009-01-01 17:24:05 +00:00
postmaster Put back a "continue" that went missing in the changes to start background 2009-02-25 11:07:43 +00:00
regex Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
rewrite Get rid of the rather fuzzily defined FlattenedSubLink node type in favor of 2009-02-25 03:30:38 +00:00
snowball Update copyright for 2009. 2009-01-01 17:24:05 +00:00
storage Start background writer during archive recovery. Background writer now performs 2009-02-18 15:58:41 +00:00
tcop Allow reloption names to have qualifiers, initially supporting a TOAST 2009-02-02 19:31:40 +00:00
tsearch Fix incorrect dereferencing of char* to array's index. 2009-01-29 16:22:10 +00:00
utils Fix an old problem in decompilation of CASE constructs: the ruleutils.c code 2009-02-25 18:00:01 +00:00
common.mk Code coverage testing with gcov. Documentation is in the regression test 2008-09-05 12:11:18 +00:00
Makefile Update copyright for 2009. 2009-01-01 17:24:05 +00:00
nls.mk Install a more robust solution for the problem of infinite error-processing 2008-10-27 19:37:22 +00:00