Commit Graph

60366 Commits (ce5c620fb6252dca00d3856d5f09d56c7f1215d0)
 

Author SHA1 Message Date
Tom Lane 01463e1ccc Ensure that AFTER triggers run as the instigating user. 5 months ago
Jeff Davis 4e7f62bc38 Add support for Unicode case folding. 5 months ago
Tom Lane 7921927bbb Reverse the search order in afterTriggerAddEvent(). 5 months ago
Álvaro Herrera b663b9436e
Allow NOT VALID foreign key constraints on partitioned tables 5 months ago
Amit Kapila b35434b134 Fix buildfarm failure introduced by commit e65dbc9927. 5 months ago
Peter Eisentraut 34694ec888 Convert macros to static inline functions (htup_details.h, itup.h) 5 months ago
Peter Eisentraut b15b8c5cf8 Add some const decorations (htup.h) 5 months ago
Amit Kapila e65dbc9927 Change publication's publish_generated_columns option type to enum. 5 months ago
Michael Paquier eef4a33f62 Add error pattern checks for some TAP tests for non-existing objects 5 months ago
Michael Paquier 858b4db378 Improve TAP tests of pg_basebackup 5 months ago
Tom Lane 172e6b3adb Support RN (roman-numeral format) in to_number(). 5 months ago
Nathan Bossart f0ee648527 Fix comment about AVX-512 popcount support. 5 months ago
Tom Lane ea68ea6320 Repair incorrect handling of AfterTriggerSharedData.ats_modifiedcols. 5 months ago
Amit Kapila 991974bb48 Fix \dRp+ output when describing publications with a lower server version. 5 months ago
Peter Eisentraut 41084409f6 Additional tests for stored generated columns 5 months ago
Michael Paquier ce1b0f9da0 Improve grammar of options for command arrays in TAP tests 5 months ago
Amit Kapila 4a0e7314f1 Doc: Update the interaction of tablesync with wal_retrieve_retry_interval. 5 months ago
Michael Paquier be31ac2519 Run perltidy 5 months ago
Tom Lane 4907ba304c Doc: simplify the tutorial's window-function examples. 5 months ago
Álvaro Herrera db19a5061c
Reword recent error messages: "should" -> "must" 5 months ago
Álvaro Herrera 9b21f203dd
Fix detach of a partition that has a toplevel FK to a partitioned table 5 months ago
Peter Eisentraut 1772d554b0 Fix NO ACTION temporal foreign keys when the referenced endpoints change 5 months ago
Peter Eisentraut 888d4523f0 Improve whitespace in without_overlaps test 5 months ago
Peter Eisentraut 44b61efb79 Improve generated_stored test 5 months ago
Amit Langote fb9f955025 Refactor ExecScan() to allow inlining of its core logic 5 months ago
Michael Paquier 4feba03d8b Rework handling of pending data for backend statistics 5 months ago
Michael Paquier 28de66cee5 Rename some pgstats callbacks related to flush of entries 5 months ago
Tom Lane 60c513f8fa Update time zone data files to tzdata release 2025a. 5 months ago
Tom Lane 8108674f0e Avoid using timezone Asia/Manila in regression tests. 5 months ago
Peter Eisentraut 86749ea3b7 Improve generated_stored test 5 months ago
Peter Eisentraut 443a8e4ae3 Add some more use of Page/PageData rather than char * 5 months ago
Peter Eisentraut 4f4a1d853a Add const qualifiers to bufpage.h 5 months ago
Peter Eisentraut 6e4df237fb Add PageData C type 5 months ago
Thomas Munro 73f6b9a3b0 Fix latch event policy that hid socket events. 5 months ago
Michael Paquier 6cf1647d87 Fix header check for continuation records where standbys could be stuck 5 months ago
Tom Lane 23d7562018 Remove PrintBufferDescs() and PrintPinnedBufs(). 5 months ago
Andrew Dunstan ea5ff5833c Be clearer about when jsonapi's need_escapes is needed 5 months ago
Jeff Davis d3d0983169 Support PG_UNICODE_FAST locale in the builtin collation provider. 5 months ago
Jeff Davis 286a365b9c Support Unicode full case mapping and conversion. 5 months ago
Nathan Bossart 6a9b2a631a vacuumdb: Fix comment for vacuum_one_database(). 6 months ago
Tom Lane 86e4efc52b Add documentation about calling version-1 C functions from C. 6 months ago
Dean Rasheed 43830ecb8a Fix parsing of qualified relation names in RETURNING. 6 months ago
John Naylor e24d77080b Speed up hex_encode with bytewise lookup 6 months ago
Peter Eisentraut 0869ea43e9 Remove flex version checks 6 months ago
Peter Eisentraut b0eff10988 Add pg_nodiscard decorations to base64 functions 6 months ago
Michael Paquier a6c70f68cd Revert recent changes related to handling of 2PC files at recovery 6 months ago
Nathan Bossart 0dc9c7d200 Remove redefinitions of SIG_* macros in win32_port.h. 6 months ago
Tom Lane bf826ea062 Fix setrefs.c's failure to do expression processing on prune steps. 6 months ago
Melanie Plageman f7a8fc10cc Add and use BitmapHeapScanDescData struct 6 months ago
Michael Paquier 7b6468cc95 Rework macro pgstat_is_ioop_tracked_in_bytes() 6 months ago