Commit Graph

10627 Commits (9f60880207c6c7d00a2e4e4d904ef720de58f45b)

Author SHA1 Message Date
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
Tom Lane 8daeb5ddd6 Add SP-GiST (space-partitioned GiST) index access method. 14 years ago
Andrew Dunstan 19fc0fe3ae Same clarification for pg_restore. 14 years ago
Andrew Dunstan 8900f663f2 Clarify the post-data status on unvalidated check constraints. 14 years ago
Andrew Dunstan a4cd6abcc9 Add --section option to pg_dump and pg_restore. 14 years ago
Heikki Linnakangas 4b43b48c9f Fix reference to "verify-ca" and "verify-full" in a note in the docs. 14 years ago
Andrew Dunstan 6d09b2105f include_if_exists facility for config file. 14 years ago
Andrew Dunstan fb0eca0695 Fix docs build I inadvertantly broke. 14 years ago
Andrew Dunstan 7b070e896c Add --exclude-table-data option to pg_dump. 14 years ago
Heikki Linnakangas 4adead1d22 Add support for passing cursor parameters in named notation in PL/pgSQL. 14 years ago
Peter Eisentraut 5bcf8ede45 Add ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVER / RENAME 14 years ago
Magnus Hagander 16d8e594ac Remove spclocation field from pg_tablespace 14 years ago
Tom Lane c6e3ac11b6 Create a "sort support" interface API for faster sorting. 14 years ago
Robert Haas 68281e0054 Make command-line tools smarter about finding a DB to connect to. 14 years ago
Magnus Hagander 6ef4ae1d4e Add missing documentation for function pg_stat_get_wal_senders() 14 years ago
Bruce Momjian 0e8f6bf0e7 In pg_upgrade, allow tables using regclass to be upgraded because we 14 years ago
Peter Eisentraut 89e850e6fd plpython: Add SPI cursor support 14 years ago
Andrew Dunstan e6d9e2106f Add a \setenv command to psql. 14 years ago
Magnus Hagander eb06416ba4 Remove incorrect instructions to run CREATE FOREIGN DATA WRAPPER 14 years ago
Bruce Momjian 155e56bd97 Update documentation suggestions for debugging the backend. 14 years ago
Tom Lane 0de93a9c69 Add some weasel wording about threaded usage of PGresults. 14 years ago
Tom Lane 15a5006aac Clarify documentation about SQL:2008 variant of LIMIT/OFFSET syntax. 14 years ago
Bruce Momjian 1be6f93792 Add file-fdw documentation example. 14 years ago
Bruce Momjian ebbcba75b4 Add documentation mention that 7 != NULL also returns NULL. 14 years ago
Tom Lane bc9306f4c5 Update information about configuring SysV IPC parameters on NetBSD. 14 years ago
Tom Lane 56d609c3b1 Draft release notes for 9.1.2, 9.0.6, 8.4.10, 8.3.17, 8.2.23. 14 years ago
Bruce Momjian 99f5e47df5 Change installation docs to mention general debugging options. 14 years ago
Bruce Momjian 2ff36abeec In docs, suggest "-O0 -g" only if using a debugger. 14 years ago
Bruce Momjian b60f37bf44 Suggest configure options for server developers. 14 years ago
Tom Lane 5943d40168 Remove erroneous claim about use of pg_locks.objid for advisory locks. 14 years ago
Magnus Hagander 64aea1ebc7 Add libpq connection option to disable SSL compression 14 years ago
Tom Lane 9ed439a9c0 Fix unsupported options in CREATE TABLE ... AS EXECUTE. 14 years ago
Tom Lane 604d4c4c95 Some more editing of the range-types documentation. 14 years ago
Tom Lane 74c1723fc8 Remove user-selectable ANALYZE option for range types. 14 years ago
Tom Lane df73584431 Remove zero- and one-argument range constructor functions. 14 years ago
Peter Eisentraut 024ea25ccd Small markup and wording improvement 14 years ago
Tom Lane b985d48779 Further code review for range types patch. 14 years ago
Tom Lane a1a233af66 Further review of range-types patch. 14 years ago