Commit Graph

2191 Commits (db108349bf7fe7fe82e2ff32e42436cfbc4f37dc)

Author SHA1 Message Date
Bruce Momjian fbcfa90bb8 Fix pg_upgrade file share violation on Windows created by the commit 14 years ago
Bruce Momjian e8969c4733 In pg_upgrade, use pg_log() instead of prep_status() for 14 years ago
Tom Lane 41b9c8452b Replace libpq's "row processor" API with a "single row" mode. 14 years ago
Bruce Momjian 4da8fc05f0 Simplify pg_upgrade's handling when returning directory listings. 14 years ago
Robert Haas 46b2b7e0ff Make pgbench vacuum before building indexes. 14 years ago
Robert Haas 3a0e4d36eb Make new event trigger facility actually do something. 14 years ago
Tom Lane faf26bf117 Get rid of useless global variable in pg_upgrade. 14 years ago
Tom Lane 3d6ec663bb Improve pg_upgrade's load_directory() function. 14 years ago
Peter Eisentraut dd16f9480a Remove unreachable code 14 years ago
Tom Lane a36088bcfa Skip text->binary conversion of unnecessary columns in contrib/file_fdw. 14 years ago
Bruce Momjian c742d1dbe7 Update pg_upgrade comments for recent configpath fix. 14 years ago
Bruce Momjian 2eeb5eb23f Fix PGDATAOLD and PGDATANEW to properly set pgconfig location, per 14 years ago
Alvaro Herrera 666d494d19 pg_upgrade: abstract out copying of files from old cluster to new 14 years ago
Bruce Momjian 042d9ffc28 Run newly-configured perltidy script on Perl files. 14 years ago
Robert Haas d7c734841b Reduce messages about implicit indexes and sequences to DEBUG1. 14 years ago
Robert Haas 17676c785a Make oid2name, pgbench, and vacuumlo set fallback_application_name. 14 years ago
Alvaro Herrera 4741e9afb9 Make the pg_upgrade log files contain actual commands 14 years ago
Alvaro Herrera 9e26326ad6 pg_upgrade: fix off-by-one mistake in snprintf 14 years ago
Heikki Linnakangas 038f3a0509 Fix pg_upgrade, broken by the xlogid/segno -> 64-bit int refactoring. 14 years ago
Peter Eisentraut b8b2e3b2de Replace int2/int4 in C code with int16/int32 14 years ago
Heikki Linnakangas 0ab9d1c4b3 Replace XLogRecPtr struct with a 64-bit integer. 14 years ago
Robert Haas 47c7365e79 Make pgbench -i emit only one-tenth as many status messages. 14 years ago
Tom Lane afe1c51c9d Add pgbench option to add foreign key constraints to the standard scenario. 14 years ago
Peter Eisentraut bb7520cc26 Make documentation of --help and --version options more consistent 14 years ago
Bruce Momjian 877b55c619 Improve pg_upgrade wording for pg_ctl start failure; could be 14 years ago
Robert Haas d2c86a1ccd Remove RELKIND_UNCATALOGED. 14 years ago
Tom Lane 93f4d7f806 Support Linux's oom_score_adj API as well as the older oom_adj API. 14 years ago
Bruce Momjian b9212e379c In pg_upgrade, verify that the install user has the same oid on both 14 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 14 years ago
Tom Lane d9b31e4859 Fix some more bugs in contrib/xml2's xslt_process(). 14 years ago
Bruce Momjian 8fcbfea788 In pg_upgrade, report pre-PG 8.1 plpython helper functions left in the 14 years ago
Tom Lane 932ded2ed5 Fix incorrect password transformation in contrib/pgcrypto's DES crypt(). 14 years ago
Bruce Momjian 4498a3407a Improve pg_upgrade C comment. 14 years ago
Bruce Momjian 20a3830b81 Add C comment explaining why we can't exclude checking functions in the 14 years ago
Bruce Momjian d4696fa68f Add pg_update C comment about problems with plpython_call_handler(). 14 years ago
Magnus Hagander 2b97db61dd Fix handling of pg_stat_statements.stat temporary file 14 years ago
Bruce Momjian 45ca31d6a7 Have pg_upgrade only use one extra log file for Win32, not two. 14 years ago
Bruce Momjian d226e236c6 On Windows, have pg_upgrade use different two files to log pg_ctl 14 years ago
Bruce Momjian 476291bef0 Adjust pg_upgrade to output a separate log file for pg_ctl output on 14 years ago
Peter Eisentraut 72155b29a8 pg_standby: Remove tabs from string literals 14 years ago
Robert Haas 8fbe5a317d Fix error message for COMMENT/SECURITY LABEL ON COLUMN xxx IS 'yyy' 14 years ago
Peter Eisentraut 510860a6a5 Small cleanups of contrib --help output 14 years ago
Peter Eisentraut 8402fab411 file_fdw: Improve error message 14 years ago
Peter Eisentraut c8e086795a Remove whitespace from end of lines 14 years ago
Tom Lane 63fecc9177 Fix contrib/citext's upgrade script to handle array and domain cases. 14 years ago
Peter Eisentraut 081ca7a0d1 Tweak contrib --help output to match common style 14 years ago
Peter Eisentraut dcb2c58381 Fix misleading comments 14 years ago
Peter Eisentraut e9605a039b Even more duplicate word removal, in the spirit of the season 14 years ago
Robert Haas e01e66f808 More duplicate word removal. 14 years ago
Tom Lane 1dd89eadcd Rename I/O timing statistics columns to blk_read_time and blk_write_time. 14 years ago