Commit Graph

17663 Commits (b51f86e49a7f119004c0ce5d0be89cdf98309141)

Author SHA1 Message Date
David Rowley b51f86e49a Doc: use "an SQL" consistently rather than "a SQL" 5 months ago
Tom Lane 78637a8be2 Doc: do a little copy-editing on Index Storage Parameters list. 5 months ago
Daniel Gustafsson 847bbb21f8 Fix recently introduced typos 5 months ago
Nathan Bossart 5822bf21d5 Add missing space in pg_restore documentation. 5 months ago
Tom Lane d89335eea6 Doc: remove long-obsolete advice about generated constraint names. 5 months ago
Amit Kapila d438515c29 Cosmetic fixes for pg_createsubscriber's -all option. 5 months ago
Tom Lane b1720fe63f Move contrib/spi testing from core regression tests to contrib/spi. 5 months ago
Tomas Vondra 91f1fe90c7 pg_buffercache: Change page_num type to bigint 5 months ago
Tomas Vondra b8a6078ca8 doc: Correct pg_shmem_allocations_numa.size data type 5 months ago
Thomas Munro 7ea21f4ee2 Fix typo in docs. 5 months ago
Thomas Munro f78ca6f3eb Introduce file_copy_method setting. 5 months ago
Daniel Gustafsson 042a66291b Add function to get memory context stats for processes 5 months ago
Andres Freund dcf7e1697b Add pg_buffercache_evict_{relation,all} functions 5 months ago
Bruce Momjian 46b4ba533c Fix PG 17 [NOT] NULL optimization bug for domains 5 months ago
Tomas Vondra ba2a3c2302 Add pg_buffercache_numa view with NUMA node info 5 months ago
Tomas Vondra 8cc139bec3 Introduce pg_shmem_allocations_numa view 5 months ago
Tomas Vondra 65c298f61f Add support for basic NUMA awareness 5 months ago
Tom Lane 8cfbdf8f4d Fix some issues in contrib/spi/refint.c. 5 months ago
Masahiko Sawada a13d49014d doc: Fix a typo in pg_recvlogical documentation. 5 months ago
Álvaro Herrera a379061a22
Allow NOT NULL constraints to be added as NOT VALID 5 months ago
Tom Lane 3516ea768c Add local-address escape "%L" to log_line_prefix. 5 months ago
Daniel Gustafsson a233a603ba doc: Clarify project naming 5 months ago
Tom Lane 218ab68275 Doc: fix PDF "contents ... exceed the available area" warnings. 5 months ago
Álvaro Herrera 749a9e20c9
Add modern SHA-2 based password hashes to pgcrypto. 5 months ago
Andrew Dunstan 1495eff7bd Non text modes for pg_dumpall, correspondingly change pg_restore 5 months ago
Masahiko Sawada cf2655a902 pg_recvlogical: Add --failover option. 6 months ago
Peter Geoghegan 92fe23d93a Add nbtree skip scan optimization. 6 months ago
Heikki Linnakangas b4f453f6ab docs: Clarify that NULL arg to set_config() means reset to default 6 months ago
Fujii Masao 534874fac0 Allow "COPY table TO" command to copy rows from materialized views. 6 months ago
Fujii Masao 0d6c477664 Extend ALTER DEFAULT PRIVILEGES to define default privileges for large objects. 6 months ago
Daniel Gustafsson daa16893fa doc: Clarify the system value for sslrootcert 6 months ago
Masahiko Sawada fd09c1316b Restrict copying of invalidated replication slots. 6 months ago
Daniel Gustafsson 2da74d8d64 libpq: Add support for dumping SSL key material to file 6 months ago
Heikki Linnakangas e4309f73f6 Add support for sorted gist index builds to btree_gist 6 months ago
Amit Kapila d1d83827ba Doc: Improve -R option added in e5aeed4b80. 6 months ago
Amit Kapila 4868c96bc8 Fix slot synchronization for two_phase enabled slots. 6 months ago
Tom Lane 0dca5d68d7 Change SQL-language functions to use the plan cache. 6 months ago
Heikki Linnakangas ea3f9b6da3 docs: Fix column count attribute in table 6 months ago
Heikki Linnakangas b05751220b docs: Add a new section and a table listing protocol versions 6 months ago
Heikki Linnakangas a460251f0a Make cancel request keys longer 6 months ago
Heikki Linnakangas 285613c60a libpq: Add min/max_protocol_version connection options 6 months ago
Heikki Linnakangas 85d799ba8a docs: Update phrase on message lengths in the protocol 6 months ago
Peter Eisentraut eec0040c4b Add support for NOT ENFORCED in foreign key constraints 6 months ago
Fujii Masao b53b88109f Improve error message when standby does accept connections. 6 months ago
David Rowley 121d774cae Doc: add information about partition locking 6 months ago
Tom Lane 6c12ae09f5 Introduce a SQL-callable function array_sort(anyarray). 6 months ago
Nathan Bossart 5aec7e07fb doc: Adjust some notes about pg_upgrade's file transfer modes. 6 months ago
Andres Freund 60f566b4f2 aio: Add pg_aios view 6 months ago
Andres Freund 46250cdcb0 docs: Add acronym and glossary entries for I/O and AIO 6 months ago
Peter Eisentraut 0fcf02ad45 doc: Mention clock synchronization recommendation for hot_standby_feedback 6 months ago