Commit Graph

10679 Commits (d845fd684a3a386400a42c83c209e70095cadd55)

Author SHA1 Message Date
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
Peter Eisentraut 6f6b46c9c0 PL/Python: Update example 14 years ago
Alvaro Herrera 3b11247aad Disallow merging ONLY constraints in children tables 14 years ago
Magnus Hagander 0495aaad8b Allow a user to kill his own queries using pg_cancel_backend() 14 years ago
Heikki Linnakangas 00c5f55061 Make superuser imply replication privilege. The idea of a privilege that 14 years ago
Peter Eisentraut a9f2e31cf6 Support CREATE TABLE (LIKE ...) with foreign tables and views 14 years ago
Peter Eisentraut 743ed082ac Add compatibility note about grant options on GRANT reference page 14 years ago
Peter Eisentraut db49517c62 Rename the internal structures of the CREATE TABLE (LIKE ...) facility 14 years ago
Tom Lane 7a72efda72 Fix typo, pg_types_date.h => pgtypes_date.h. 14 years ago
Peter Eisentraut 104e7dac28 Improve ALTER DOMAIN / DROP CONSTRAINT with nonexistent constraint 14 years ago