aboutsummaryrefslogtreecommitdiff
path: root/doc/src
Commit message (Expand)AuthorAge
* 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
* Fix PDF doc build.Jeff Davis2025-01-25
* Add SQL function CASEFOLD().Jeff Davis2025-01-24
* pgcrypto: Make it possible to disable built-in cryptoDaniel Gustafsson2025-01-24
* pgcrypto: Add function to check FIPS modeDaniel Gustafsson2025-01-24
* Convert sepgsql tests to TAPPeter Eisentraut2025-01-24
* Doc: Fix a typo introduced in 4a0e7314f1.Amit Kapila2025-01-24
* Doc: Fix column name in pg_publication catalog.Amit Kapila2025-01-24
* Ensure that AFTER triggers run as the instigating user.Tom Lane2025-01-23
* Allow NOT VALID foreign key constraints on partitioned tablesÁlvaro Herrera2025-01-23
* Change publication's publish_generated_columns option type to enum.Amit Kapila2025-01-23
* Support RN (roman-numeral format) in to_number().Tom Lane2025-01-22
* Doc: Update the interaction of tablesync with wal_retrieve_retry_interval.Amit Kapila2025-01-22
* Doc: simplify the tutorial's window-function examples.Tom Lane2025-01-21
* Support PG_UNICODE_FAST locale in the builtin collation provider.Jeff Davis2025-01-17
* Add documentation about calling version-1 C functions from C.Tom Lane2025-01-17
* Remove flex version checksPeter Eisentraut2025-01-17
* Seek zone abbreviations in the IANA data before timezone_abbreviations.Tom Lane2025-01-16
* Add OLD/NEW support to RETURNING in DML queries.Dean Rasheed2025-01-16
* Doc: Improve the Replica Identity information.Amit Kapila2025-01-16
* postgres_fdw: SCRAM authentication pass-throughPeter Eisentraut2025-01-15
* Change gist stratnum function to use CompareTypePeter Eisentraut2025-01-15
* psql: Add option to use expanded mode to all list commands.Dean Rasheed2025-01-14
* Consistently spell "leakproof" without a hyphen.Dean Rasheed2025-01-14
* psql: Add leakproof indicator to \df+, \do+, \dAo+, and \dC+ output.Dean Rasheed2025-01-14
* Make pg_stat_io count IOs as bytes instead of blocks for some operationsMichael Paquier2025-01-14
* Add support for NOT ENFORCED in CHECK constraintsPeter Eisentraut2025-01-11
* Consolidate docs for vacuum-related GUCs in new subsectionMelanie Plageman2025-01-10
* Use @extschema:name@ notation in contrib transform modules.Tom Lane2025-01-09
* doc: Clarify synchronous_standby_names parameter.Fujii Masao2025-01-09
* Add passwordcheck.min_password_length.Nathan Bossart2025-01-07
* Lower default value of autovacuum_worker_slots in initdb as needed.Nathan Bossart2025-01-07
* Allow changing autovacuum_max_workers without restarting.Nathan Bossart2025-01-06
* doc: Clarify log level for VERBOSE messages in maintenance commands.Fujii Masao2025-01-06
* Document strange jsonb sort order for empty top level arraysAndrew Dunstan2025-01-03
* Update copyright for 2025Bruce Momjian2025-01-01
* Try to avoid semaphore-related test failures on NetBSD/OpenBSD.Tom Lane2024-12-23
* Remove pg_attribute.attcacheoff columnDavid Rowley2024-12-20
* Add backend-level statistics to pgstatsMichael Paquier2024-12-19
* psql: Add more information about service nameMichael Paquier2024-12-18
* libpq: Add service name to PGconn and PQservice()Michael Paquier2024-12-18
* Doc: Fix the wrong link on pg_createsubscriber page.Amit Kapila2024-12-17
* doc: Mention BRIN indexes support parallel buildsTomas Vondra2024-12-16
* doc: Clarify old WAL files are kept until they are summarized.Fujii Masao2024-12-15
* Add UUID version 7 generation function.Masahiko Sawada2024-12-11
* Enable BUFFERS with EXPLAIN ANALYZE by defaultDavid Rowley2024-12-11
* Use in-place updates for pg_restore_relation_stats().Jeff Davis2024-12-10