summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2020-10-22Add documentation and tests for quote marks in ECPG literal queries.Tom Lane
2020-10-22Avoid premature de-doubling of quote marks in ECPG strings.Tom Lane
2020-10-22Clean up some unpleasant behaviors in psql's \connect command.Tom Lane
2020-10-22Extend amcheck to check heap pages.Robert Haas
2020-10-21Fix connection string handling in psql's \connect command.Tom Lane
2020-10-20Change the attribute name in pg_stat_replication_slots view.Amit Kapila
2020-10-19Fix connection string handling in src/bin/scripts/ programs.Tom Lane
2020-10-19Misc documentation fixes.Heikki Linnakangas
2020-10-19Fix TRUNCATE doc: ALTER SEQUENCE RESTART is now transactional.Heikki Linnakangas
2020-10-19Fix output of tsquery example in docs.Heikki Linnakangas
2020-10-19Fix doc for full text search distance operator.Heikki Linnakangas
2020-10-19Update link for plluaMagnus Hagander
2020-10-19Change the docs for PARALLEL option of Vacuum.Amit Kapila
2020-10-17In libpq for Windows, call WSAStartup once and WSACleanup not at all.Tom Lane
2020-10-17Doc: caution against misuse of 'now' and related datetime literals.Tom Lane
2020-10-16Doc: tweak column widths in synchronous-commit-matrix table.Tom Lane
2020-10-15doc: improve description of synchronous_commit modesBruce Momjian
2020-10-15doc: Mention that toast_tuple_target affects also column marked as Main.Fujii Masao
2020-10-14Restore replication protocol's duplicate command tagsAlvaro Herrera
2020-10-14Include result relation info in direct modify ForeignScan nodes.Heikki Linnakangas
2020-10-14Use https for gnu.org linksPeter Eisentraut
2020-10-13doc: Expand recursive query documentationPeter Eisentraut
2020-10-12Re-allow testing of GiST buffered builds.Tom Lane
2020-10-12Adjust cycle detection examples and testsPeter Eisentraut
2020-10-08Track statistics for spilling of changes from ReorderBuffer.Amit Kapila
2020-10-06Further improvements on documentation for pg_dump -tMagnus Hagander
2020-10-06Clarify documentation around pg_dump -t optionMagnus Hagander
2020-10-06Expand installation documentation to cover binary installationsMagnus Hagander
2020-10-05doc: show functions returning record types and use of ROWS FROMBruce Momjian
2020-10-05Overhaul pg_hba.conf clientcert's APIBruce Momjian
2020-10-05Doc: fix parameter names in the docs of a couple of functions.Tom Lane
2020-10-05Support for OUT parameters in proceduresPeter Eisentraut
2020-10-04Make postgres.bki use the same literal-string syntax as postgresql.conf.Tom Lane
2020-10-03Improve <xref> vs. <command> formatting in the documentationPeter Eisentraut
2020-10-03doc: libpq connection options can override command-line flagsBruce Momjian
2020-10-03doc: clarify the use of ssh port forwardingBruce Momjian
2020-10-02doc: Improve some documentation about HA and replicationMichael Paquier
2020-10-02Add pg_stat_wal statistics view.Fujii Masao
2020-09-30Fix handling of BC years in to_date/to_timestamp.Tom Lane
2020-09-30Fix XML id to match GUC namePeter Eisentraut
2020-09-30Doc: Improve clarity on partitioned table limitationsDavid Rowley
2020-09-29Fix make_timestamp[tz] to accept negative years as meaning BC.Tom Lane
2020-09-29Archive timeline history files in standby if archive_mode is set to "always".Fujii Masao
2020-09-24Add new 'old_snapshot' contrib module.Robert Haas
2020-09-24Doc: sync lobj.sgml's copy of testlo.c with the latter file.Tom Lane
2020-09-21Copy editing: fix a bunch of misspellings and poor wording.Tom Lane
2020-09-21Standardize order of use strict and use warnings in Perl codePeter Eisentraut
2020-09-18Allow most keywords to be used as column labels without requiring AS.Tom Lane
2020-09-17Remove support for postfix (right-unary) operators.Tom Lane
2020-09-17Remove factorial operators, leaving only the factorial() function.Tom Lane