Commit Graph

2660 Commits (ecacbdbcee67e202cfcaa1180da170b9f13654bb)

Author SHA1 Message Date
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
Tom Lane 93f94e356d Adjust timing units in pg_stat_statements. 14 years ago
Robert Haas e4f06b70c9 Another typographical correction. 14 years ago
Robert Haas 5d4b60f2f2 Lots of doc corrections. 14 years ago
Peter Eisentraut 48658a1b81 Fix some typos 14 years ago
Tom Lane 5b7b5518d0 Revise parameterized-path mechanism to fix assorted issues. 14 years ago
Peter Eisentraut 48ea558313 Update contrib/README 14 years ago
Bruce Momjian 38458e4573 Fix pg_upgrade to properly upgrade a table that is stored in the cluster 14 years ago
Tom Lane e969f9a780 Save a few cycles while creating "sticky" entries in pg_stat_statements. 14 years ago
Tom Lane d5375491f8 Improve management of "sticky" entries in contrib/pg_stat_statements. 14 years ago
Tom Lane cea49fe82f Dept of second thoughts: improve the API for AnalyzeForeignTable. 14 years ago
Tom Lane 263d9de66b Allow statistics to be collected for foreign tables. 14 years ago
Robert Haas bbc02243fc Allow pg_archivecleanup to strip optional file extensions. 14 years ago
Tom Lane 6f922ef88e Improve efficiency of dblink by using libpq's new row processor API. 14 years ago
Tom Lane d843ed2116 Fix a couple of contrib/dblink bugs. 14 years ago
Robert Haas 3f427c1353 pg_test_timing: Lame hack to work around compiler warning. 14 years ago
Tom Lane b75fbe9191 Fix dblink's failure to report correct connection name in error messages. 14 years ago
Tom Lane 566a1d43cf Improve contrib/pg_stat_statements' handling of PREPARE/EXECUTE statements. 14 years ago
Tom Lane e0e4ebe384 Improve handling of utility statements containing plannable statements. 14 years ago
Tom Lane 7313cc0163 Improve contrib/pg_stat_statements to lump "similar" queries together. 14 years ago
Robert Haas cee523867d pg_test_timing utility, to measure clock monotonicity and timing cost. 14 years ago
Robert Haas 5b4f346611 Expose track_iotiming information via pg_stat_statements. 14 years ago
Tom Lane 98316e211b Silence compiler warning about uninitialized variable. 14 years ago
Tom Lane 64c604898e Improve the -l (limit) option recently added to contrib/vacuumlo. 14 years ago
Peter Eisentraut 1b12c3e836 pg_upgrade: Add new generated file to .gitignore 14 years ago
Bruce Momjian 02b183acb4 In pg_upgrade, remove dependency on pg_config, as that might not be in 14 years ago
Bruce Momjian ced53c38d7 In pg_upgrade, move new echo quote define into include file. 14 years ago
Bruce Momjian faec2815c8 In pg_upgrade, create a script to incrementally generate more accurate 14 years ago
Robert Haas 523176cbf1 sepgsql_setcon(). 14 years ago
Bruce Momjian 7c8cfed78a Uppercase pg_upgrade status output title. 14 years ago
Robert Haas 2e46bf6711 pgstattuple: Use a BufferAccessStrategy object to avoid cache-trashing. 14 years ago
Robert Haas 97c85098de pgstattuple: Add new error case for spgist indexes. 14 years ago