postgresql/src/bin
Tom Lane dad08994b2 In initdb's post-bootstrap phase, drop temp tables explicitly.
Although these temp tables will get removed from template1 at the end of
the standalone-backend run, that's too late to keep them from getting
copied into the template0 and postgres databases, now that we use only a
single backend run for the whole sequence.  While no real harm is done
by the extra copies (since they'd be deleted on first use of the temp
schema), it's still unsightly, and it would mean some wasted cycles for
every database creation for the life of the installation.

Oversight in commit c4a8812cf6.  Noticed by Amit Langote.
2016-01-06 12:25:32 -05:00
..
initdb In initdb's post-bootstrap phase, drop temp tables explicitly. 2016-01-06 12:25:32 -05:00
pg_archivecleanup Make WAL-related utilities handle .partial WAL files properly. 2015-07-03 11:53:58 +09:00
pg_basebackup Make pg_receivexlog silent with 9.3 and older servers 2016-01-05 17:25:12 -03:00
pg_config Update copyright for 2016 2016-01-02 13:33:40 -05:00
pg_controldata Update copyright for 2016 2016-01-02 13:33:40 -05:00
pg_ctl Update copyright for 2016 2016-01-02 13:33:40 -05:00
pg_dump Teach pg_dump to quote reloption values safely. 2016-01-02 19:04:45 -05:00
pg_resetxlog Update copyright for 2016 2016-01-02 13:33:40 -05:00
pg_rewind Fix typo in comment. 2016-01-04 10:12:44 -05:00
pg_test_fsync Move pg_test_fsync from contrib/ to src/bin/ 2015-04-19 22:20:49 -04:00
pg_test_timing Move pg_test_timing from contrib/ to src/bin/ 2015-04-20 21:30:12 -04:00
pg_upgrade Update copyright for 2016 2016-01-02 13:33:40 -05:00
pg_xlogdump Sort $(wildcard) output where needed for reproducible build output. 2016-01-05 15:47:05 -05:00
pgbench Update copyright for 2016 2016-01-02 13:33:40 -05:00
pgevent Update copyright for 2016 2016-01-02 13:33:40 -05:00
psql Convert psql's tab completion for backslash commands to the new style. 2016-01-05 12:00:13 -05:00
scripts Update copyright for 2016 2016-01-02 13:33:40 -05:00
Makefile Update copyright for 2016 2016-01-02 13:33:40 -05:00