Commit Graph

33427 Commits (140a4fbf1a87891a79a2c61a08416828d39f286a)
 

Author SHA1 Message Date
Heikki Linnakangas 140a4fbf1a Remove link to ODBCng project from the docs. 13 years ago
Robert Haas 3ae5133b1c Teach SLRU code to avoid replacing I/O-busy pages. 13 years ago
Tom Lane d5375491f8 Improve management of "sticky" entries in contrib/pg_stat_statements. 13 years ago
Heikki Linnakangas 03529a3ff9 set_stack_base() no longer needs to be called in PostgresMain. 13 years ago
Heikki Linnakangas ef3883d130 Do stack-depth checking in all postmaster children. 13 years ago
Tom Lane 7feecedcce Fix incorrect make maintainer-clean rule. 13 years ago
Tom Lane 95b9c333b2 Further adjustment of comment about qsort_tuple. 13 years ago
Tom Lane a25ef7a5f6 Remove useless variable to suppress compiler warning. 13 years ago
Bruce Momjian d24ac36f4f Stamp libraries versions for 9.2 (better late than never). 13 years ago
Tom Lane d75829a682 Update URL for pgtclng project. 13 years ago
Tom Lane 0ab4db52c0 Fix misleading output from gin_desc(). 13 years ago
Tom Lane 17b985b1a0 Fix broken comparetup_datum code. 13 years ago
Peter Eisentraut 6c41948c39 Fix some typos in the documentation 13 years ago
Peter Eisentraut 25028a27c8 Correct various system catalog/view definitions in the documentation 13 years ago
Tom Lane cea49fe82f Dept of second thoughts: improve the API for AnalyzeForeignTable. 13 years ago
Tom Lane 263d9de66b Allow statistics to be collected for foreign tables. 13 years ago
Simon Riggs 8cb53654db Add DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpdateExclusiveLock 13 years ago
Robert Haas 21cc529698 checkopint -> checkpoint 13 years ago
Robert Haas 662ca285a6 Put back code inadvertently deleted from exit_nicely. 13 years ago
Peter Eisentraut 05261ab624 NLS: Use msgmerge/xgettext --no-wrap and --sort-by-file 13 years ago
Robert Haas bbc02243fc Allow pg_archivecleanup to strip optional file extensions. 13 years ago
Robert Haas b736aef2ec Publish checkpoint timing information to pg_stat_bgwriter. 13 years ago
Tom Lane a75b08066a Update obsolete comment. 13 years ago
Robert Haas 97e26dc66d Correctly explain units used by function-timing stats functions. 13 years ago
Robert Haas 644828908f Expose track_iotiming data via the statistics collector. 13 years ago
Tom Lane 05dbd4a773 Fix plpgsql named-cursor-parameter feature for variable name conflicts. 13 years ago
Tom Lane 6f922ef88e Improve efficiency of dblink by using libpq's new row processor API. 13 years ago
Tom Lane 92785dac2e Add a "row processor" API to libpq for better handling of large results. 13 years ago
Tom Lane cb917e1544 Remove useless PGRES_COPY_BOTH "support" in psql. 13 years ago
Tom Lane c17e863bc7 Fix syslogger to not lose log coherency under high load. 13 years ago
Tom Lane d843ed2116 Fix a couple of contrib/dblink bugs. 13 years ago
Robert Haas 5e86c61a7e Arrange for on_exit_nicely to be thread-safe. 13 years ago
Peter Eisentraut 38b9693fd9 Add support for renaming domain constraints 13 years ago
Peter Eisentraut c2cc5c3474 NLS: Seed Language field in PO header 13 years ago
Peter Eisentraut 5633df2582 Fix recently introduced typo in NLS file lists 13 years ago
Tom Lane d5881c036a Fix O(N^2) behavior in pg_dump when many objects are in dependency loops. 13 years ago
Tom Lane 0d8117abef Fix O(N^2) behavior in pg_dump for large numbers of owned sequences. 13 years ago
Tom Lane c252a17d82 Rename frontend keyword arrays to avoid conflict with backend. 13 years ago
Tom Lane a52e6fe7bc Fix glitch recently introduced in psql tab completion. 13 years ago
Tom Lane 5e83854d71 Add PGDLLIMPORT to ScanKeywords and NumScanKeywords. 13 years ago
Peter Eisentraut 194b5ea3d0 Add new files to NLS file lists 13 years ago
Peter Eisentraut 1d1361b6b7 Replace printf format %i by %d 13 years ago
Peter Eisentraut 6ca365bff2 pgxs: Supply default values for BISON and FLEX variables 13 years ago
Robert Haas 3f427c1353 pg_test_timing: Lame hack to work around compiler warning. 13 years ago
Tom Lane b75fbe9191 Fix dblink's failure to report correct connection name in error messages. 13 years ago
Tom Lane 566a1d43cf Improve contrib/pg_stat_statements' handling of PREPARE/EXECUTE statements. 13 years ago
Tom Lane e0e4ebe384 Improve handling of utility statements containing plannable statements. 13 years ago
Peter Eisentraut 2005b77b8f initdb: Mark more messages for translation 13 years ago
Simon Riggs 68219aaf6b Correct epoch of txid_current() when executed on a Hot Standby server. 13 years ago
Andrew Dunstan aeca650226 Unbreak Windows builds broken by pgpipe removal. 13 years ago