Commit Graph

61071 Commits (92fe23d93aa3bbbc40fca669cabc4a4d7975e327)
 

Author SHA1 Message Date
Peter Geoghegan 92fe23d93a Add nbtree skip scan optimization. 10 months ago
Tom Lane 3ba2cdaa45 Stabilize regression test from c0962a113. 10 months ago
Melanie Plageman 64e7fa43a9 Fix autoprewarm neglect of tablespaces 10 months ago
Nathan Bossart 742317a80f Add commit e1a8b1ad58 to .git-blame-ignore-revs. 10 months ago
Nathan Bossart e1a8b1ad58 Re-pgindent pg_largeobject.c after commit 0d6c477664. 10 months ago
Alexander Korotkov c0962a113d Convert 'x IN (VALUES ...)' to 'x = ANY ...' then appropriate 10 months ago
Alexander Korotkov d48d2e2dc8 Extract make_SAOP_expr() function from match_orclause_to_indexcol() 10 months ago
Peter Eisentraut ee1ae8b99f Fix crash/valgrind error 10 months ago
Heikki Linnakangas b4f453f6ab docs: Clarify that NULL arg to set_config() means reset to default 10 months ago
Heikki Linnakangas 7afca7edef Relax assertion in finding correct GiST parent 10 months ago
Fujii Masao 534874fac0 Allow "COPY table TO" command to copy rows from materialized views. 10 months ago
Peter Eisentraut 9ef1851685 Support non-btree indexes in get_actual_variable_range() 10 months ago
Fujii Masao 0d6c477664 Extend ALTER DEFAULT PRIVILEGES to define default privileges for large objects. 10 months ago
Heikki Linnakangas 6e9c81836e Use standard die() signal handler in walreceiver 10 months ago
Peter Eisentraut 8123e91f5a Convert PathKey to use CompareType 10 months ago
Daniel Gustafsson daa16893fa doc: Clarify the system value for sslrootcert 10 months ago
Amit Kapila 898c131b58 pg_createsubscriber: Improve error messages. 10 months ago
Fujii Masao d5d85f1881 Fix logical decoding test to correctly check slot removal on standby. 10 months ago
Fujii Masao c754bdd8a2 Fix logical decoding regression tests to correctly check slot existence. 10 months ago
Tomas Vondra 1aff1dc8df Revert "Improve accounting for memory used by shared hash tables" 10 months ago
Amit Langote 88f55bc976 Make derived clause lookup in EquivalenceClass more efficient 10 months ago
Amit Langote 887160d1be Add assertion to verify derived clause has constant RHS 10 months ago
Melanie Plageman 67be093562 Use AIO batchmode for bitmap heap scans 10 months ago
Melanie Plageman 54a3615f15 Remove misleading read stream asserts in a few users 10 months ago
Tom Lane dbd437e670 Fix oversight in commit 0dca5d68d. 10 months ago
Daniel Gustafsson 46c4c7cbc6 oauth: Remove timeout from t/002_client when not needed 10 months ago
Daniel Gustafsson 8ae0a37932 oauth: Fix build on platforms without epoll/kqueue 10 months ago
Jeff Davis 945126234b Fix unintentional 'NULL' string literal in pg_upgrade. 10 months ago
Jeff Davis b81ffa13e3 pg_upgrade check for Unicode-dependent relations. 10 months ago
Masahiko Sawada fd09c1316b Restrict copying of invalidated replication slots. 10 months ago
Álvaro Herrera f104192e52
Remove duplicate set of print_notnull 10 months ago
Daniel Gustafsson b82e7eddb0 Add missing declarations to pg_config.h.in 10 months ago
Daniel Gustafsson 2da74d8d64 libpq: Add support for dumping SSL key material to file 10 months ago
Heikki Linnakangas e4309f73f6 Add support for sorted gist index builds to btree_gist 10 months ago
Heikki Linnakangas 9370978da8 Fix boilerplate comments in btree_gist 10 months ago
Peter Eisentraut 82a46cca99 Update Unicode data to Unicode 16.0.0 10 months ago
Peter Eisentraut 231064aa0f plpython: Add test for returning Python set from SETOF function 10 months ago
Amit Kapila d1d83827ba Doc: Improve -R option added in e5aeed4b80. 10 months ago
Álvaro Herrera 8806e4e8de
002_pg_upgrade.pl: Move pg_dump test code for better stability 10 months ago
Álvaro Herrera abe56227b2
002_pg_upgrade.pl: rename some variables for clarity 10 months ago
Richard Guo ea5d3f5233 Remove duplicated comment in get_relation_constraints 10 months ago
Peter Eisentraut 84fea854c9 Update Unicode data to CLDR 47 10 months ago
Peter Eisentraut bbf24fe2f1 Update code comment 10 months ago
Peter Eisentraut 34f04aa653 Fix update-unicode make target 10 months ago
Amit Kapila 4868c96bc8 Fix slot synchronization for two_phase enabled slots. 10 months ago
Tom Lane a7187c3723 Remove unnecessary type violation in tsvectorrecv(). 10 months ago
Andres Freund 24da5b239a Add test for HeapBitmapScan's broken skip_fetch optimization 10 months ago
Andres Freund 459e7bf8e2 Remove HeapBitmapScan's skip_fetch optimization 10 months ago
Tom Lane 0dca5d68d7 Change SQL-language functions to use the plan cache. 10 months ago
Heikki Linnakangas e9e7b66044 Add GiST and btree sortsupport routines for range types 10 months ago