summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2020-10-30Doc: clarify description for pg_constraint.convalidated.Tom Lane
2020-10-29Track statistics for streaming of changes from ReorderBuffer.Amit Kapila
2020-10-28Doc: clean up pg_relation_check_pages() documentation.Tom Lane
2020-10-28Doc: clean up verify_heapam() documentation.Tom Lane
2020-10-28Add pg_relation_check_pages() to check on-disk pages of a relationMichael Paquier
2020-10-28Minor improvements in description of spilled counters in pg_stat_replication_...Amit Kapila
2020-10-27Doc: improve explanation of how to use our code coverage infrastructure.Tom Lane
2020-10-27Accept relations of any kind in LOCK TABLEAlvaro Herrera
2020-10-27docs: remove reference to src/tools/threadBruce Momjian
2020-10-27doc: Fix order of protocol messages in listingPeter Eisentraut
2020-10-27Update description of spilled counters in pg_stat_replication_slots view.Amit Kapila
2020-10-27doc: simplify wording of function error affectsBruce Momjian
2020-10-26doc: make blooms docs match realityBruce Momjian
2020-10-26docs: Remove notes about incompatibilies with very old versions.Heikki Linnakangas
2020-10-23Allow psql to re-use connection parameters after a connection loss.Tom Lane
2020-10-23doc: Fix order of protocol messages in listingPeter Eisentraut
2020-10-23doc: Remove reference to pre-8.2 pg_dump behaviourHeikki Linnakangas
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