summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2024-12-19Add backend-level statistics to pgstatsMichael Paquier
2024-12-18psql: Add more information about service nameMichael Paquier
2024-12-18libpq: Add service name to PGconn and PQservice()Michael Paquier
2024-12-17Doc: Fix the wrong link on pg_createsubscriber page.Amit Kapila
2024-12-16doc: Mention BRIN indexes support parallel buildsTomas Vondra
2024-12-15doc: Clarify old WAL files are kept until they are summarized.Fujii Masao
2024-12-11Add UUID version 7 generation function.Masahiko Sawada
2024-12-11Enable BUFFERS with EXPLAIN ANALYZE by defaultDavid Rowley
2024-12-11Use in-place updates for pg_restore_relation_stats().Jeff Davis
2024-12-09Doc: fix incorrect EXPLAIN ANALYZE output for bloom indexesDavid Rowley
2024-12-07doc: remove LC_COLLATE and LC_CTYPE from SHOW commandPeter Eisentraut
2024-12-04Return actual error code from FOP failure in PDF buildBruce Momjian
2024-12-04Ensure stored generated columns must be published when required.Amit Kapila
2024-12-04Properly use $(AWK) in Makefile, not 'awk'Bruce Momjian
2024-12-03Fix Makefile so invalid characters warning preserves error codeBruce Momjian
2024-12-03Now that we have non-Latin1 SGML detection, restore Latin1 charsBruce Momjian
2024-12-03doc: Clarify some terms for pg_createsubscriberMichael Paquier
2024-12-03doc Makefile: issue warning about chars that cannot be outputBruce Momjian
2024-12-02Deprecate MD5 passwords.Nathan Bossart
2024-11-30doc: Fix typoPeter Eisentraut
2024-11-29doc: Improve description of referential actionsPeter Eisentraut
2024-11-27Require ucrt if using MinGW.Thomas Munro
2024-11-27Support LIKE with nondeterministic collationsPeter Eisentraut
2024-11-27Handle better implicit transaction state of pipeline modeMichael Paquier
2024-11-26Fix commit 641a5b7a144 for "nbsp" output in SVG filesBruce Momjian
2024-11-26Reordering DISTINCT keys to match input path's pathkeysRichard Guo
2024-11-25Doc: Clarify the `inactive_since` field description.Amit Kapila
2024-11-25doc: Fix example with __next__() in PL/Python functionMichael Paquier
2024-11-21doc: clarify how logical replication takes its initial snapshotBruce Momjian
2024-11-20doc: clarify that jsonb_path_match() returns an SQL booleanBruce Momjian
2024-11-20clarify --no-comments option in --help and SGML filesBruce Momjian
2024-11-20file_fdw: Add REJECT_LIMIT option to file_fdw.Fujii Masao
2024-11-20doc: Fix section of functions age(xid) and mxid_age(xid)Michael Paquier
2024-11-19Improve error message for database object stats manipulation functions.Fujii Masao
2024-11-18doc: clarify pg_dump --no-comments meaning as SQL commentsBruce Momjian
2024-11-18doc: clarify text about combining row-level policiesBruce Momjian
2024-11-15Fix collation handling for foreign keysPeter Eisentraut
2024-11-13doc: Update pg_constraint.conexclop docs for WITHOUT OVERLAPSPeter Eisentraut
2024-11-13doc: Add PERIOD to ALTER TABLE reference docsPeter Eisentraut
2024-11-13doc: Small improvement in CREATE TABLE / PERIOD documentationPeter Eisentraut
2024-11-13doc: Add WITHOUT OVERLAPS to ALTER TABLE reference docsPeter Eisentraut
2024-11-11Block environment variable mutations from trusted PL/Perl.Noah Misch
2024-11-11Doc: Add links to clarify the max_replication_slots.Amit Kapila
2024-11-11Add two attributes to pg_stat_database for parallel workers activityMichael Paquier
2024-11-11libpq: Bail out during SSL/GSS negotiation errorsMichael Paquier
2024-11-08Add pg_constraint rows for not-null constraintsÁlvaro Herrera
2024-11-07doc: Reword ALTER TABLE ATTACH restriction on NO INHERIT constraintsÁlvaro Herrera
2024-11-07Replicate generated columns when 'publish_generated_columns' is set.Amit Kapila
2024-11-06doc: Remove event trigger firing matrixPeter Eisentraut
2024-11-04Revert pg_wal_replay_wait() stored procedureAlexander Korotkov