Commit Graph

61060 Commits (9ef1851685b718264de47bf543505cf3ec25aaea)
 

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