summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2025-03-18psql: Add \sendpipeline to send query buffers while in a pipelineMichael Paquier
2025-03-17aio: Basic subsystem initializationAndres Freund
2025-03-17pg_combinebackup: Add -k, --link option.Robert Haas
2025-03-16pg_dump, pg_dumpall, pg_restore: Add --no-policies option.Tom Lane
2025-03-16contrib/isn: Make weak mode a GUC setting, and fix related functions.Tom Lane
2025-03-14doc: Explain more thoroughly when a table rewrite is neededÁlvaro Herrera
2025-03-14Add GUC option to log lock acquisition failures.Fujii Masao
2025-03-13Add reverse(bytea).Nathan Bossart
2025-03-12pg_rewind: Add dbname to primary_conninfo when using --write-recovery-conf.Masahiko Sawada
2025-03-12Increase default effective_io_concurrency to 16Melanie Plageman
2025-03-12Add connection establishment duration loggingMelanie Plageman
2025-03-12Modularize log_connections outputMelanie Plageman
2025-03-12Doc: silence A4 PDF build warnings.Tom Lane
2025-03-11Show index search count in EXPLAIN ANALYZE, take 2.Peter Geoghegan
2025-03-11Add WAL data to backend statisticsMichael Paquier
2025-03-10Doc: improve description of window function processing.Tom Lane
2025-03-10Remove support for temporal RESTRICT foreign keysPeter Eisentraut
2025-03-08doc: Adjust note about pg_upgrade's --jobs option.Nathan Bossart
2025-03-07doc: Add missing decimal places to example rowcount.Robert Haas
2025-03-07Rename amcancrosscomparePeter Eisentraut
2025-03-07Allow casting between bytea and integer types.Dean Rasheed
2025-03-07Revert "vacuumdb: Add option for analyzing only relations missing stats."John Naylor
2025-03-07Doc: correct aggressive vacuum threshold for multixact members storageJohn Naylor
2025-03-07vacuumdb: Add option for analyzing only relations missing stats.Nathan Bossart
2025-03-06Further fix for json_strip_nulls documentationAndrew Dunstan
2025-03-06Remove extraneous commas in json{b}_strip_nulls documentationAndrew Dunstan
2025-03-05Revert "Show index search count in EXPLAIN ANALYZE."Peter Geoghegan
2025-03-05Allow json{b}_strip_nulls to remove null array elementsAndrew Dunstan
2025-03-05Show index search count in EXPLAIN ANALYZE.Peter Geoghegan
2025-03-05Add ALTER TABLE ... ALTER CONSTRAINT ... SET [NO] INHERITÁlvaro Herrera
2025-03-04doc: Expand version compatibility for pg_basebackup featuresDaniel Gustafsson
2025-03-04Split pgstat_bestart() into three different routinesMichael Paquier
2025-03-03doc: Convert UUID functions list to table format.Masahiko Sawada
2025-03-03Allow => syntax for named cursor arguments in plpgsql.Tom Lane
2025-03-03Trigger more frequent autovacuums with relallfrozenMelanie Plageman
2025-03-03Add relallfrozen to pg_classMelanie Plageman
2025-03-02postgres_fdw: Extend postgres_fdw_get_connections to return remote backend PID.Fujii Masao
2025-02-27EXPLAIN: Always use two fractional digits for row counts.Robert Haas
2025-02-27Generalize hash and ordering support in amapiPeter Eisentraut
2025-02-27Doc: Additional clarification for -d option of pg_createsubscriber.Amit Kapila
2025-02-26Use attnum to identify index columns in pg_restore_attribute_stats().Tom Lane
2025-02-26Add two-phase option in pg_createsubscriber.Amit Kapila
2025-02-26Re-add GUC track_wal_io_timingMichael Paquier
2025-02-26Remove redundant pg_set_*_stats() variants.Jeff Davis
2025-02-25Doc: Fix pg_copy_logical_replication_slot description.Amit Kapila
2025-02-25Missing doc update for f3dae2ae58.Jeff Davis
2025-02-25psql: Add pipeline status to prompt and some state variablesMichael Paquier
2025-02-24oauth: Fix incorrect const markers in structDaniel Gustafsson
2025-02-24Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timingMichael Paquier
2025-02-22Documentation fixups for dumping statistics.Jeff Davis