Commit Graph

10779 Commits (c62b8eaae11aaa69a2b71bc63f9f78ca72eb412c)

Author SHA1 Message Date
Peter Eisentraut 2856c51c86 Standardize indentation of XSL files 14 years ago
Peter Eisentraut 225d9c0638 Fix minor stylistic issue 14 years ago
Robert Haas 3ce7f18e92 Casts to or from a domain type are ignored; warn and document. 14 years ago
Robert Haas 5d4b60f2f2 Lots of doc corrections. 14 years ago
Robert Haas 9d435d57e1 Minor improvements for CHECK NO INHERIT documentation. 14 years ago
Alvaro Herrera 09ff76fcdb Recast "ONLY" column CHECK constraints as NO INHERIT 14 years ago
Peter Eisentraut cd1f4db4ae Untabify DSSSL and XSL files and add to check-tabs target 14 years ago
Robert Haas 37e666b8b5 Doc clarification for synchronous_commit. 14 years ago
Peter Eisentraut cf714c8108 Add compatibility information for prepared transaction commands 14 years ago
Peter Eisentraut 0f48e06751 PL/Python: Improve documentation of nrows() method 14 years ago
Peter Eisentraut c03523ed3f PL/Python: Fix crash when colnames() etc. called without result set 14 years ago
Robert Haas ea6a2d8d47 Rename synchronous_commit='write' to 'remote_write'. 14 years ago
Robert Haas 4a2d7ad76f pg_size_pretty(numeric) 14 years ago
Tatsuo Ishii d4db16d303 Add description of long options for '-c', '-D', '-l' and '-s'. Per 14 years ago
Peter Eisentraut aacc50d175 Document that VALUES can be used in WITH 14 years ago
Peter Eisentraut f3a3aac845 Fix typo 14 years ago
Robert Haas cd93425cd1 Add Peter Geoghegan as additional author of pg_stat_statements. 14 years ago
Peter Eisentraut c0cc526e8b Rename bytea_agg to string_agg and add delimiter argument 14 years ago
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