aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml
Commit message (Expand)AuthorAge
* Add reverse(bytea).Nathan Bossart2025-03-13
* pg_rewind: Add dbname to primary_conninfo when using --write-recovery-conf.Masahiko Sawada2025-03-12
* Increase default effective_io_concurrency to 16Melanie Plageman2025-03-12
* Add connection establishment duration loggingMelanie Plageman2025-03-12
* Modularize log_connections outputMelanie Plageman2025-03-12
* Doc: silence A4 PDF build warnings.Tom Lane2025-03-11
* Show index search count in EXPLAIN ANALYZE, take 2.Peter Geoghegan2025-03-11
* Add WAL data to backend statisticsMichael Paquier2025-03-11
* Doc: improve description of window function processing.Tom Lane2025-03-10
* Remove support for temporal RESTRICT foreign keysPeter Eisentraut2025-03-10
* doc: Adjust note about pg_upgrade's --jobs option.Nathan Bossart2025-03-08
* doc: Add missing decimal places to example rowcount.Robert Haas2025-03-07
* Rename amcancrosscomparePeter Eisentraut2025-03-07
* Allow casting between bytea and integer types.Dean Rasheed2025-03-07
* Revert "vacuumdb: Add option for analyzing only relations missing stats."John Naylor2025-03-07
* Doc: correct aggressive vacuum threshold for multixact members storageJohn Naylor2025-03-07
* vacuumdb: Add option for analyzing only relations missing stats.Nathan Bossart2025-03-07
* Further fix for json_strip_nulls documentationAndrew Dunstan2025-03-06
* Remove extraneous commas in json{b}_strip_nulls documentationAndrew Dunstan2025-03-06
* Revert "Show index search count in EXPLAIN ANALYZE."Peter Geoghegan2025-03-05
* Allow json{b}_strip_nulls to remove null array elementsAndrew Dunstan2025-03-05
* Show index search count in EXPLAIN ANALYZE.Peter Geoghegan2025-03-05
* Add ALTER TABLE ... ALTER CONSTRAINT ... SET [NO] INHERITÁlvaro Herrera2025-03-05
* doc: Expand version compatibility for pg_basebackup featuresDaniel Gustafsson2025-03-04
* Split pgstat_bestart() into three different routinesMichael Paquier2025-03-04
* doc: Convert UUID functions list to table format.Masahiko Sawada2025-03-03
* Allow => syntax for named cursor arguments in plpgsql.Tom Lane2025-03-03
* Trigger more frequent autovacuums with relallfrozenMelanie Plageman2025-03-03
* Add relallfrozen to pg_classMelanie Plageman2025-03-03
* postgres_fdw: Extend postgres_fdw_get_connections to return remote backend PID.Fujii Masao2025-03-03
* EXPLAIN: Always use two fractional digits for row counts.Robert Haas2025-02-27
* Generalize hash and ordering support in amapiPeter Eisentraut2025-02-27
* Doc: Additional clarification for -d option of pg_createsubscriber.Amit Kapila2025-02-27
* Use attnum to identify index columns in pg_restore_attribute_stats().Tom Lane2025-02-26
* Add two-phase option in pg_createsubscriber.Amit Kapila2025-02-26
* Re-add GUC track_wal_io_timingMichael Paquier2025-02-26
* Remove redundant pg_set_*_stats() variants.Jeff Davis2025-02-25
* Doc: Fix pg_copy_logical_replication_slot description.Amit Kapila2025-02-25
* Missing doc update for f3dae2ae58.Jeff Davis2025-02-24
* psql: Add pipeline status to prompt and some state variablesMichael Paquier2025-02-25
* oauth: Fix incorrect const markers in structDaniel Gustafsson2025-02-24
* Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timingMichael Paquier2025-02-24
* Documentation fixups for dumping statistics.Jeff Davis2025-02-22
* Change \conninfo to use tabular formatÁlvaro Herrera2025-02-22
* Avoid race condition between "GRANT role" and "DROP ROLE".Tom Lane2025-02-21
* pg_upgrade: Add --set-char-signedness to set the default char signedness of n...Masahiko Sawada2025-02-21
* pg_resetwal: Add --char-signedness option to change the default char signedness.Masahiko Sawada2025-02-21
* Add default_char_signedness field to ControlFileData.Masahiko Sawada2025-02-21
* doc: clarify default checksum behavior in non-master branchesBruce Momjian2025-02-21
* doc: remove non-breaking space in SGML files, causes make errorBruce Momjian2025-02-21