Commit Graph

33446 Commits (5630eddf1efe7c374fe8e8bdeaba3c70f8cd628b)
 

Author SHA1 Message Date
Robert Haas 5630eddf1e Update lazy_scan_heap header comment. 14 years ago
Tom Lane 81e3e4fd14 Assorted spelling corrections. 14 years ago
Tom Lane 732bfa2448 Fix cost estimation for indexscan filter conditions. 14 years ago
Tom Lane 880bfc3287 Silently ignore any nonexistent schemas that are listed in search_path. 14 years ago
Alvaro Herrera b035cb9db7 Accept postgres:// URIs in libpq connection functions 14 years ago
Tom Lane 3769fa5fc6 Make pg_tablespace_location(0) return the database's default tablespace. 14 years ago
Bruce Momjian 38458e4573 Fix pg_upgrade to properly upgrade a table that is stored in the cluster 14 years ago
Peter Eisentraut eb821b91c8 NLS: Initialize Project-Id-Version field by xgettext 14 years ago
Peter Eisentraut 6b8c99c386 psql: Improve tab completion of WITH 14 years ago
Tom Lane 0d9819f7e3 Measure epoch of timestamp-without-time-zone from local not UTC midnight. 14 years ago
Heikki Linnakangas 442da68f73 Point the URL to PL/py directly to the page about the procedural language. 14 years ago
Heikki Linnakangas fb9bc5d9fb Fix typos in docs, some words were doubled. 14 years ago
Tom Lane c94b43ce39 Adjust various references to GEQO being non-deterministic. 14 years ago
Bruce Momjian 17665f6115 Re-add documentation recommendation to use gzip/gunzip for archive file 14 years ago
Bruce Momjian 75fcb935bc Update documentation to more clearly label the streaming replication option. 14 years ago
Bruce Momjian 8213624fc9 Remove documentation mention of pglesslog, which was added in 2009 14 years ago
Tom Lane 65fd91333e Fix an Assert that turns out to be reachable after all. 14 years ago
Tom Lane d515365a61 Don't bother copying empty support arrays in a zero-column MergeJoin. 14 years ago
Tom Lane e969f9a780 Save a few cycles while creating "sticky" entries in pg_stat_statements. 14 years ago
Heikki Linnakangas 140a4fbf1a Remove link to ODBCng project from the docs. 14 years ago
Robert Haas 3ae5133b1c Teach SLRU code to avoid replacing I/O-busy pages. 14 years ago
Tom Lane d5375491f8 Improve management of "sticky" entries in contrib/pg_stat_statements. 14 years ago
Heikki Linnakangas 03529a3ff9 set_stack_base() no longer needs to be called in PostgresMain. 14 years ago
Heikki Linnakangas ef3883d130 Do stack-depth checking in all postmaster children. 14 years ago
Tom Lane 7feecedcce Fix incorrect make maintainer-clean rule. 14 years ago
Tom Lane 95b9c333b2 Further adjustment of comment about qsort_tuple. 14 years ago
Tom Lane a25ef7a5f6 Remove useless variable to suppress compiler warning. 14 years ago
Bruce Momjian d24ac36f4f Stamp libraries versions for 9.2 (better late than never). 14 years ago
Tom Lane d75829a682 Update URL for pgtclng project. 14 years ago
Tom Lane 0ab4db52c0 Fix misleading output from gin_desc(). 14 years ago
Tom Lane 17b985b1a0 Fix broken comparetup_datum code. 14 years ago
Peter Eisentraut 6c41948c39 Fix some typos in the documentation 14 years ago
Peter Eisentraut 25028a27c8 Correct various system catalog/view definitions in the documentation 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
Simon Riggs 8cb53654db Add DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpdateExclusiveLock 14 years ago
Robert Haas 21cc529698 checkopint -> checkpoint 14 years ago
Robert Haas 662ca285a6 Put back code inadvertently deleted from exit_nicely. 14 years ago
Peter Eisentraut 05261ab624 NLS: Use msgmerge/xgettext --no-wrap and --sort-by-file 14 years ago
Robert Haas bbc02243fc Allow pg_archivecleanup to strip optional file extensions. 14 years ago
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