summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2014-04-03Fix non-equivalence of VARIADIC and non-VARIADIC function call formats.Tom Lane
2014-04-03Fix documentation about joining pg_locks to other views.Tom Lane
2014-04-03Avoid promising that "ADD COLUMN ... DEFAULT NULL" is free.Tom Lane
2014-04-01Doc: improve discussion of reverse+forward host name lookup in pg_hba.conf.Tom Lane
2014-03-29Revert "Secure Unix-domain sockets of "make check" temporary clusters."Noah Misch
2014-03-29Secure Unix-domain sockets of "make check" temporary clusters.Noah Misch
2014-03-29Document platform-specificity of unix_socket_permissions.Noah Misch
2014-03-27Improve documentation note about Python 2.3 and cdecimal.Tom Lane
2014-03-26Document that Python 2.3 requires cdecimal module for full functionality.Tom Lane
2014-03-26Cleanup around json_to_record/json_to_recordsetAndrew Dunstan
2014-03-26Add -f/--follow option to pg_xlogdump.Heikki Linnakangas
2014-03-25Fix typos in pg_basebackup documentationMagnus Hagander
2014-03-24doc: list unlogged tables as a non-durable optionBruce Momjian
2014-03-24Remove wchar.c Asserts that were stricter than the main codeBruce Momjian
2014-03-24docs: Add short "cover density" descriptionBruce Momjian
2014-03-24Fix ts_rank_cd() to ignore stripped lexemesBruce Momjian
2014-03-24Fix START_REPLICATION syntax in document.Fujii Masao
2014-03-24Fix "the the" typos.Heikki Linnakangas
2014-03-23Fix mis-spelling in jsonb docs.Andrew Dunstan
2014-03-23Introduce jsonb, a structured format for storing json.Andrew Dunstan
2014-03-23Offer triggers on foreign tables.Noah Misch
2014-03-19Some minor improvements to logical decoding document.Fujii Masao
2014-03-18Logical decoding documentation corrections.Robert Haas
2014-03-18Documentation for logical decoding.Robert Haas
2014-03-18Fix help message and document in pg_receivexlog.Fujii Masao
2014-03-17Release notes for 9.3.4, 9.2.8, 9.1.13, 9.0.17, 8.4.21.Tom Lane
2014-03-17Fix typos in comments.Fujii Masao
2014-03-16Cleanups from the remove-native-krb5 patchMagnus Hagander
2014-03-15First-draft release notes for 9.3.4.Tom Lane
2014-03-13Allow psql to print COPY command status in more cases.Tom Lane
2014-03-13Fix a couple of typos in docs.Heikki Linnakangas
2014-03-13Show PIDs of lock holders and waiters in log_lock_waits log message.Fujii Masao
2014-03-12test_decoding: Documentation fix.Robert Haas
2014-03-12Allow opclasses to provide tri-valued GIN consistent functions.Heikki Linnakangas
2014-03-10Allow logical decoding via the walsender interface.Robert Haas
2014-03-08doc: remove extra whitespace in SGML markupBruce Momjian
2014-03-08pg_ctl: improve handling of invalid data directoryBruce Momjian
2014-03-08docs: small adjustements to recent SELECT and pg_upgrade improvementsBruce Momjian
2014-03-07pg_upgrade: document delete problems with tablespaces inside the cluster dire...Bruce Momjian
2014-03-07doc: improve server's keepalive descriptionBruce Momjian
2014-03-07docs: improve TABLE command by showing supported clausesBruce Momjian
2014-03-07release notes: add item missed in 9.2.5 releaseBruce Momjian
2014-03-07Fix name of syslog_ident GUC in docs.Heikki Linnakangas
2014-03-05docs: to_timestamp and to_date do minimal range checkingBruce Momjian
2014-03-04Provide a FORCE NULL option to COPY in CSV mode.Andrew Dunstan
2014-03-04auto_explain: Add logging of trigger executionAlvaro Herrera
2014-03-04Constructors for interval, timestamp, timestamptzAlvaro Herrera
2014-03-03Introduce logical decoding.Robert Haas
2014-03-03Rename huge_tlb_pages to huge_pages, and improve docs.Heikki Linnakangas
2014-03-03pg_dump et al: Add --if-exists optionAlvaro Herrera