aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref
Commit message (Expand)AuthorAge
* Doc: Fix the wrong link on pg_createsubscriber page.Amit Kapila2024-12-17
* doc: Mention BRIN indexes support parallel buildsTomas Vondra2024-12-16
* Enable BUFFERS with EXPLAIN ANALYZE by defaultDavid Rowley2024-12-11
* doc: remove LC_COLLATE and LC_CTYPE from SHOW commandPeter Eisentraut2024-12-07
* Ensure stored generated columns must be published when required.Amit Kapila2024-12-04
* doc: Clarify some terms for pg_createsubscriberMichael Paquier2024-12-03
* Deprecate MD5 passwords.Nathan Bossart2024-12-02
* doc: Improve description of referential actionsPeter Eisentraut2024-11-29
* clarify --no-comments option in --help and SGML filesBruce Momjian2024-11-20
* doc: clarify pg_dump --no-comments meaning as SQL commentsBruce Momjian2024-11-18
* Fix collation handling for foreign keysPeter Eisentraut2024-11-15
* doc: Add PERIOD to ALTER TABLE reference docsPeter Eisentraut2024-11-13
* doc: Small improvement in CREATE TABLE / PERIOD documentationPeter Eisentraut2024-11-13
* doc: Add WITHOUT OVERLAPS to ALTER TABLE reference docsPeter Eisentraut2024-11-13
* Add pg_constraint rows for not-null constraintsÁlvaro Herrera2024-11-08
* doc: Reword ALTER TABLE ATTACH restriction on NO INHERIT constraintsÁlvaro Herrera2024-11-07
* Replicate generated columns when 'publish_generated_columns' is set.Amit Kapila2024-11-07
* pg_basebackup, pg_receivewal: fix failure to find password in ~/.pgpass.Tom Lane2024-11-04
* doc: remove useless MERGE exampleBruce Momjian2024-11-01
* doc: fix ALTER DOMAIN domain_constraint to spell out optionsBruce Momjian2024-11-01
* doc: explain how the home directory is found on Unix-like syst.Bruce Momjian2024-11-01
* Replicate generated columns when specified in the column list.Amit Kapila2024-10-30
* Change the default value of the streaming option to 'parallel'.Amit Kapila2024-10-28
* Doc: Add a caution in alter publication.Amit Kapila2024-10-25
* Note that index_name in ALTER INDEX ATTACH PARTITION can be schema-qualifiedÁlvaro Herrera2024-10-20
* initdb: Change default to using data checksums.Peter Eisentraut2024-10-16
* doc: Fix initdb option xreflabelsPeter Eisentraut2024-10-16
* doc: Add anchors for COPY format descriptionsDaniel Gustafsson2024-10-14
* Add REJECT_LIMIT option to the COPY command.Fujii Masao2024-10-08
* doc: Quote value in SET NAMES documentationDaniel Gustafsson2024-10-07
* Add log_verbosity = 'silent' support to COPY command.Fujii Masao2024-10-03
* Remove support for unlogged on partitioned tablesMichael Paquier2024-10-03
* doc: Missing markup, punctuation and wordsmithingDaniel Gustafsson2024-10-02
* doc: Clarify name of files generated by pg_waldump --save-fullpageMichael Paquier2024-10-02
* initdb: Add new option "--no-data-checksums"Peter Eisentraut2024-10-01
* Tweak docs to reduce possible impact of data checksumsPeter Eisentraut2024-10-01
* Doc: replace unnecessary non-breaking space with ordinal space.Tatsuo Ishii2024-10-01
* Do not treat \. as an EOF marker in CSV mode for COPY IN.Tom Lane2024-09-30
* Don't disallow DROP of constraints ONLY on partitioned tablesAlvaro Herrera2024-09-30
* doc: Note that CREATE MATERIALIZED VIEW restricts search_path.Nathan Bossart2024-09-27
* pg_verifybackup: Verify tar-format backups.Robert Haas2024-09-27
* Doc: Add the steps for upgrading the logical replication cluster.Amit Kapila2024-09-25
* Add ONLY support for VACUUM and ANALYZEDavid Rowley2024-09-24
* Repair pg_upgrade for identity sequences with non-default persistence.Tom Lane2024-09-17
* Add temporal FOREIGN KEY contraintsPeter Eisentraut2024-09-17
* Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut2024-09-17
* Introduce framework for parallelizing various pg_upgrade tasks.Nathan Bossart2024-09-16
* Run regression tests with timezone America/Los_Angeles.Tom Lane2024-09-14
* pg_createsubscriber: minor documentation fixesMagnus Hagander2024-09-11
* Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commandsAlexander Korotkov2024-08-24