postgresql/src/backend
Neil Conway 00a1b1e272 This file was whacked by pgindent before it knew it shouldn't remove
braces around single statements (for PG_TRY macros).  This patch fixes
it. Alvaro Herrera.
2005-04-06 04:34:22 +00:00
..
access First phase of OUT-parameters project. We can now define and use SQL 2005-03-31 22:46:33 +00:00
bootstrap Add proallargtypes and proargmodes columns to pg_proc, as per my earlier 2005-03-29 19:44:23 +00:00
catalog First phase of OUT-parameters project. We can now define and use SQL 2005-03-31 22:46:33 +00:00
commands First phase of OUT-parameters project. We can now define and use SQL 2005-03-31 22:46:33 +00:00
executor First phase of OUT-parameters project. We can now define and use SQL 2005-03-31 22:46:33 +00:00
lib
libpq
main
nodes Fix grammar for IN/OUT/INOUT parameters. This commit doesn't actually 2005-03-29 17:58:51 +00:00
optimizer In cost_mergejoin, the early-exit effect should not apply to the 2005-04-04 01:43:12 +00:00
parser First phase of OUT-parameters project. We can now define and use SQL 2005-03-31 22:46:33 +00:00
po
port
postmaster Flush any remaining statistics counts out to the collector at process 2005-03-31 23:20:49 +00:00
regex
rewrite
storage Remove an unused variable `ShmemBootstrap', and remove an obsolete 2005-04-04 04:34:41 +00:00
tcop Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set the 2005-03-29 03:01:32 +00:00
utils This file was whacked by pgindent before it knew it shouldn't remove 2005-04-06 04:34:22 +00:00
Makefile
nls.mk