Commit Graph

9661 Commits (eaba54c20c5ab2cb6aaffa574444fd4990dfe2c7)

Author SHA1 Message Date
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
Bruce Momjian 0b5c0f3bc7 docs: Add short "cover density" description 12 years ago
Bruce Momjian 1420f3a982 Fix ts_rank_cd() to ignore stripped lexemes 12 years ago
Fujii Masao cf5d38f4b9 Fix START_REPLICATION syntax in document. 12 years ago
Heikki Linnakangas 3ed249b741 Fix "the the" typos. 12 years ago
Andrew Dunstan ca07cd59b2 Fix mis-spelling in jsonb docs. 12 years ago
Andrew Dunstan d9134d0a35 Introduce jsonb, a structured format for storing json. 12 years ago
Noah Misch 7cbe57c34d Offer triggers on foreign tables. 12 years ago
Fujii Masao fb1d92a9fa Some minor improvements to logical decoding document. 12 years ago
Robert Haas 3ee4fcfc63 Logical decoding documentation corrections. 12 years ago
Robert Haas 49c0864d7e Documentation for logical decoding. 12 years ago
Fujii Masao e726e59dc4 Fix help message and document in pg_receivexlog. 12 years ago
Tom Lane 551fb5ac74 Release notes for 9.3.4, 9.2.8, 9.1.13, 9.0.17, 8.4.21. 12 years ago
Fujii Masao 2bccced110 Fix typos in comments. 12 years ago
Magnus Hagander 0294023a6b Cleanups from the remove-native-krb5 patch 12 years ago
Tom Lane e3c9f23250 First-draft release notes for 9.3.4. 12 years ago
Tom Lane f70a78bc1f Allow psql to print COPY command status in more cases. 12 years ago
Heikki Linnakangas 16ff08b794 Fix a couple of typos in docs. 12 years ago
Fujii Masao 588fb50715 Show PIDs of lock holders and waiters in log_lock_waits log message. 12 years ago
Robert Haas a0b4c355c2 test_decoding: Documentation fix. 12 years ago
Heikki Linnakangas c5608ea26a Allow opclasses to provide tri-valued GIN consistent functions. 12 years ago
Robert Haas 5a991ef869 Allow logical decoding via the walsender interface. 12 years ago
Bruce Momjian 19026aadd8 doc: remove extra whitespace in SGML markup 12 years ago
Bruce Momjian 11d205e2bd pg_ctl: improve handling of invalid data directory 12 years ago
Bruce Momjian 3624acd342 docs: small adjustements to recent SELECT and pg_upgrade improvements 12 years ago
Bruce Momjian 8879fa09ee pg_upgrade: document delete problems with tablespaces inside the cluster directory 12 years ago