Commit Graph

61156 Commits (306dd6e727bf7a4e76f02cb31c2e22ac3b0deca3)
 

Author SHA1 Message Date
Daniel Gustafsson daa16893fa doc: Clarify the system value for sslrootcert 5 months ago
Amit Kapila 898c131b58 pg_createsubscriber: Improve error messages. 5 months ago
Fujii Masao d5d85f1881 Fix logical decoding test to correctly check slot removal on standby. 5 months ago
Fujii Masao c754bdd8a2 Fix logical decoding regression tests to correctly check slot existence. 5 months ago
Tomas Vondra 1aff1dc8df Revert "Improve accounting for memory used by shared hash tables" 5 months ago
Amit Langote 88f55bc976 Make derived clause lookup in EquivalenceClass more efficient 5 months ago
Amit Langote 887160d1be Add assertion to verify derived clause has constant RHS 5 months ago
Melanie Plageman 67be093562 Use AIO batchmode for bitmap heap scans 5 months ago
Melanie Plageman 54a3615f15 Remove misleading read stream asserts in a few users 5 months ago
Tom Lane dbd437e670 Fix oversight in commit 0dca5d68d. 5 months ago
Daniel Gustafsson 46c4c7cbc6 oauth: Remove timeout from t/002_client when not needed 5 months ago
Daniel Gustafsson 8ae0a37932 oauth: Fix build on platforms without epoll/kqueue 5 months ago
Jeff Davis 945126234b Fix unintentional 'NULL' string literal in pg_upgrade. 5 months ago
Jeff Davis b81ffa13e3 pg_upgrade check for Unicode-dependent relations. 5 months ago
Masahiko Sawada fd09c1316b Restrict copying of invalidated replication slots. 5 months ago
Álvaro Herrera f104192e52
Remove duplicate set of print_notnull 5 months ago
Daniel Gustafsson b82e7eddb0 Add missing declarations to pg_config.h.in 5 months ago
Daniel Gustafsson 2da74d8d64 libpq: Add support for dumping SSL key material to file 5 months ago
Heikki Linnakangas e4309f73f6 Add support for sorted gist index builds to btree_gist 5 months ago
Heikki Linnakangas 9370978da8 Fix boilerplate comments in btree_gist 5 months ago
Peter Eisentraut 82a46cca99 Update Unicode data to Unicode 16.0.0 5 months ago
Peter Eisentraut 231064aa0f plpython: Add test for returning Python set from SETOF function 5 months ago
Amit Kapila d1d83827ba Doc: Improve -R option added in e5aeed4b80. 5 months ago
Álvaro Herrera 8806e4e8de
002_pg_upgrade.pl: Move pg_dump test code for better stability 5 months ago
Álvaro Herrera abe56227b2
002_pg_upgrade.pl: rename some variables for clarity 5 months ago
Richard Guo ea5d3f5233 Remove duplicated comment in get_relation_constraints 5 months ago
Peter Eisentraut 84fea854c9 Update Unicode data to CLDR 47 5 months ago
Peter Eisentraut bbf24fe2f1 Update code comment 5 months ago
Peter Eisentraut 34f04aa653 Fix update-unicode make target 5 months ago
Amit Kapila 4868c96bc8 Fix slot synchronization for two_phase enabled slots. 5 months ago
Tom Lane a7187c3723 Remove unnecessary type violation in tsvectorrecv(). 5 months ago
Andres Freund 24da5b239a Add test for HeapBitmapScan's broken skip_fetch optimization 5 months ago
Andres Freund 459e7bf8e2 Remove HeapBitmapScan's skip_fetch optimization 5 months ago
Tom Lane 0dca5d68d7 Change SQL-language functions to use the plan cache. 5 months ago
Heikki Linnakangas e9e7b66044 Add GiST and btree sortsupport routines for range types 5 months ago
Heikki Linnakangas ea3f9b6da3 docs: Fix column count attribute in table 5 months ago
Tomas Vondra 46df9487d9 Improve accounting for PredXactList, RWConflictPool and PGPROC 5 months ago
Tomas Vondra f5930f9a98 Improve accounting for memory used by shared hash tables 5 months ago
Tom Lane bd178960c6 Need to do CommandCounterIncrement after StoreAttrMissingVal. 5 months ago
Heikki Linnakangas b05751220b docs: Add a new section and a table listing protocol versions 5 months ago
Heikki Linnakangas a460251f0a Make cancel request keys longer 5 months ago
Heikki Linnakangas 285613c60a libpq: Add min/max_protocol_version connection options 5 months ago
Heikki Linnakangas 5070349102 libpq: Handle NegotiateProtocolVersion message differently 5 months ago
Peter Eisentraut 748e98d05b Fix code comment 5 months ago
Heikki Linnakangas 09be391126 Add timingsafe_bcmp(), for constant-time memory comparison 5 months ago
Heikki Linnakangas 85d799ba8a docs: Update phrase on message lengths in the protocol 5 months ago
Andres Freund a6285b150a tests: Fix incompatibility of test_aio with *_FORCE_RELEASE 5 months ago
Andres Freund 43dca8a116 tests: Cope with WARNINGs during failed CREATE DB on windows 5 months ago
Peter Eisentraut eec0040c4b Add support for NOT ENFORCED in foreign key constraints 5 months ago
Andres Freund 327d987df1 tests: Cope with io_method in TEMP_CONFIG in test_aio 5 months ago