summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2018-10-02Fix documentation of pgrowlocks using "lock_type" instead of "modes"Michael Paquier
2018-09-21docs: remove use of escape strings and use bytea hex outputBruce Momjian
2018-09-13doc: Update broken linksPeter Eisentraut
2018-09-11Support building with Visual Studio 2017Andrew Dunstan
2018-09-06Make contrib/unaccent's unaccent() function work when not in search path.Tom Lane
2018-09-05Make argument names of pg_get_object_address consistent, and fix docs.Tom Lane
2018-09-05docs: improve AT TIME ZONE descriptionBruce Momjian
2018-09-01Doc: fix oversights in "Client/Server Character Set Conversions" table.Tom Lane
2018-08-25doc: "Latest checkpoint location" will not match in pg_upgradeBruce Momjian
2018-08-25doc: add doc link for 'applicable_roles'Bruce Momjian
2018-08-25docs: clarify plpython SD and GD dictionary behaviorBruce Momjian
2018-08-17Mention ownership requirements for REFRESH MATERIALIZED VIEW in docsMichael Paquier
2018-08-09docs: Only first instance of a PREPARE parameter sets data typeBruce Momjian
2018-08-06Stamp 9.5.14.REL9_5_14Tom Lane
2018-08-06Last-minute updates for release notes.Tom Lane
2018-08-05Release notes for 10.5, 9.6.10, 9.5.14, 9.4.19, 9.3.24.Tom Lane
2018-08-05Doc: fix incorrectly stated argument list for pgcrypto's hmac() function.Tom Lane
2018-08-03Fix pg_replication_slot example outputAlvaro Herrera
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-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-06Add note in pg_rewind documentation about read-only filesMichael Paquier
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-19doc: explain use of json_populate_record{set}()Bruce Momjian
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-07Stamp 9.5.13.REL9_5_13Tom 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