summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2018-08-01Fix libpq's code for searching .pgpass; rationalize empty-list-item cases.Tom Lane
2018-07-30Doc: fix oversimplified example for CREATE POLICY.Tom Lane
2018-07-29Document security implications of qualified names.Noah Misch
2018-07-24doc: Fix reference to "decoder" to instead be the correct "output plugin".Andres Freund
2018-07-18Fix misc typos, mostly in comments.Heikki Linnakangas
2018-07-13Fix crash in contrib/ltree's lca() function for empty input array.Tom Lane
2018-07-13docs: Remove "New" description of the libpqxx interfaceBruce Momjian
2018-07-12Doc: minor improvement in pl/pgsql FETCH/MOVE documentation.Tom Lane
2018-07-09rel notes: mention enabling of parallelism in PG 10Bruce Momjian
2018-07-06Add note in pg_rewind documentation about read-only filesMichael Paquier
2018-07-05doc: Fix typosPeter Eisentraut
2018-07-05Fix typoPeter Eisentraut
2018-07-05doc: Improve wording and fix whitespacePeter Eisentraut
2018-07-01Fix libpq example programsPeter Eisentraut
2018-06-29Replace search.cpan.org with metacpan.orgMichael Paquier
2018-06-28doc: backpatch mention use of cross platform logical replicationBruce Momjian
2018-06-26Fix documentation bug related to backup history file.Fujii Masao
2018-06-26Add PGTYPESchar_free() to avoid cross-module problems on Windows.Thomas Munro
2018-06-24doc: adjust order of NUMERIC arguments to match syntaxBruce Momjian
2018-06-24doc: show how interval's 3 unit buckets behave using EXTRACT()Bruce Momjian
2018-06-21Disclaim support for default namespace in XMLTABLEAlvaro Herrera
2018-06-20Fix typoMagnus Hagander
2018-06-20Clarify use of temporary tables within partition treesMichael Paquier
2018-06-19doc: explain use of json_populate_record{set}()Bruce Momjian
2018-06-13Documentation improvement for pg_trgmAlexander Korotkov
2018-06-11Fix grammar in documentation related to checkpoint_flush_afterMichael Paquier
2018-06-10Fix grammar in REVOKE documentationMichael Paquier
2018-05-30Fix grammarAlvaro Herrera
2018-05-28doc: mark 'replaceable' parameter for backup program listingBruce Momjian
2018-05-28doc: adjust DECLARE docs to mention FOR UPDATE behaviorBruce Momjian
2018-05-25Remove incorrect statement about IPC configuration on OpenBSDMagnus Hagander
2018-05-21Fix SQL:2008 FETCH FIRST syntax to allow parameters.Andrew Gierth
2018-05-20printf("%lf") is not portable, so omit the "l".Tom Lane
2018-05-17doc: fix description of backward_scanAndrew Gierth
2018-05-14Doc: fix minor release-note typo.Tom Lane
2018-05-07Last-minute updates for release notes.Tom Lane
2018-05-07Last-minute updates for release notes.Tom Lane
2018-05-06Release notes for 10.4, 9.6.9, 9.5.13, 9.4.18, 9.3.23.Tom Lane
2018-05-02Remove remaining references to version-0 calling convention in docs.Heikki Linnakangas
2018-04-26docs: remove "III" version text from pgAdmin linkBruce Momjian
2018-04-23Fix handling of partition bounds for boolean partitioning columns.Tom Lane
2018-04-11doc: Add more information about logical replication privilegesPeter Eisentraut
2018-04-08Doc: clarify explanation of pg_dump usage.Tom Lane
2018-04-05doc: remove mention of the DMOZ catalog in ltree docsBruce Momjian
2018-04-04docs: update ltree URL for the DMOZ catalogBruce Momjian
2018-03-30docs: add parameter with brackets around varbit()Bruce Momjian
2018-03-30doc: document "IS NOT DOCUMENT"Bruce Momjian
2018-03-25Doc: add example of type resolution in nested UNIONs.Tom Lane
2018-03-25Doc: remove extra comma in syntax summary for array_fill().Tom Lane
2018-03-24Don't qualify type pg_catalog.text in extend-extensions-example.Noah Misch