Commit Graph

8658 Commits (bc5ac3686580079bd4ea26bf027178786d77a9ee)

Author SHA1 Message Date
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
Tom Lane a5c1a1969d Simplify references to backslash-doubling in func.sgml. 14 years ago
Magnus Hagander ac086d466d Fix some typos and correct wording in the monitoring docs patch 14 years ago
Magnus Hagander ddfc2d9a37 Merge the list of statistics functions into the view documentation 14 years ago
Magnus Hagander da9ed7dafd Make each pg_stat_ view into it's own table in the documentation 14 years ago
Peter Eisentraut 3aa42c25c3 Put Debian package list back in alphabetical order 14 years ago
Tom Lane b2ce60703a Last-minute release note updates. 14 years ago
Tom Lane 891e6e7bfd Require execute permission on the trigger function for CREATE TRIGGER. 14 years ago
Robert Haas 2254367435 Make EXPLAIN (BUFFERS) track blocks dirtied, as well as those written. 14 years ago
Bruce Momjian 4e6092a227 Improve wording of pg_upgrade logfile option: 14 years ago
Tom Lane dd2954963b Draft release notes for 9.1.3, 9.0.7, 8.4.11, 8.3.18. 14 years ago
Peter Eisentraut a445cb92ef Add parameters for controlling locations of server-side SSL files 14 years ago
Andrew Dunstan 2f582f76b1 Improve pretty printing of viewdefs. 14 years ago
Robert Haas 73a4b994a6 Make CREATE/ALTER FUNCTION support NOT LEAKPROOF. 14 years ago
Robert Haas d845fd684a sepgsql: Reword and fix typo in docs on DML permissions. 14 years ago
Bruce Momjian 58d746213d Improve fsync documentation by stating that -W _0_ turns of write 14 years ago
Bruce Momjian c1d9df4fa2 Document random page cost is only 4x seqeuntial, and not 40x. 14 years ago
Bruce Momjian ef7a7c81d9 Document that the pg_test_fsync defaults allow the program to complete 14 years ago
Bruce Momjian 0a8396e35e Change contrib/pg_test_fsync to control tests in terms of seconds per 14 years ago
Robert Haas cd30728fb2 Allow LEAKPROOF functions for better performance of security views. 14 years ago
Peter Eisentraut 169c8a9112 psql: Support zero byte field and record separators 14 years ago
Bruce Momjian a870c7fdbc Add opensp as a requirement for building the docs on Debian --- tested 14 years ago
Robert Haas af7914c662 Add TIMING option to EXPLAIN, to allow eliminating of timing overhead. 14 years ago
Peter Eisentraut a347f96b99 createuser: Disable prompting by default 14 years ago
Tom Lane 9bff0780cf Allow SQL-language functions to reference parameters by name. 14 years ago
Bruce Momjian 072ba77bff Remove tabs in SGML file. 14 years ago
Andrew Dunstan 39909d1d39 Add array_to_json and row_to_json functions. 14 years ago
Peter Eisentraut 8a02339e9b initdb: Add options --auth-local and --auth-host 14 years ago
Alvaro Herrera b2e431a4db Implement dry-run mode for pg_archivecleanup 14 years ago
Robert Haas 5384a73f98 Built-in JSON data type. 14 years ago
Peter Eisentraut 82e83f46a2 Add sequence USAGE privileges to information schema 14 years ago
Peter Eisentraut ee7fa66b19 PL/Python: Add result metadata functions 14 years ago
Tom Lane ed6e0545f5 Add caution about multiple unique indexes breaking plpgsql upsert example. 14 years ago
Tom Lane 17d3233e1b Update statement about sorting of character-string data. 14 years ago
Tom Lane e2fa76d80b Use parameterized paths to generate inner indexscans more flexibly. 14 years ago
Robert Haas eb6af016fc Document that COUNT(*) might not need a seq scan any more. 14 years ago
Robert Haas db6de5b71e Document that analyzing an empty table doesn't update the statistics. 14 years ago
Heikki Linnakangas 59c67ecdd3 Fix copy-paste error in docs. 14 years ago
Magnus Hagander c9f14bb4ac Fix wording, per Peter Geoghegan 14 years ago
Heikki Linnakangas 2e92b5872f Mention in the docs that bgwriter now sleeps longer when it has no work to do. 14 years ago
Heikki Linnakangas d4bad4e1e1 Fix sentence in docs: checkpoints are not done by bgwriter anymore. 14 years ago
Magnus Hagander 61cb8c5abb Add deadlock counter to pg_stat_database 14 years ago
Magnus Hagander bc3347484a Track temporary file count and size in pg_stat_database 14 years ago
Simon Riggs 8366c7803e Allow pg_basebackup from standby node with safety checking. 14 years ago