Commit Graph

60304 Commits (ea68ea6320ff84f55cf30dff1af662fc0bf5dafa)
 

Author SHA1 Message Date
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
Peter Eisentraut 0869ea43e9 Remove flex version checks 12 months ago
Peter Eisentraut b0eff10988 Add pg_nodiscard decorations to base64 functions 12 months ago
Michael Paquier a6c70f68cd Revert recent changes related to handling of 2PC files at recovery 12 months ago
Nathan Bossart 0dc9c7d200 Remove redefinitions of SIG_* macros in win32_port.h. 12 months ago
Tom Lane bf826ea062 Fix setrefs.c's failure to do expression processing on prune steps. 12 months ago
Melanie Plageman f7a8fc10cc Add and use BitmapHeapScanDescData struct 12 months ago
Michael Paquier 7b6468cc95 Rework macro pgstat_is_ioop_tracked_in_bytes() 12 months ago
Nathan Bossart d4a43b2837 Convert libpgport's pqsignal() to a void function. 12 months ago
Nathan Bossart 5cda4fdb0b Avoid calling pqsignal() with invalid signals on Windows frontends. 12 months ago
Tom Lane d7674c9fab Seek zone abbreviations in the IANA data before timezone_abbreviations. 12 months ago
Tom Lane bc10219b9c Make pg_interpret_timezone_abbrev() check sp->defaulttype too. 12 months ago
Peter Geoghegan 901bd4a65a Fix nbtree contradictory array element comment. 12 months ago
Álvaro Herrera 86374c9a0e
Split ATExecValidateConstraint into reusable pieces 12 months ago
Dean Rasheed 80feb727c8 Add OLD/NEW support to RETURNING in DML queries. 12 months ago
Peter Eisentraut 7407b2d48c Remove dead code 12 months ago
Peter Eisentraut 7a947ed25b refactor: split ATExecAlterConstrRecurse() 12 months ago
Peter Eisentraut d278541be4 Fix error handling of pg_b64_decode() 12 months ago
Peter Eisentraut ff030ebe25 Check return of pg_b64_encode() for error 12 months ago
Amit Kapila 965b2cc0a4 Doc: Improve the Replica Identity information. 12 months ago