postgresql/src/bin
Tom Lane 6563e9e2e8 Add a "provariadic" column to pg_proc to eliminate the remarkably expensive
need to deconstruct proargmodes for each pg_proc entry inspected by
FuncnameGetCandidates().  Fixes function lookup performance regression
caused by yesterday's variadic-functions patch.

In passing, make pg_proc.probin be NULL, rather than a dummy value '-',
in cases where it is not actually used for the particular type of function.
This should buy back some of the space cost of the extra column.
2008-07-16 16:55:24 +00:00
..
initdb Use SYSTEMQUOTE as concatentation to strings, rather than %s printf 2008-06-26 01:35:45 +00:00
pg_config Reduce the need for frontend programs to include "postgres.h" by refactoring 2008-03-27 03:57:34 +00:00
pg_controldata Allow float8, int8, and related datatypes to be passed by value on machines 2008-04-21 00:26:47 +00:00
pg_ctl Fix pg_ctl bug where detection of binary location from postmaster.opts 2008-06-26 18:25:24 +00:00
pg_dump Add a "provariadic" column to pg_proc to eliminate the remarkably expensive 2008-07-16 16:55:24 +00:00
pg_resetxlog Allow float8, int8, and related datatypes to be passed by value on machines 2008-04-21 00:26:47 +00:00
pgevent More README src cleanups. 2008-03-21 13:23:29 +00:00
psql Support "variadic" functions, which can accept a variable number of arguments 2008-07-16 01:30:23 +00:00
scripts In psql, rename trans_* variables to translate_*, for clarity. 2008-07-14 22:00:04 +00:00
Makefile Remove ipcclean utility command --- didn't work on all Unixes and on 2008-03-27 17:24:16 +00:00