postgresql/src/backend
Tom Lane f2110a757d Change cardinality() into a C-code function, instead of a SQL-language
alias for array_length(v,1).  The efficiency gain here is doubtless
negligible --- what I'm interested in is making sure that if we have
second thoughts about the definition, we will not have to force a
post-beta initdb to change the implementation.
2009-04-05 22:28:59 +00:00
..
access Fix infinite loop while checking of partial match in pending list. 2009-04-05 11:32:01 +00:00
bootstrap Start background writer during archive recovery. Background writer now performs 2009-02-18 15:58:41 +00:00
catalog Modify the relcache to record the temp status of both local and nonlocal 2009-03-31 22:12:48 +00:00
commands Change EXPLAIN output so that subplans and initplans (particularly CTEs) 2009-04-05 19:59:40 +00:00
executor Make ExecInitExpr build the list of SubPlans found in a plan tree in order 2009-04-05 20:32:06 +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 Remove last references to the crypt auth method, per Andreas Scherbaum. 2009-04-01 03:23:50 +00:00
main Update copyright for 2009. 2009-01-01 17:24:05 +00:00
nodes Change EXPLAIN output so that subplans and initplans (particularly CTEs) 2009-04-05 19:59:40 +00:00
optimizer Change EXPLAIN output so that subplans and initplans (particularly CTEs) 2009-04-05 19:59:40 +00:00
parser Remove the recently added node types ReloptElem and OptionDefElem in favor 2009-04-04 21:12:31 +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 Remove a boatload of useless definitions of 'int optreset'. If we 2009-04-05 04:19:59 +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 A session that does not have any live snapshots does not have to be waited for 2009-04-04 17:40:36 +00:00
tcop Fix possible failures when a tuplestore switches from in-memory to on-disk 2009-03-27 18:30:21 +00:00
tsearch Some languages have symbols with zero display's width or/and vowels/signs which 2009-03-11 16:03:40 +00:00
utils Change cardinality() into a C-code function, instead of a SQL-language 2009-04-05 22:28:59 +00:00
Makefile Update copyright for 2009. 2009-01-01 17:24:05 +00:00
common.mk Code coverage testing with gcov. Documentation is in the regression test 2008-09-05 12:11:18 +00:00
nls.mk Install a more robust solution for the problem of infinite error-processing 2008-10-27 19:37:22 +00:00