Commit Graph

11861 Commits (ecacbdbcee67e202cfcaa1180da170b9f13654bb)

Author SHA1 Message Date
Robert Haas 7167fcd21b Grammar corrections. 14 years ago
Tom Lane 81e3e4fd14 Assorted spelling corrections. 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 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
Heikki Linnakangas 140a4fbf1a Remove link to ODBCng project from the docs. 14 years ago
Tom Lane d75829a682 Update URL for pgtclng project. 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 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
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 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
Peter Eisentraut 38b9693fd9 Add support for renaming domain constraints 14 years ago
Tom Lane 7313cc0163 Improve contrib/pg_stat_statements to lump "similar" queries together. 14 years ago
Peter Eisentraut 03f0c08f47 Tweak markup to avoid extra whitespace in man pages 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
Robert Haas 40b9b95769 New GUC, track_iotiming, to track I/O timings. 14 years ago
Peter Eisentraut 206bec11bd Improve PL/Python database access function documentation 14 years ago
Tom Lane 0339047bc9 Code review for protransform patches. 14 years ago
Robert Haas e08b4101e1 Clarify that PQconninfoParse returns an array with all legal options. 14 years ago
Robert Haas fdf719cd28 Doc clarifications regarding use of varlena. 14 years ago
Robert Haas e83f827f5a Update docs on numeric storage requirements. 14 years ago
Tom Lane 04dfc87749 If a role has a password expiration date, show that in psql's \du output. 14 years ago
Tom Lane f2386d7136 Fix configure's search for collateindex.pl. 14 years ago
Robert Haas 5b9c1e6d52 Doc updates for index-only scans. 14 years ago
Tom Lane 64c604898e Improve the -l (limit) option recently added to contrib/vacuumlo. 14 years ago
Alvaro Herrera b251cf3193 Fix trigger example code to match header changes 14 years ago
Alvaro Herrera 438269eb10 Update struct Trigger in docs 14 years ago
Robert Haas 0b43edbca7 Remove stray word from sepgsql documentation. 14 years ago
Peter Eisentraut 313d29f740 Add note about column privilege behavior to REVOKE reference page 14 years ago
Robert Haas 4012810a68 A couple more fixes for the sepgsql documentation. 14 years ago
Robert Haas d0ed9efdf7 Copy editing of sepgsql documentation. 14 years ago
Robert Haas 523176cbf1 sepgsql_setcon(). 14 years ago
Bruce Momjian 717f6d6085 In pg_upgrade, add various logging improvements: 14 years ago
Bruce Momjian 9a39583264 Remove tabs in SGML files 14 years ago
Tom Lane 8142166162 Make parameter name consistent with syntax summary. 14 years ago