postgresql/src/bin
Robert Haas 1631598ea2 pg_dump: Further reduce reliance on global variables.
This is another round of refactoring to make things simpler for parallel
pg_dump.  pg_dump.c now issues SQL queries through the relevant Archive
object, rather than relying on the global variable g_conn.  This commit
isn't quite enough to get rid of g_conn entirely, but it makes a big
dent in its utilization and, along the way, manages to be slightly less
code than before.
2012-02-07 10:07:02 -05:00
..
initdb initdb: Add options --auth-local and --auth-host 2012-02-01 21:18:55 +02:00
pg_basebackup Check number of fields in IDENTIFY_SYSTEM response 2012-01-20 13:57:02 +01:00
pg_config Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
pg_controldata Allow pg_basebackup from standby node with safety checking. 2012-01-25 18:02:04 +00:00
pg_ctl Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
pg_dump pg_dump: Further reduce reliance on global variables. 2012-02-07 10:07:02 -05:00
pg_resetxlog Allow pg_basebackup from standby node with safety checking. 2012-01-25 18:02:04 +00:00
pgevent Revert binary change in copyright year adjustment. 2012-01-01 19:42:07 -05:00
psql psql: Case preserving completion of SQL key words 2012-02-01 20:18:32 +02:00
scripts createuser: Disable prompting by default 2012-02-07 14:55:34 +02:00
Makefile Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00