summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2024-12-03doc: Clarify some terms for pg_createsubscriberMichael Paquier
2024-12-02doc 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-20Improve 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
2024-11-04doc: use more accurate URL for bug reportingBruce Momjian
2024-11-04pg_basebackup, pg_receivewal: fix failure to find password in ~/.pgpass.Tom Lane
2024-11-04doc: remove check of SVG files, since they are derivedBruce Momjian
2024-11-04docs: Consistently use <optional> to indicate optional parametersHeikki Linnakangas
2024-11-04doc: fix typo in mvcc clarification in commit 2fa255ce9b9Bruce Momjian
2024-11-04Make PG_TEST_EXTRA env var override the "meson setup" optionHeikki Linnakangas
2024-11-04Doc: Update the behavior of generated columns in Logical Replication.Amit Kapila
2024-11-01doc: clarify text around MVCC example queryBruce Momjian
2024-11-01doc: remove useless MERGE exampleBruce Momjian
2024-11-01doc: improve tablespace example query and link to helper funcs.Bruce Momjian
2024-11-01doc: fix ALTER DOMAIN domain_constraint to spell out optionsBruce Momjian
2024-11-01doc: explain how the home directory is found on Unix-like syst.Bruce Momjian
2024-11-01doc: Add link to listen_addresses as cause of connection failureBruce Momjian
2024-11-01doc: improve build for non-Latin1 charactersBruce Momjian
2024-11-01doc: remove mention of ActiveState for Perl and Tcl on WindowsBruce Momjian
2024-11-01Add SQL function array_reverse()Michael Paquier