Commit Graph

8623 Commits (4b77bfc37a1819fdfd3b767a52ff633cd28f9155)

Author SHA1 Message Date
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
Andrew Dunstan 63876d3bac Support for building with MS Visual Studio 2010. 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Simon Riggs 64233902d2 Send new protocol keepalive messages to standby servers. 14 years ago
Alvaro Herrera 7db101c36e Minor enhancements to MVCC chapter 14 years ago
Tom Lane 472d3935a2 Rethink representation of index clauses' mapping to index columns. 14 years ago
Robert Haas d5448c7d31 Add bytea_agg, parallel to string_agg. 14 years ago
Robert Haas 0510b62d91 Typo fixes. 14 years ago
Robert Haas 0e4611c023 Add a security_barrier option for views. 14 years ago
Peter Eisentraut f90dd28062 Add ALTER DOMAIN ... RENAME 14 years ago
Robert Haas e1042a3484 sepgsql: Check CREATE permissions for some object types. 14 years ago
Peter Eisentraut 729205571e Add support for privileges on types 14 years ago
Alvaro Herrera 61d81bd28d Allow CHECK constraints to be declared ONLY 14 years ago
Tom Lane 9220362493 Teach SP-GiST to do index-only scans. 14 years ago
Tom Lane 3695a55513 Replace simple constant pg_am.amcanreturn with an AM support function. 14 years ago
Bruce Momjian 153c8dbd8c Remove tabs in SGML file. 14 years ago