aboutsummaryrefslogtreecommitdiff
path: root/doc/src
Commit message (Expand)AuthorAge
* 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
* doc: Add links to olsen93 and ong90 in bibliographyDaniel Gustafsson2025-02-21
* Fix a WARNING for data origin discrepancies.Amit Kapila2025-02-21
* Drop opcintype from index AM strategy translation APIPeter Eisentraut2025-02-21
* psql: Add support for pipelinesMichael Paquier2025-02-21
* Add support for OAUTHBEARER SASL mechanismDaniel Gustafsson2025-02-20
* Transfer statistics during pg_upgrade.Jeff Davis2025-02-20
* doc: Fix typo in section "WAL configuration"Michael Paquier2025-02-20
* doc: Add details about object "wal" in pg_stat_ioMichael Paquier2025-02-20
* doc: Recommend pg_stat_io rather than pg_stat_wal in WAL configurationMichael Paquier2025-02-20
* Add support for LIKE in CREATE FOREIGN TABLEMichael Paquier2025-02-19
* doc: Fix some issues with JSON_TABLE() examplesAmit Langote2025-02-19
* Invalidate inactive replication slots.Amit Kapila2025-02-19
* Update to latest Snowball sources.Tom Lane2025-02-18
* doc: add example of sign mismatch with POSIX/ISO-8601 time zonesBruce Momjian2025-02-18
* Raise a WARNING for max_slot_wal_keep_size in pg_createsubscriber.Amit Kapila2025-02-18
* Doc: Improve pg_replication_slots.inactive_since description.Amit Kapila2025-02-18
* Implement Self-Join EliminationAlexander Korotkov2025-02-17
* Add information about WAL buffers being full to EXPLAIN (WAL)Michael Paquier2025-02-17
* pg_stat_statements: Add wal_buffers_fullMichael Paquier2025-02-17
* Add delay time to VACUUM/ANALYZE (VERBOSE) and autovacuum logs.Nathan Bossart2025-02-14
* pgcrypto: Add support for CFB mode in AES encryptionDaniel Gustafsson2025-02-14
* Remove unnecessary (char *) casts [string]Peter Eisentraut2025-02-12
* Doc: Fix punctuation errorsJohn Naylor2025-02-12
* Add cost-based vacuum delay time to progress views.Nathan Bossart2025-02-11
* Limit pgbench COPY FREEZE to ordinary relationsMelanie Plageman2025-02-11
* Eagerly scan all-visible pages to amortize aggressive vacuumMelanie Plageman2025-02-11
* config: Rename "Asynchronous Behavior" to "I/O"Andres Freund2025-02-11
* config: Split "Worker Processes" out of "Asynchronous Behavior"Andres Freund2025-02-11
* docs: EUC_TW can be up to four bytes wide, not threeAndres Freund2025-02-10
* PDF docs build: avoid spurious "warn" in build logs.Tom Lane2025-02-07
* Doc: clarify behavior of timestamptz input some more.Tom Lane2025-02-07
* Virtual generated columnsPeter Eisentraut2025-02-07
* Disallow COPY FREEZE on foreign tables.Nathan Bossart2025-02-06
* Introduce autovacuum_vacuum_max_threshold.Nathan Bossart2025-02-05
* doc: Update links which returned 404Daniel Gustafsson2025-02-05
* Avoid updating inactive_since for invalid replication slots.Amit Kapila2025-02-05
* Add data for WAL in pg_stat_io and backend statisticsMichael Paquier2025-02-04
* Convert strategies to and from compare typesPeter Eisentraut2025-02-02
* doc: Fix pg_buffercache_evict() titleDaniel Gustafsson2025-01-31
* Doc: Generated column replication.Amit Kapila2025-01-30
* Rename pubgencols_type to pubgencols in pg_publication.Amit Kapila2025-01-28
* Track per-relation cumulative time spent in [auto]vacuum and [auto]analyzeMichael Paquier2025-01-28
* doc: Meson is not experimental on WindowsPeter Eisentraut2025-01-27
* Doc: recommend "psql -X" for restoring pg_dump scripts.Tom Lane2025-01-25