Commit Graph

2142 Commits (1dd89eadcd2648d7ca0baed3c7af16a04eb1aa26)

Author SHA1 Message Date
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
Bruce Momjian 717f6d6085 In pg_upgrade, add various logging improvements: 14 years ago
Robert Haas e914a144d3 sepgsql DROP support. 14 years ago
Tom Lane b14953932d Revise FDW planning API, again. 14 years ago
Tom Lane 9088d1b965 Add GetForeignColumnOptions() to foreign.c, and add some documentation. 14 years ago
Bruce Momjian 2127aac6ef In pg_upgrade, only lock the old cluster if link mode is used, and do it 14 years ago
Tom Lane 6b289942bf Redesign PlanForeignScan API to allow multiple paths for a foreign table. 14 years ago
Peter Eisentraut 973e9fb294 Add const qualifiers where they are accidentally cast away 14 years ago
Robert Haas d4fb2f99ec Don't install hstore--1.0.sql any more. 14 years ago
Robert Haas 2254367435 Make EXPLAIN (BUFFERS) track blocks dirtied, as well as those written. 14 years ago
Bruce Momjian 4e6092a227 Improve wording of pg_upgrade logfile option: 14 years ago
Tom Lane 06d9afa6f9 Fix longstanding error in contrib/intarray's int[] & int[] operator. 14 years ago
Bruce Momjian 7f951474dc Have pg_upgrade output 'link' or 'copy' when reporting its status. 14 years ago
Robert Haas d44a3fb55d sepgsql: Move some code from hooks.c to label.c 14 years ago
Bruce Momjian 388c2f9325 Fix pg_test_fsync Win32 problems reported by the build farm; add 14 years ago
Bruce Momjian 7ae2db1d1e Try to get pg_test_thread to compile on Windows by using a sleeper 14 years ago
Tom Lane 398f70ec07 Preserve column names in the execution-time tupledesc for a RowExpr. 14 years ago
Bruce Momjian 0a8396e35e Change contrib/pg_test_fsync to control tests in terms of seconds per 14 years ago
Bruce Momjian 2bbd88f8f8 Improve labeling of pg_test_fsync open_sync test output. 14 years ago