Commit Graph

9686 Commits (4bcb3946249cbeed157ffd545a804913cfce749b)

Author SHA1 Message Date
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
Noah Misch 8f5578d0f9 Revert "Secure Unix-domain sockets of "make check" temporary clusters." 12 years ago
Noah Misch 31c6e54ec9 Secure Unix-domain sockets of "make check" temporary clusters. 12 years ago
Noah Misch fbd32b0cab Document platform-specificity of unix_socket_permissions. 12 years ago
Tom Lane e5a452b3a4 Improve documentation note about Python 2.3 and cdecimal. 12 years ago
Tom Lane f3cfc23195 Document that Python 2.3 requires cdecimal module for full functionality. 12 years ago
Andrew Dunstan f9c6d72cbf Cleanup around json_to_record/json_to_recordset 12 years ago
Heikki Linnakangas ce9bb92f8f Add -f/--follow option to pg_xlogdump. 12 years ago
Magnus Hagander 36f7c3a1e0 Fix typos in pg_basebackup documentation 12 years ago
Bruce Momjian 6c5ced1526 doc: list unlogged tables as a non-durable option 12 years ago
Bruce Momjian 5db55c6bbc Remove wchar.c Asserts that were stricter than the main code 12 years ago