summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2018-08-05Doc: fix incorrectly stated argument list for pgcrypto's hmac() function.Tom Lane
2018-07-29Document security implications of qualified names.Noah Misch
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-01Fix libpq example programsPeter Eisentraut
2018-06-29Replace search.cpan.org with metacpan.orgMichael Paquier
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-20Fix typoMagnus Hagander
2018-06-10Fix grammar in REVOKE documentationMichael Paquier
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-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-04-26docs: remove "III" version text from pgAdmin linkBruce Momjian
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-04-02doc: document "IS NOT DOCUMENT"Bruce Momjian
2018-03-30docs: add parameter with brackets around varbit()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
2018-03-21Fix typo.Tatsuo Ishii
2018-03-18Doc: note that statement-level view triggers require an INSTEAD OF trigger.Tom Lane
2018-03-16Doc: explicitly point out that enum values can't be dropped.Tom Lane
2018-02-26Last-minute updates for release notes.Tom Lane
2018-02-26Document security implications of search_path and the public schema.Noah Misch
2018-02-25Release notes for 10.3, 9.6.8, 9.5.12, 9.4.17, 9.3.22.Tom Lane
2018-02-23Synchronize doc/ copies of src/test/examples/.Noah Misch
2018-02-15Doc: fix minor bug in CREATE TABLE example.Tom Lane
2018-02-07Change default git repo URL to httpsMagnus Hagander
2018-02-05Last-minute updates for release notes.Tom Lane
2018-02-04Release notes for 10.2, 9.6.7, 9.5.11, 9.4.16, 9.3.21.Tom Lane
2018-01-31doc: in contrib-spi, mention and link to the meaning of SPIBruce Momjian
2018-01-31pgcrypto's encrypt() supports AES-128, AES-192, and AES-256Robert Haas
2018-01-29psql documentation fixesPeter Eisentraut
2018-01-23doc: simplify intermediate certificate mention in libpq docsBruce Momjian
2018-01-21doc: update intermediate certificate instructionsBruce Momjian
2018-01-10Fix sample INSTR() functions in the plpgsql documentation.Tom Lane
2018-01-03Update copyright for 2018Bruce Momjian
2017-12-08doc: Add advice about systemd RemoveIPCPeter Eisentraut
2017-11-21Provide for forward compatibility with future minor protocol versions.Robert Haas
2017-11-10Add -wnet to SP invocationsPeter Eisentraut