Commit Graph

11792 Commits (694fd33e23170f64d30ef35e647b824d34938e09)

Author SHA1 Message Date
Bruce Momjian 5b8de6d467 Update 9.4 release notes with feedback from the hackers list 12 years ago
Robert Haas c70cc9afb3 doc: In FDW handler docs, mark up scan_clauses with <literal>. 12 years ago
Bruce Momjian d69ffd6f03 Add missing 9.4 release file. 12 years ago
Bruce Momjian 21223c24c2 Initial version of Postgres 9.4 release notes 12 years ago
Peter Eisentraut 0717748c90 doc: Update pg_basebackup version compatibility claim for 9.4 12 years ago
Robert Haas 65fb5ff130 Documentation corrections for pg_replication_slots. 12 years ago
Tom Lane 2d00190495 Rationalize common/relpath.[hc]. 12 years ago
Robert Haas 728c06f17f Minor fixes for ALTER TABLE documentation. 12 years ago
Tom Lane f0fedfe82c Allow polymorphic aggregates to have non-polymorphic state data types. 12 years ago
Peter Eisentraut 125ba2945a doc: Fix DocBook table column count declaration 12 years ago
Heikki Linnakangas 4a781f1e6c Fix typo, trance -> tranche, in docs. 12 years ago
Bruce Momjian 2362c2bd23 doc: adjust 9970443640 for "null string" 12 years ago
Bruce Momjian 9970443640 doc: improve wording of COPY commit 7ec73783d8 12 years ago
Bruce Momjian 8506a607a3 doc: mention CREATE MATERIALIZED VIEW AS can be EXPLAINed 12 years ago
Bruce Momjian 26cd1d7d95 docs: add results for JSON operator examples 12 years ago
Bruce Momjian 72590b3a69 docs: clearify use of pg_database.datistemplate 12 years ago
Bruce Momjian c27bf777cf doc: improve CREATE RULE event list 12 years ago
Bruce Momjian 7ec73783d8 copy: update docs for FORCE_NULL and FORCE_NOT_NULL combination 12 years ago
Peter Eisentraut 80ce90b9c4 doc: Improve "replication slot" index entries 12 years ago
Bruce Momjian 012025f9ae doc: CREATE DATABASE doesn't copy template database-level config params 12 years ago
Bruce Momjian 0e8beed515 doc: mention archive_command and recovery_command are exec'ed locally 12 years ago
Bruce Momjian 4353d1809f docs: tablespaces cannot be accessed independently 12 years ago
Bruce Momjian 13ecb822e8 libpq: have PQconnectdbParams() and PQpingParams accept "" as default 12 years ago
Bruce Momjian 52e757420f docs: adjustments for streaming standbys that disconnect frequently 12 years ago
Tom Lane 5f86cbd714 Rename EXPLAIN ANALYZE's "total runtime" output to "execution time". 12 years ago
Bruce Momjian e183d11262 docs: properly document psql auto encoding mode 12 years ago
Bruce Momjian be5f7fff47 doc: move min_recovery_apply_delay into the right section 12 years ago
Bruce Momjian 9c53346500 docs: make max_wal_senders higher to handle disconnects 12 years ago
Robert Haas dfc0219f64 Add to_regprocedure() and to_regoperator(). 12 years ago
Bruce Momjian ed4a26260c doc: fix json_extract_path_text() typo by adding jsonb 12 years ago
Bruce Momjian 4168c00a5d psql: conditionally display oids and replication identity 12 years ago
Peter Eisentraut c92c3d50d7 vacuumdb: Add option --analyze-in-stages 12 years ago
Peter Eisentraut 7d0f493f19 Add TAP tests for client programs 12 years ago
Robert Haas 69671ab548 doc: Suggesting clearing pg_replslot from a hot filesystem backup. 12 years ago
Robert Haas c050b2aae3 doc: Update yet another place that didn't get the memo about matviews. 12 years ago
Robert Haas f0aa6c06d4 Correct description of constraint_name in ALTER TABLE documentation. 12 years ago
Robert Haas 0c953540d2 Update list of relation types on which ALTER TABLE RENAME/OWNER work. 12 years ago
Stephen Frost 842faa714c Make security barrier views automatically updatable 12 years ago
Tom Lane a9d9acbf21 Create infrastructure for moving-aggregate optimization. 12 years ago
Bruce Momjian 3c41b812c5 docs: psql '--' comments are not passed to the server 12 years ago
Bruce Momjian 85c6bba2ce docs: add link to pg_start_backup() from pg_basebackup --checkpoint 12 years ago
Tom Lane f23a5630eb Add an in-core GiST index opclass for inet/cidr types. 12 years ago
Robert Haas 02f65617ea doc: Fix typo. 12 years ago
Robert Haas 0886fc6a5c Add new to_reg* functions for error-free OID lookups. 12 years ago
Simon Riggs 7d8f1de1bc Extra warnings and errors for PL/pgSQL 12 years ago
Simon Riggs e5550d5fec Reduce lock levels of some ALTER TABLE cmds 12 years ago
Tom Lane c7b3539599 Fix non-equivalence of VARIADIC and non-VARIADIC function call formats. 12 years ago
Tom Lane 42c6236f37 Fix documentation about joining pg_locks to other views. 12 years ago
Tom Lane 879808e519 Avoid promising that "ADD COLUMN ... DEFAULT NULL" is free. 12 years ago
Tom Lane 6eff0accfe Doc: improve discussion of reverse+forward host name lookup in pg_hba.conf. 12 years ago