summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2015-06-09Release notes for 9.4.4, 9.3.9, 9.2.13, 9.1.18, 9.0.22.Tom Lane
2015-06-04Fix some issues in pg_class.relminmxid and pg_database.datminmxid documentation.Fujii Masao
2015-06-01Release notes for 9.4.3, 9.3.8, 9.2.12, 9.1.17, 9.0.21.Tom Lane
2015-05-19Last-minute updates for release notes.REL9_4_2Tom Lane
2015-05-18Last-minute updates for release notes.Tom Lane
2015-05-18pgcrypto: Report errant decryption as "Wrong key or corrupt data".Noah Misch
2015-05-17Release notes for 9.4.2, 9.3.7, 9.2.11, 9.1.16, 9.0.20.Tom Lane
2015-05-16Fix docs typoTom Lane
2015-05-14Docs: fix erroneous claim about max byte length of GB18030.Tom Lane
2015-05-11Increase threshold for multixact member emergency autovac to 50%.Robert Haas
2015-05-08Recommend include_realm=1 in docsStephen Frost
2015-05-08Teach autovacuum about multixact member wraparound.Robert Haas
2015-05-05citext's regexp_matches() functions weren't documented, either.Tom Lane
2015-04-17pg_upgrade: document need for text search files to be copiedBruce Momjian
2015-04-09Fix incorrect punctuationMagnus Hagander
2015-04-07Fix spelling of author's nameSimon Riggs
2015-04-06Fix typo in libpq.sgml.Fujii Masao
2015-04-01psql: fix \connect with URIs and conninfo stringsAlvaro Herrera
2015-04-01Fix incorrect markup in documentation of window frame clauses.Tom Lane
2015-03-08Fix documentation for libpq's PQfn().Tom Lane
2015-03-02Fix pg_dump handling of extension config tablesStephen Frost
2015-02-23Fix potential deadlock with libpq non-blocking mode.Heikki Linnakangas
2015-02-17Remove code to match IPv4 pg_hba.conf entries to IPv4-in-IPv6 addresses.Tom Lane
2015-02-12Fix typo in logicaldecoding.sgml.Andres Freund
2015-02-11Fixed array handling in ecpg.Michael Meskes
2015-02-06Report WAL flush, not insert, position in replication IDENTIFY_SYSTEMHeikki Linnakangas
2015-02-04doc: Fix markupFujii Masao
2015-02-02Last-minute updates for release notes.Tom Lane
2015-02-02Doc: fix syntax description for psql's \setenv.Tom Lane
2015-02-02doc: Improve claim about location of pg_service.confPeter Eisentraut
2015-02-01Release notes for 9.4.1, 9.3.6, 9.2.10, 9.1.15, 9.0.19.Tom Lane
2015-01-31Fix documentation of psql's ECHO all mode.Tom Lane
2015-01-30Fix jsonb Unicode escape processing, and in consequence disallow \u0000.Tom Lane
2015-01-19doc: Fix typos in make_timestamp{,tz} examplesAlvaro Herrera
2015-01-06Update copyright for 2015Bruce Momjian
2015-01-03Treat negative values of recovery_min_apply_delay as having no effect.Tom Lane
2015-01-03Make path to pg_service.conf absolute in documentationMagnus Hagander
2014-12-31Docs: improve descriptions of ISO week-numbering date features.Tom Lane
2014-12-31Improve consistency of parsing of psql's magic variables.Tom Lane
2014-12-29Assorted minor fixes for psql metacommand docs.Tom Lane
2014-12-22Further tidy up on json aggregate documentationAndrew Dunstan
2014-12-22Fix documentation of argument type of json_agg and jsonb_aggAndrew Dunstan
2014-12-21Docs: clarify treatment of variadic functions with zero variadic arguments.Tom Lane
2014-12-18Improve documentation about CASE and constant subexpressions.Tom Lane
2014-12-18Lock down regression testing temporary clusters on Windows.Noah Misch
2014-12-17Add missing documentation for some vcregress modesMagnus Hagander
2014-12-17Remove redundant sentenceMagnus Hagander
2014-12-15doc: Add link to how to specify time zone names to initdb man pagePeter Eisentraut
2014-12-14Improve documentation around parameter-setting and ALTER SYSTEM.Tom Lane
2014-12-14Update 9.4 release notes.Tom Lane