summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-01-23Ensure that AFTER triggers run as the instigating user.Tom Lane
2025-01-23Add support for Unicode case folding.Jeff Davis
2025-01-23Reverse the search order in afterTriggerAddEvent().Tom Lane
2025-01-23Allow NOT VALID foreign key constraints on partitioned tablesÁlvaro Herrera
2025-01-23Fix buildfarm failure introduced by commit e65dbc9927.Amit Kapila
2025-01-23Convert macros to static inline functions (htup_details.h, itup.h)Peter Eisentraut
2025-01-23Add some const decorations (htup.h)Peter Eisentraut
2025-01-23Change publication's publish_generated_columns option type to enum.Amit Kapila
2025-01-23Add error pattern checks for some TAP tests for non-existing objectsMichael Paquier
2025-01-23Improve TAP tests of pg_basebackupMichael Paquier
2025-01-22Support RN (roman-numeral format) in to_number().Tom Lane
2025-01-22Fix comment about AVX-512 popcount support.Nathan Bossart
2025-01-22Repair incorrect handling of AfterTriggerSharedData.ats_modifiedcols.Tom Lane
2025-01-22Fix \dRp+ output when describing publications with a lower server version.Amit Kapila
2025-01-22Additional tests for stored generated columnsPeter Eisentraut
2025-01-22Improve grammar of options for command arrays in TAP testsMichael Paquier
2025-01-22Run perltidyMichael Paquier
2025-01-21Doc: simplify the tutorial's window-function examples.Tom Lane
2025-01-21Reword recent error messages: "should" -> "must"Álvaro Herrera
2025-01-21Fix detach of a partition that has a toplevel FK to a partitioned tableÁlvaro Herrera
2025-01-21Fix NO ACTION temporal foreign keys when the referenced endpoints changePeter Eisentraut
2025-01-21Improve whitespace in without_overlaps testPeter Eisentraut
2025-01-21Improve generated_stored testPeter Eisentraut
2025-01-21Refactor ExecScan() to allow inlining of its core logicAmit Langote
2025-01-21Rework handling of pending data for backend statisticsMichael Paquier
2025-01-21Rename some pgstats callbacks related to flush of entriesMichael Paquier
2025-01-20Update time zone data files to tzdata release 2025a.Tom Lane
2025-01-20Avoid using timezone Asia/Manila in regression tests.Tom Lane
2025-01-20Improve generated_stored testPeter Eisentraut
2025-01-20Add some more use of Page/PageData rather than char *Peter Eisentraut
2025-01-20Add const qualifiers to bufpage.hPeter Eisentraut
2025-01-20Add PageData C typePeter Eisentraut
2025-01-20Fix latch event policy that hid socket events.Thomas Munro
2025-01-20Fix header check for continuation records where standbys could be stuckMichael Paquier
2025-01-19Remove PrintBufferDescs() and PrintPinnedBufs().Tom Lane
2025-01-19Be clearer about when jsonapi's need_escapes is neededAndrew Dunstan
2025-01-17Support PG_UNICODE_FAST locale in the builtin collation provider.Jeff Davis
2025-01-17Support Unicode full case mapping and conversion.Jeff Davis
2025-01-17vacuumdb: Fix comment for vacuum_one_database().Nathan Bossart
2025-01-17Add documentation about calling version-1 C functions from C.Tom Lane
2025-01-17Fix parsing of qualified relation names in RETURNING.Dean Rasheed
2025-01-17Speed up hex_encode with bytewise lookupJohn Naylor
2025-01-17Remove flex version checksPeter Eisentraut
2025-01-17Add pg_nodiscard decorations to base64 functionsPeter Eisentraut
2025-01-17Revert recent changes related to handling of 2PC files at recoveryMichael Paquier
2025-01-17Remove redefinitions of SIG_* macros in win32_port.h.Nathan Bossart
2025-01-17Fix setrefs.c's failure to do expression processing on prune steps.Tom Lane
2025-01-16Add and use BitmapHeapScanDescData structMelanie Plageman
2025-01-16Rework macro pgstat_is_ioop_tracked_in_bytes()Michael Paquier
2025-01-16Convert libpgport's pqsignal() to a void function.Nathan Bossart