summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2023-11-06Add XMLText function (SQL/XML X038)Daniel Gustafsson
2023-11-06doc: pg_resetwal: Add comments how the multipliers are derivedPeter Eisentraut
2023-11-03meson: docs: Install all manpages, not just ones in man1Andres Freund
2023-11-03doc: move HBA reload instructions above the syntax detailsBruce Momjian
2023-11-03doc: \copy can get data values \. and end-of-input confusedBruce Momjian
2023-11-03doc: CREATE DATABASE doesn't copy db-level perms. from templateBruce Momjian
2023-11-03doc: mention ORDER BY for some aggregates, add ORDER BY examplesBruce Momjian
2023-11-03Doc: update CREATE RULE ref page's hoary discussion of views.Tom Lane
2023-11-03doc: ALTER DEFAULT PRIVILEGES does not affect inherited rolesBruce Momjian
2023-11-02Additional unicode primitive functions.Jeff Davis
2023-11-01doc: Replace reference to ERRCODE_RAISE_EXCEPTION by "raise_exception"Michael Paquier
2023-11-01doc: add reference to wire protocol detailsBruce Momjian
2023-11-01doc: Expand section related to LWLocks and shared memoryMichael Paquier
2023-10-31doc: add missing word to sentence about ParisBruce Momjian
2023-10-31C comment: improve statistics computation comment exampleBruce Momjian
2023-10-31doc: improve ALTER SYSTEM description of value list quotingBruce Momjian
2023-10-31doc: improve bpchar and character type length detailsBruce Momjian
2023-10-31doc: add function argument and query parameter limitsBruce Momjian
2023-10-31doc: 1-byte varlena headers can be used for user PLAIN storageBruce Momjian
2023-10-30Doc: Make link names consistent in logical replication commands.Amit Kapila
2023-10-30Introduce pg_stat_checkpointerMichael Paquier
2023-10-28doc: add links to Postgres features introBruce Momjian
2023-10-28doc: improve text around consistency of statistics valuesBruce Momjian
2023-10-28doc: improve config syncfs wordingBruce Momjian
2023-10-27Clarify the result order of unnest(multirange).Jeff Davis
2023-10-27doc: wording improvementsBruce Momjian
2023-10-27Teach contrib/amcheck to check the unique constraint violationAlexander Korotkov
2023-10-27doc: clarify logical decoding's deadlock of system tablesBruce Momjian
2023-10-27|--- gitweb subject length limit ----------------|-email limit-|Bruce Momjian
2023-10-27Remove buffers_backend and buffers_backend_fsync from pg_stat_checkpointerMichael Paquier
2023-10-26Migrate logical slots to the new node during an upgrade.Amit Kapila
2023-10-25Doc: remove misleading info about ecpg's CONNECT/DISCONNECT DEFAULT.Tom Lane
2023-10-25Doc fix: Interfacing Extensions to IndexesJeff Davis
2023-10-25Remove useless self-joinsAlexander Korotkov
2023-10-25doc: Fix some typos and grammarMichael Paquier
2023-10-24Reword memory terminology for PQresultMemorySizeDaniel Gustafsson
2023-10-24Doc: indexUnchanged is strictly a hint.Peter Geoghegan
2023-10-23doc: Improve example query related to pg_wait_eventsMichael Paquier
2023-10-23doc: Fix some grammar and inconsistent tagsMichael Paquier
2023-10-20Doc: update CREATE OPERATOR's statement about => as an operator.Tom Lane
2023-10-20Extend ALTER OPERATOR to allow setting more optimization attributes.Tom Lane
2023-10-19pg_stat_statements: Add local_blk_{read|write}_timeMichael Paquier
2023-10-19Add local_blk_{read|write}_time I/O timing statistics for local blocksMichael Paquier
2023-10-19Rename I/O timing statistics columns to shared_blk_{read|write}_timeMichael Paquier
2023-10-18Add flush option to pg_logical_emit_message()Michael Paquier
2023-10-17Reword messages about impending (M)XID exhaustion.Robert Haas
2023-10-16Update the documentation on recovering from (M)XID exhaustion.Robert Haas
2023-10-16Add support event triggers on authenticated loginAlexander Korotkov
2023-10-13Doc: Add more links in logical replication pages.Amit Kapila
2023-10-13Add support for AT LOCALMichael Paquier