Commit Graph

33406 Commits (b736aef2ec57b520ebadb70cceac0fed3168a5df)
 

Author SHA1 Message Date
Robert Haas b736aef2ec Publish checkpoint timing information to pg_stat_bgwriter. 14 years ago
Tom Lane a75b08066a Update obsolete comment. 14 years ago
Robert Haas 97e26dc66d Correctly explain units used by function-timing stats functions. 14 years ago
Robert Haas 644828908f Expose track_iotiming data via the statistics collector. 14 years ago
Tom Lane 05dbd4a773 Fix plpgsql named-cursor-parameter feature for variable name conflicts. 14 years ago
Tom Lane 6f922ef88e Improve efficiency of dblink by using libpq's new row processor API. 14 years ago
Tom Lane 92785dac2e Add a "row processor" API to libpq for better handling of large results. 14 years ago
Tom Lane cb917e1544 Remove useless PGRES_COPY_BOTH "support" in psql. 14 years ago
Tom Lane c17e863bc7 Fix syslogger to not lose log coherency under high load. 14 years ago
Tom Lane d843ed2116 Fix a couple of contrib/dblink bugs. 14 years ago
Robert Haas 5e86c61a7e Arrange for on_exit_nicely to be thread-safe. 14 years ago
Peter Eisentraut 38b9693fd9 Add support for renaming domain constraints 14 years ago
Peter Eisentraut c2cc5c3474 NLS: Seed Language field in PO header 14 years ago
Peter Eisentraut 5633df2582 Fix recently introduced typo in NLS file lists 14 years ago
Tom Lane d5881c036a Fix O(N^2) behavior in pg_dump when many objects are in dependency loops. 14 years ago
Tom Lane 0d8117abef Fix O(N^2) behavior in pg_dump for large numbers of owned sequences. 14 years ago
Tom Lane c252a17d82 Rename frontend keyword arrays to avoid conflict with backend. 14 years ago
Tom Lane a52e6fe7bc Fix glitch recently introduced in psql tab completion. 14 years ago
Tom Lane 5e83854d71 Add PGDLLIMPORT to ScanKeywords and NumScanKeywords. 14 years ago
Peter Eisentraut 194b5ea3d0 Add new files to NLS file lists 14 years ago
Peter Eisentraut 1d1361b6b7 Replace printf format %i by %d 14 years ago
Peter Eisentraut 6ca365bff2 pgxs: Supply default values for BISON and FLEX variables 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
Peter Eisentraut 2005b77b8f initdb: Mark more messages for translation 14 years ago
Simon Riggs 68219aaf6b Correct epoch of txid_current() when executed on a Hot Standby server. 14 years ago
Andrew Dunstan aeca650226 Unbreak Windows builds broken by pgpipe removal. 14 years ago
Heikki Linnakangas 5762a4d909 Inherit max_safe_fds to child processes in EXEC_BACKEND mode. 14 years ago
Andrew Dunstan d2c1740dc2 Remove now redundant pgpipe code. 14 years ago
Tom Lane 7313cc0163 Improve contrib/pg_stat_statements to lump "similar" queries together. 14 years ago
Peter Eisentraut 4e1c72079a Run maintainer-check on all PO files, not only configured ones 14 years ago
Peter Eisentraut 03f0c08f47 Tweak markup to avoid extra whitespace in man pages 14 years ago
Robert Haas 7f63527c82 Attempt to unbreak pg_test_timing on Windows. 14 years ago
Robert Haas ada763cfcd pg_basebackup: Error handling fixes. 14 years ago
Robert Haas 81f6bbe8ad pg_basebackup: Error message improvements. 14 years ago
Robert Haas 9c272da8c4 Doc fix for pg_test_timing. 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 5d3fcc4c2e Bend parse location rules for the convenience of pg_stat_statements. 14 years ago
Tom Lane a40fa613b5 Add some infrastructure for contrib/pg_stat_statements. 14 years ago
Robert Haas 40b9b95769 New GUC, track_iotiming, to track I/O timings. 14 years ago
Tom Lane 98316e211b Silence compiler warning about uninitialized variable. 14 years ago
Peter Eisentraut dd024c22f1 pg_dump: Small message adjustment for consistency 14 years ago
Peter Eisentraut 206bec11bd Improve PL/Python database access function documentation 14 years ago
Peter Eisentraut dcb33b1c64 Remove dead assignment 14 years ago
Robert Haas 7386089d23 Code cleanup for heap_freeze_tuple. 14 years ago
Tom Lane e8476f46fc Fix COPY FROM for null marker strings that correspond to invalid encoding. 14 years ago
Tom Lane c7cea267de Replace empty locale name with implied value in CREATE DATABASE and initdb. 14 years ago