Commit Graph

10688 Commits (7c19f9d139e76529bbb94b1bde7bc4c19f1bc37a)

Author SHA1 Message Date
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
Alvaro Herrera 74ab96a45e Add pg_trigger_depth() function 14 years ago
Simon Riggs 443b4821f1 Add new replication mode synchronous_commit = 'write'. 14 years ago
Simon Riggs b8a91d9d1c ALTER <thing> [IF EXISTS] ... allows silent DDL if required, 14 years ago
Magnus Hagander 4993a49b7c Typo fix 14 years ago
Magnus Hagander 356fddfa0f Get rid of itemizedlist inside table 14 years ago
Magnus Hagander a65023e7de Further doc cleanups from the pg_stat_activity changes 14 years ago
Robert Haas 6e3323d41d Triggered change notifications. 14 years ago
Robert Haas c8397bd6d9 Clarify that bgwriter no longer handles checkpoints. 14 years ago
Robert Haas cc53a1e7cc Add bitwise AND, OR, and NOT operators for macaddr data type. 14 years ago
Magnus Hagander 4f42b546fd Separate state from query string in pg_stat_activity 14 years ago
Heikki Linnakangas fa352d662e Make pg_relation_size() and friends return NULL if the object doesn't exist. 14 years ago