Commit Graph

15942 Commits (750816971b35270971dd77f37ed1e9655fce4ed9)

Author SHA1 Message Date
Tomas Vondra b8a6078ca8 doc: Correct pg_shmem_allocations_numa.size data type 8 months ago
Thomas Munro 7ea21f4ee2 Fix typo in docs. 8 months ago
Thomas Munro f78ca6f3eb Introduce file_copy_method setting. 8 months ago
Daniel Gustafsson 042a66291b Add function to get memory context stats for processes 8 months ago
Andres Freund dcf7e1697b Add pg_buffercache_evict_{relation,all} functions 8 months ago
Bruce Momjian 46b4ba533c Fix PG 17 [NOT] NULL optimization bug for domains 8 months ago
Tomas Vondra ba2a3c2302 Add pg_buffercache_numa view with NUMA node info 8 months ago
Tomas Vondra 8cc139bec3 Introduce pg_shmem_allocations_numa view 8 months ago
Tomas Vondra 65c298f61f Add support for basic NUMA awareness 8 months ago
Tom Lane 8cfbdf8f4d Fix some issues in contrib/spi/refint.c. 9 months ago
Masahiko Sawada a13d49014d doc: Fix a typo in pg_recvlogical documentation. 9 months ago
Álvaro Herrera a379061a22
Allow NOT NULL constraints to be added as NOT VALID 9 months ago
Tom Lane 3516ea768c Add local-address escape "%L" to log_line_prefix. 9 months ago
Daniel Gustafsson a233a603ba doc: Clarify project naming 9 months ago
Tom Lane 218ab68275 Doc: fix PDF "contents ... exceed the available area" warnings. 9 months ago
Álvaro Herrera 749a9e20c9
Add modern SHA-2 based password hashes to pgcrypto. 9 months ago
Andrew Dunstan 1495eff7bd Non text modes for pg_dumpall, correspondingly change pg_restore 9 months ago
Masahiko Sawada cf2655a902 pg_recvlogical: Add --failover option. 9 months ago
Peter Geoghegan 92fe23d93a Add nbtree skip scan optimization. 9 months ago
Heikki Linnakangas b4f453f6ab docs: Clarify that NULL arg to set_config() means reset to default 9 months ago
Fujii Masao 534874fac0 Allow "COPY table TO" command to copy rows from materialized views. 9 months ago
Fujii Masao 0d6c477664 Extend ALTER DEFAULT PRIVILEGES to define default privileges for large objects. 9 months ago
Daniel Gustafsson daa16893fa doc: Clarify the system value for sslrootcert 9 months ago
Masahiko Sawada fd09c1316b Restrict copying of invalidated replication slots. 9 months ago
Daniel Gustafsson 2da74d8d64 libpq: Add support for dumping SSL key material to file 9 months ago
Heikki Linnakangas e4309f73f6 Add support for sorted gist index builds to btree_gist 9 months ago
Amit Kapila d1d83827ba Doc: Improve -R option added in e5aeed4b80. 9 months ago
Amit Kapila 4868c96bc8 Fix slot synchronization for two_phase enabled slots. 9 months ago
Tom Lane 0dca5d68d7 Change SQL-language functions to use the plan cache. 9 months ago
Heikki Linnakangas ea3f9b6da3 docs: Fix column count attribute in table 9 months ago
Heikki Linnakangas b05751220b docs: Add a new section and a table listing protocol versions 9 months ago
Heikki Linnakangas a460251f0a Make cancel request keys longer 9 months ago
Heikki Linnakangas 285613c60a libpq: Add min/max_protocol_version connection options 9 months ago
Heikki Linnakangas 85d799ba8a docs: Update phrase on message lengths in the protocol 9 months ago
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