Commit Graph

60323 Commits (aeb8ea361a0a321a0e1cbc79a4cd3ec0b1191bf2)
 

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