Commit Graph

17636 Commits (e1a8b1ad587112e67fdc5aa7b388631dde4dbdda)

Author SHA1 Message Date
Heikki Linnakangas b4f453f6ab docs: Clarify that NULL arg to set_config() means reset to default 3 months ago
Fujii Masao 534874fac0 Allow "COPY table TO" command to copy rows from materialized views. 3 months ago
Fujii Masao 0d6c477664 Extend ALTER DEFAULT PRIVILEGES to define default privileges for large objects. 3 months ago
Daniel Gustafsson daa16893fa doc: Clarify the system value for sslrootcert 3 months ago
Masahiko Sawada fd09c1316b Restrict copying of invalidated replication slots. 3 months ago
Daniel Gustafsson 2da74d8d64 libpq: Add support for dumping SSL key material to file 3 months ago
Heikki Linnakangas e4309f73f6 Add support for sorted gist index builds to btree_gist 3 months ago
Amit Kapila d1d83827ba Doc: Improve -R option added in e5aeed4b80. 3 months ago
Amit Kapila 4868c96bc8 Fix slot synchronization for two_phase enabled slots. 3 months ago
Tom Lane 0dca5d68d7 Change SQL-language functions to use the plan cache. 3 months ago
Heikki Linnakangas ea3f9b6da3 docs: Fix column count attribute in table 3 months ago
Heikki Linnakangas b05751220b docs: Add a new section and a table listing protocol versions 3 months ago
Heikki Linnakangas a460251f0a Make cancel request keys longer 3 months ago
Heikki Linnakangas 285613c60a libpq: Add min/max_protocol_version connection options 3 months ago
Heikki Linnakangas 85d799ba8a docs: Update phrase on message lengths in the protocol 3 months ago
Peter Eisentraut eec0040c4b Add support for NOT ENFORCED in foreign key constraints 3 months ago
Fujii Masao b53b88109f Improve error message when standby does accept connections. 3 months ago
David Rowley 121d774cae Doc: add information about partition locking 3 months ago
Tom Lane 6c12ae09f5 Introduce a SQL-callable function array_sort(anyarray). 3 months ago
Nathan Bossart 5aec7e07fb doc: Adjust some notes about pg_upgrade's file transfer modes. 3 months ago
Andres Freund 60f566b4f2 aio: Add pg_aios view 3 months ago
Andres Freund 46250cdcb0 docs: Add acronym and glossary entries for I/O and AIO 3 months ago
Peter Eisentraut 0fcf02ad45 doc: Mention clock synchronization recommendation for hot_standby_feedback 3 months ago
Andres Freund 2a5e709e72 Enable IO concurrency on all systems 3 months ago
Andres Freund b27f8637ea docs: Reframe track_io_timing related docs as wait time 3 months ago
Tomas Vondra 14ffaece0f amcheck: Add gin_index_check() to verify GIN index 3 months ago
Amit Kapila fb2ea12f42 pg_createsubscriber: Add '--all' option. 3 months ago
Álvaro Herrera 9fbd53dea5
Remove the query_id_squash_values GUC 3 months ago
Álvaro Herrera 4a02af8b1a
Simplify syntax for ALTER TABLE ALTER CONSTRAINT NO INHERIT 3 months ago
Michael Paquier 44fe6ceb51 doc: Correct description of values used in FSM for indexes 3 months ago
Andres Freund c325a7633f aio: Add io_method=io_uring 3 months ago
Andres Freund 8eadd5c73c aio: Add liburing dependency 3 months ago
Michael Paquier f056f75daf doc: Mention possible ephemeral discrepancies in pg_stat_activity 3 months ago
Robert Haas de65c4dade Fix oversights in commit 8d5ceb113e 3 months ago
Robert Haas 8d5ceb113e pg_overexplain: Additional EXPLAIN options for debugging. 3 months ago
Tom Lane 9324c8c580 Introduce PG_MODULE_MAGIC_EXT macro. 3 months ago
Peter Eisentraut 3642df265d dblink: SCRAM authentication pass-through 3 months ago
Dean Rasheed a3b6dfd410 Add support for gamma() and lgamma() functions. 3 months ago
Michael Paquier 787514b30b Use relation name instead of OID in query jumbling for RangeTblEntry 3 months ago
Jeff Davis bde2fb797a Add pg_dump --with-{schema|data|statistics} options. 3 months ago
Nathan Bossart 626d7236b6 pg_upgrade: Add --swap for faster file transfer. 3 months ago
Nathan Bossart 9c49f0e8cd pg_dump: Add --sequence-data. 3 months ago
Nathan Bossart cf131fa942 initdb: Add --no-sync-data-files. 3 months ago
Jeff Davis 650ab8aaf1 Stats: use schemaname/relname instead of regclass. 3 months ago
Jeff Davis 2a420f7995 Minor doc update for commit 99f8f3fbbc. 3 months ago
Daniel Gustafsson 1a759c8327 psql: Make default \watch interval configurable 3 months ago
Thomas Munro 3c86223c99 libpq: Deprecate pg_int64. 3 months ago
Andres Freund adb5f85fa5 Redefine max_files_per_process to control additionally opened files 3 months ago
Fujii Masao dfc13428a9 doc: Clarify required options for each action in pg_recvlogical. 3 months ago
Peter Eisentraut 76563f88cf postgres_fdw: improve security checks 3 months ago