summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref
AgeCommit message (Expand)Author
26 hoursdoc: double-quote use of %f, %p, and %r in literal commands.Bruce Momjian
30 hoursDoc: add IDs to copy.sgml's <varlistentry> and <refsect1>Álvaro Herrera
2 daysdoc: Improve description of RLS policies applied by command type.Dean Rasheed
3 daysDoc: Add documentation for sequence synchronization.Amit Kapila
3 daysdoc: Fix incorrect synopsis for ALTER PUBLICATION ... DROP ...Fujii Masao
7 daysdoc: consistently use "structname" and "structfield" markupBruce Momjian
8 daysdoc: Fix incorrect wording for --file in pg_dumpDaniel Gustafsson
8 dayspgbench: Add --continue-on-error option.Fujii Masao
10 daysDoc: use uppercase keywords in SQLsDavid Rowley
10 daysImplement WAIT FOR commandAlexander Korotkov
11 daysAllow "SET list_guc TO NULL" to specify setting the GUC to empty.Tom Lane
12 daysDoc: cover index CONCURRENTLY causing errors in INSERT ... ON CONFLICT.Noah Misch
12 daysAdd \pset options for boolean value displayÁlvaro Herrera
2025-10-30Expose wal_fpi_bytes in EXPLAIN (WAL)Michael Paquier
2025-10-28Add psql PROMPT variable for search_path.Nathan Bossart
2025-10-25pg_rewind: Skip copy of WAL segments generated before point of divergenceMichael Paquier
2025-10-23Introduce "REFRESH SEQUENCES" for subscriptions.Amit Kapila
2025-10-20Support COPY TO for partitioned tables.Masahiko Sawada
2025-10-20pg_checksums: Use new routine to retrieve data of PG_VERSIONMichael Paquier
2025-10-15Add log_autoanalyze_min_durationPeter Eisentraut
2025-10-13Doc: clarify n_distinct_inherited settingDavid Rowley
2025-10-09Add "ALL SEQUENCES" support to publications.Amit Kapila
2025-10-08Allow negative aggtransspace to indicate unbounded state sizeRichard Guo
2025-09-29Add GROUP BY ALL.Tom Lane
2025-09-25pgbench: Fix typo in documentation.Fujii Masao
2025-09-25pgbench: Clarify documentation for \gset and \aset.Fujii Masao
2025-09-22doc: Remove trailing whitespace in xrefDaniel Gustafsson
2025-09-16Revert "Avoid race condition between "GRANT role" and "DROP ROLE"".Tom Lane
2025-09-15Resume conflict-relevant data retention automatically.Amit Kapila
2025-09-02Add max_retention_duration option to subscriptions.Amit Kapila
2025-08-26Document privileges required for vacuumdb --missing-stats-only.Nathan Bossart
2025-08-20vacuumdb: Make vacuumdb --analyze-only process partitioned tables.Fujii Masao
2025-08-11Restrict psql meta-commands in plain-text dumps.Nathan Bossart
2025-08-06doc: Recommend ANALYZE after ALTER TABLE ... SET EXPRESSION AS.Fujii Masao
2025-08-04doc: mention unusability of dropped CHECK to verify NOT NULLÁlvaro Herrera
2025-08-04Detect and report update_deleted conflicts.Amit Kapila
2025-08-02Simplify options in pg_dump and pg_restore.Jeff Davis
2025-08-02Doc: clarify the restrictions of AFTER triggers with transition tables.Etsuro Fujita
2025-07-30doc: Adjust documentation for vacuumdb --missing-stats-only.Nathan Bossart
2025-07-30Revert Non text modes for pg_dumpall, and pg_restore supportAndrew Dunstan
2025-07-23Preserve conflict-relevant data during logical replication.Amit Kapila
2025-07-20doc: Document reopen of output file via SIGHUP in pg_recvlogical.Fujii Masao
2025-07-16Force LC_COLLATE to C in postmaster.Jeff Davis
2025-07-14psql: Add variable SERVICEFILEMichael Paquier
2025-07-11Add FLUSH_UNLOGGED option to CHECKPOINT command.Nathan Bossart
2025-07-11Add MODE option to CHECKPOINT command.Nathan Bossart
2025-07-11Add option list to CHECKPOINT command.Nathan Bossart
2025-07-11Rename CHECKPOINT_IMMEDIATE to CHECKPOINT_FAST.Nathan Bossart
2025-07-09Minor tweaks for pg_test_timing.Tom Lane
2025-07-08Change pg_test_timing to measure in nanoseconds not microseconds.Tom Lane