Commit Graph

10742 Commits (b736aef2ec57b520ebadb70cceac0fed3168a5df)

Author SHA1 Message Date
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
Tom Lane 1e4964478a Fix documented type of t_infomask2. 14 years ago
Tom Lane c6a11b89e4 Teach SPGiST to store nulls and do whole-index scans. 14 years ago
Michael Meskes fc227a4e3b Removed redundant "the" from ecpg's docs. 14 years ago
Tatsuo Ishii da9e73a137 Add description for --no-locale and --text-search-config. 14 years ago
Tom Lane 03e56f798e Restructure SPGiST opclass interface API to support whole-index scans. 14 years ago
Peter Eisentraut 39d74e346c Add support for renaming constraints 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
Tom Lane 3f47e145f1 Improve documentation around logging_collector and use of stderr. 14 years ago
Magnus Hagander bc5ac36865 Add function pg_xlog_location_diff to help comparisons 14 years ago
Tom Lane 0e5e167aae Collect and use element-frequency statistics for arrays. 14 years ago
Andrew Dunstan 34c978442c Provide environment overrides for psql file locations. 14 years ago
Peter Eisentraut b59ca98209 Allow CREATE TABLE (LIKE ...) from composite type 14 years ago
Peter Eisentraut 6688d2878e Add COLLATION FOR expression 14 years ago
Magnus Hagander 8efb0bc57e Add a rule to optionally build docs with the stylesheet from the website 14 years ago
Peter Eisentraut bc8765e91c Small possible clarification in pg_basebackup reference page 14 years ago