summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-04-04Relax assertion in finding correct GiST parentHeikki Linnakangas
2025-04-04Allow "COPY table TO" command to copy rows from materialized views.Fujii Masao
2025-04-04Support non-btree indexes in get_actual_variable_range()Peter Eisentraut
2025-04-04Extend ALTER DEFAULT PRIVILEGES to define default privileges for large objects.Fujii Masao
2025-04-04Use standard die() signal handler in walreceiverHeikki Linnakangas
2025-04-04Convert PathKey to use CompareTypePeter Eisentraut
2025-04-04doc: Clarify the system value for sslrootcertDaniel Gustafsson
2025-04-04pg_createsubscriber: Improve error messages.Amit Kapila
2025-04-04Fix logical decoding test to correctly check slot removal on standby.Fujii Masao
2025-04-04Fix logical decoding regression tests to correctly check slot existence.Fujii Masao
2025-04-04Revert "Improve accounting for memory used by shared hash tables"Tomas Vondra
2025-04-04Make derived clause lookup in EquivalenceClass more efficientAmit Langote
2025-04-04Add assertion to verify derived clause has constant RHSAmit Langote
2025-04-03Use AIO batchmode for bitmap heap scansMelanie Plageman
2025-04-03Remove misleading read stream asserts in a few usersMelanie Plageman
2025-04-03Fix oversight in commit 0dca5d68d.Tom Lane
2025-04-03oauth: Remove timeout from t/002_client when not neededDaniel Gustafsson
2025-04-03oauth: Fix build on platforms without epoll/kqueueDaniel Gustafsson
2025-04-03Fix unintentional 'NULL' string literal in pg_upgrade.Jeff Davis
2025-04-03pg_upgrade check for Unicode-dependent relations.Jeff Davis
2025-04-03Restrict copying of invalidated replication slots.Masahiko Sawada
2025-04-03Remove duplicate set of print_notnullÁlvaro Herrera
2025-04-03Add missing declarations to pg_config.h.inDaniel Gustafsson
2025-04-03libpq: Add support for dumping SSL key material to fileDaniel Gustafsson
2025-04-03Add support for sorted gist index builds to btree_gistHeikki Linnakangas
2025-04-03Fix boilerplate comments in btree_gistHeikki Linnakangas
2025-04-03Update Unicode data to Unicode 16.0.0Peter Eisentraut
2025-04-03plpython: Add test for returning Python set from SETOF functionPeter Eisentraut
2025-04-03Doc: Improve -R option added in e5aeed4b80.Amit Kapila
2025-04-03002_pg_upgrade.pl: Move pg_dump test code for better stabilityÁlvaro Herrera
2025-04-03002_pg_upgrade.pl: rename some variables for clarityÁlvaro Herrera
2025-04-03Remove duplicated comment in get_relation_constraintsRichard Guo
2025-04-03Update Unicode data to CLDR 47Peter Eisentraut
2025-04-03Update code commentPeter Eisentraut
2025-04-03Fix update-unicode make targetPeter Eisentraut
2025-04-03Fix slot synchronization for two_phase enabled slots.Amit Kapila
2025-04-02Remove unnecessary type violation in tsvectorrecv().Tom Lane
2025-04-02Add test for HeapBitmapScan's broken skip_fetch optimizationAndres Freund
2025-04-02Remove HeapBitmapScan's skip_fetch optimizationAndres Freund
2025-04-02Change SQL-language functions to use the plan cache.Tom Lane
2025-04-02Add GiST and btree sortsupport routines for range typesHeikki Linnakangas
2025-04-02docs: Fix column count attribute in tableHeikki Linnakangas
2025-04-02Improve accounting for PredXactList, RWConflictPool and PGPROCTomas Vondra
2025-04-02Improve accounting for memory used by shared hash tablesTomas Vondra
2025-04-02Need to do CommandCounterIncrement after StoreAttrMissingVal.Tom Lane
2025-04-02docs: Add a new section and a table listing protocol versionsHeikki Linnakangas
2025-04-02Make cancel request keys longerHeikki Linnakangas
2025-04-02libpq: Add min/max_protocol_version connection optionsHeikki Linnakangas
2025-04-02libpq: Handle NegotiateProtocolVersion message differentlyHeikki Linnakangas
2025-04-02Fix code commentPeter Eisentraut