summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref
AgeCommit message (Expand)Author
6 hourspsql: Add variable SERVICEFILEHEADmasterMichael Paquier
3 daysAdd FLUSH_UNLOGGED option to CHECKPOINT command.Nathan Bossart
3 daysAdd MODE option to CHECKPOINT command.Nathan Bossart
3 daysAdd option list to CHECKPOINT command.Nathan Bossart
3 daysRename CHECKPOINT_IMMEDIATE to CHECKPOINT_FAST.Nathan Bossart
5 daysMinor tweaks for pg_test_timing.Tom Lane
6 daysChange pg_test_timing to measure in nanoseconds not microseconds.Tom Lane
11 daysFix broken XMLÁlvaro Herrera
11 daysFix bogus grammar for a CREATE CONSTRAINT TRIGGER errorÁlvaro Herrera
11 daysSupport multi-line headers in COPY FROM command.Fujii Masao
13 daysdoc: TOAST not toastPeter Eisentraut
13 daysAdd new OID alias type regdatabase.Nathan Bossart
14 daysdoc: Some copy-editing around prefix operatorsPeter Eisentraut
2025-06-29pg_recvlogical: Rename --two-phase and --failover options.Peter Eisentraut
2025-06-26docs: fix typoÁlvaro Herrera
2025-06-26pg_dump: include comments on valid not-null constraints, tooÁlvaro Herrera
2025-06-26doc: Updates for RETURNING OLD/NEW.Dean Rasheed
2025-06-26doc: Fix indentation of MERGE synopsis.Dean Rasheed
2025-06-25doc: Some copy-editing around constraint validation and enforcementPeter Eisentraut
2025-06-25pg_createsubscriber: Rename option --remove to --cleanPeter Eisentraut
2025-06-25Restrict virtual columns to use built-in functions and typesPeter Eisentraut
2025-06-24doc: Add secondary index entries for vacuum-related parameters.Fujii Masao
2025-06-24psql: Rename meta-command \close to \close_preparedMichael Paquier
2025-06-19Correct docs about partitions and EXCLUDE constraints.Jeff Davis
2025-06-19Improve pg_dump/pg_dumpall help synopses and terminologyPeter Eisentraut
2025-06-19doc: Mention GIN indexes support parallel builds.Fujii Masao
2025-06-19doc: Fix incorrect description of INCLUDING COMMENTS in CREATE FOREIGN TABLE.Fujii Masao
2025-06-18doc: fix for commit 09f7d36ba16 in changing "_" to "-".Bruce Momjian
2025-06-18pg_dump: Allow pg_dump to dump the statistics for foreign tables.Fujii Masao
2025-06-15psql: Change new \conninfo to use SSL instead of TLSPeter Eisentraut
2025-06-14doc: Add note about "Client User" and "Superuser" fields in \conninfo output.Fujii Masao
2025-06-13psql: Reword help message and docs for WATCH_INTERVALDaniel Gustafsson
2025-06-13psql: Forbid use of COPY and \copy while in a pipelineMichael Paquier
2025-06-12pg_restore: Fix wrong descriptions of --with-{schema,data,statistics} options.Fujii Masao
2025-06-05Doc: you must own the target object to use SECURITY LABEL.Tom Lane
2025-05-27Change pg_dump default for statistics export.Jeff Davis
2025-05-20doc: Clarify use of _ccnew and _ccold in REINDEX CONCURRENTLYMichael Paquier
2025-05-09doc: Put new options in consistent order on man pagesPeter Eisentraut
2025-05-07pg_dumpall: Add --sequence-data.Nathan Bossart
2025-05-07doc: Put some psql documentation pieces back into alphabetical orderPeter Eisentraut
2025-05-01Remove extra "not" in pg_upgrade documentation.Nathan Bossart
2025-05-01doc: Improve explanations when a table rewrite is neededPeter Eisentraut
2025-04-30Further adjust guidance for running vacuumdb after pg_upgrade.Nathan Bossart
2025-04-30doc: Alphabetize long options for pg_dump[all].Nathan Bossart
2025-04-29Doc: Specify the interaction of publish_generated_columns with column list.Amit Kapila
2025-04-25doc: simplify new EXPLAIN ANALYZE BUFFERS descriptionBruce Momjian
2025-04-22Doc: reword text explaining the --maintenance-db optionDavid Rowley
2025-04-19Fix typos and grammar in the codeMichael Paquier
2025-04-15doc: Fix typos in documentationDaniel Gustafsson
2025-04-15doc: Fix missing whitespace in pg_restore documentation.Fujii Masao