Commit Graph

15834 Commits (c044b50d199cf592eba2ac84f48cf0fcb5fb65f8)

Author SHA1 Message Date
Tomas Vondra 65c298f61f Add support for basic NUMA awareness 9 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
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