Commit Graph

61165 Commits (4909b38af034fa4d2c67c5c71fd8509f870c1695)
 

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