summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2025-04-02Add timingsafe_bcmp(), for constant-time memory comparisonHeikki Linnakangas
2025-04-02docs: Update phrase on message lengths in the protocolHeikki Linnakangas
2025-04-02tests: Fix incompatibility of test_aio with *_FORCE_RELEASEAndres Freund
2025-04-02tests: Cope with WARNINGs during failed CREATE DB on windowsAndres Freund
2025-04-02Add support for NOT ENFORCED in foreign key constraintsPeter Eisentraut
2025-04-02tests: Cope with io_method in TEMP_CONFIG in test_aioAndres Freund
2025-04-02Get rid of WALBufMappingLockAlexander Korotkov
2025-04-02Improve error message when standby does accept connections.Fujii Masao
2025-04-02Doc: add information about partition lockingDavid Rowley
2025-04-01aio: Add errcontext for processing I/Os for another backendMelanie Plageman
2025-04-01Fix planner's failure to identify multiple hashable ScalarArrayOpExprsDavid Rowley
2025-04-01Introduce a SQL-callable function array_sort(anyarray).Tom Lane
2025-04-01Fix detection and handling of strchrnul() for macOS 15.4.Tom Lane
2025-04-01Use workaround of __builtin_setjmp only on MINGW on MSVCRTAndrew Dunstan
2025-04-01aio: Minor comment improvementsAndres Freund
2025-04-01aio: Add README.md explaining higher level designAndres Freund
2025-04-01doc: Adjust some notes about pg_upgrade's file transfer modes.Nathan Bossart
2025-04-01md: Add comment & assert to buffer-zeroing path in md[start]readv()Andres Freund
2025-04-01aio: Add test_aio moduleAndres Freund
2025-04-01aio: Add pg_aios viewAndres Freund
2025-04-01docs: Add acronym and glossary entries for I/O and AIOAndres Freund
2025-04-01Verify roundtrip dump/restore of regression databaseÁlvaro Herrera
2025-04-01Remove a stray "pgrminclude" annotationPeter Eisentraut