Commit Graph

15858 Commits (add323da40a6bf9e01cdda510e32ea924c89cd1a)

Author SHA1 Message Date
Peter Eisentraut eec0040c4b Add support for NOT ENFORCED in foreign key constraints 9 months ago
Fujii Masao b53b88109f Improve error message when standby does accept connections. 9 months ago
David Rowley 121d774cae Doc: add information about partition locking 9 months ago
Tom Lane 6c12ae09f5 Introduce a SQL-callable function array_sort(anyarray). 9 months ago
Nathan Bossart 5aec7e07fb doc: Adjust some notes about pg_upgrade's file transfer modes. 9 months ago
Andres Freund 60f566b4f2 aio: Add pg_aios view 9 months ago
Andres Freund 46250cdcb0 docs: Add acronym and glossary entries for I/O and AIO 9 months ago
Peter Eisentraut 0fcf02ad45 doc: Mention clock synchronization recommendation for hot_standby_feedback 9 months ago
Andres Freund 2a5e709e72 Enable IO concurrency on all systems 9 months ago
Andres Freund b27f8637ea docs: Reframe track_io_timing related docs as wait time 9 months ago
Tomas Vondra 14ffaece0f amcheck: Add gin_index_check() to verify GIN index 9 months ago
Amit Kapila fb2ea12f42 pg_createsubscriber: Add '--all' option. 9 months ago
Álvaro Herrera 9fbd53dea5
Remove the query_id_squash_values GUC 9 months ago
Álvaro Herrera 4a02af8b1a
Simplify syntax for ALTER TABLE ALTER CONSTRAINT NO INHERIT 9 months ago
Michael Paquier 44fe6ceb51 doc: Correct description of values used in FSM for indexes 9 months ago
Andres Freund c325a7633f aio: Add io_method=io_uring 9 months ago
Andres Freund 8eadd5c73c aio: Add liburing dependency 9 months ago
Michael Paquier f056f75daf doc: Mention possible ephemeral discrepancies in pg_stat_activity 9 months ago
Robert Haas de65c4dade Fix oversights in commit 8d5ceb113e 9 months ago
Robert Haas 8d5ceb113e pg_overexplain: Additional EXPLAIN options for debugging. 9 months ago
Tom Lane 9324c8c580 Introduce PG_MODULE_MAGIC_EXT macro. 9 months ago
Peter Eisentraut 3642df265d dblink: SCRAM authentication pass-through 9 months ago
Dean Rasheed a3b6dfd410 Add support for gamma() and lgamma() functions. 9 months ago
Michael Paquier 787514b30b Use relation name instead of OID in query jumbling for RangeTblEntry 9 months ago
Jeff Davis bde2fb797a Add pg_dump --with-{schema|data|statistics} options. 9 months ago
Nathan Bossart 626d7236b6 pg_upgrade: Add --swap for faster file transfer. 9 months ago
Nathan Bossart 9c49f0e8cd pg_dump: Add --sequence-data. 9 months ago
Nathan Bossart cf131fa942 initdb: Add --no-sync-data-files. 9 months ago
Jeff Davis 650ab8aaf1 Stats: use schemaname/relname instead of regclass. 9 months ago
Jeff Davis 2a420f7995 Minor doc update for commit 99f8f3fbbc. 9 months ago
Daniel Gustafsson 1a759c8327 psql: Make default \watch interval configurable 9 months ago
Thomas Munro 3c86223c99 libpq: Deprecate pg_int64. 9 months ago
Andres Freund adb5f85fa5 Redefine max_files_per_process to control additionally opened files 9 months ago
Fujii Masao dfc13428a9 doc: Clarify required options for each action in pg_recvlogical. 9 months ago
Peter Eisentraut 76563f88cf postgres_fdw: improve security checks 9 months ago
Amit Kapila 73eba5004a Detect and Log multiple_unique_conflicts type conflict. 9 months ago
Masahiko Sawada 04ff636cbc Add GUC option to control maximum active replication origins. 9 months ago
Fujii Masao 14413d0ef5 doc: Remove incorrect description about dropping replication slots. 9 months ago
Nathan Bossart 0164a0f9ee Add vacuum_truncate configuration parameter. 9 months ago
Amit Kapila e5aeed4b80 pg_createsubscriber: Add -R publications option. 9 months ago
Peter Eisentraut 4f7f7b0375 extension_control_path 9 months ago
Michael Paquier 2cce0fe440 psql: Allow queries terminated by semicolons while in pipeline mode 9 months ago
Thomas Munro 873c0fd678 oauth: Improve validator docs on interruptibility 9 months ago
Thomas Munro 06fb5612c9 Increase io_combine_limit range to 1MB. 9 months ago
Thomas Munro 10f6646847 Introduce io_max_combine_limit. 9 months ago
Nathan Bossart c9d502eb68 Update guidance for running vacuumdb after pg_upgrade. 9 months ago
Nathan Bossart edba754f05 vacuumdb: Add option for analyzing only relations missing stats. 9 months ago
Tom Lane a6524105d2 Doc: manually break lines in wide UUID examples. 9 months ago
Álvaro Herrera 62d712ecfd
Introduce squashing of constant lists in query jumbling 9 months ago
Andres Freund 247ce06b88 aio: Add io_method=worker 9 months ago