Commit Graph

60304 Commits (ea68ea6320ff84f55cf30dff1af662fc0bf5dafa)
 

Author SHA1 Message Date
Tom Lane ea68ea6320 Repair incorrect handling of AfterTriggerSharedData.ats_modifiedcols. 1 year ago
Amit Kapila 991974bb48 Fix \dRp+ output when describing publications with a lower server version. 1 year ago
Peter Eisentraut 41084409f6 Additional tests for stored generated columns 1 year ago
Michael Paquier ce1b0f9da0 Improve grammar of options for command arrays in TAP tests 1 year ago
Amit Kapila 4a0e7314f1 Doc: Update the interaction of tablesync with wal_retrieve_retry_interval. 1 year ago
Michael Paquier be31ac2519 Run perltidy 1 year ago
Tom Lane 4907ba304c Doc: simplify the tutorial's window-function examples. 1 year ago
Álvaro Herrera db19a5061c
Reword recent error messages: "should" -> "must" 1 year ago
Álvaro Herrera 9b21f203dd
Fix detach of a partition that has a toplevel FK to a partitioned table 1 year ago
Peter Eisentraut 1772d554b0 Fix NO ACTION temporal foreign keys when the referenced endpoints change 1 year ago
Peter Eisentraut 888d4523f0 Improve whitespace in without_overlaps test 1 year ago
Peter Eisentraut 44b61efb79 Improve generated_stored test 1 year ago
Amit Langote fb9f955025 Refactor ExecScan() to allow inlining of its core logic 1 year ago
Michael Paquier 4feba03d8b Rework handling of pending data for backend statistics 1 year ago
Michael Paquier 28de66cee5 Rename some pgstats callbacks related to flush of entries 1 year ago
Tom Lane 60c513f8fa Update time zone data files to tzdata release 2025a. 1 year ago
Tom Lane 8108674f0e Avoid using timezone Asia/Manila in regression tests. 1 year ago
Peter Eisentraut 86749ea3b7 Improve generated_stored test 1 year ago
Peter Eisentraut 443a8e4ae3 Add some more use of Page/PageData rather than char * 1 year ago
Peter Eisentraut 4f4a1d853a Add const qualifiers to bufpage.h 1 year ago
Peter Eisentraut 6e4df237fb Add PageData C type 1 year ago
Thomas Munro 73f6b9a3b0 Fix latch event policy that hid socket events. 1 year ago
Michael Paquier 6cf1647d87 Fix header check for continuation records where standbys could be stuck 1 year ago
Tom Lane 23d7562018 Remove PrintBufferDescs() and PrintPinnedBufs(). 1 year ago
Andrew Dunstan ea5ff5833c Be clearer about when jsonapi's need_escapes is needed 1 year ago
Jeff Davis d3d0983169 Support PG_UNICODE_FAST locale in the builtin collation provider. 1 year ago
Jeff Davis 286a365b9c Support Unicode full case mapping and conversion. 1 year ago
Nathan Bossart 6a9b2a631a vacuumdb: Fix comment for vacuum_one_database(). 1 year ago
Tom Lane 86e4efc52b Add documentation about calling version-1 C functions from C. 1 year ago
Dean Rasheed 43830ecb8a Fix parsing of qualified relation names in RETURNING. 1 year ago
John Naylor e24d77080b Speed up hex_encode with bytewise lookup 1 year ago
Peter Eisentraut 0869ea43e9 Remove flex version checks 1 year ago
Peter Eisentraut b0eff10988 Add pg_nodiscard decorations to base64 functions 1 year ago
Michael Paquier a6c70f68cd Revert recent changes related to handling of 2PC files at recovery 1 year ago
Nathan Bossart 0dc9c7d200 Remove redefinitions of SIG_* macros in win32_port.h. 1 year ago
Tom Lane bf826ea062 Fix setrefs.c's failure to do expression processing on prune steps. 1 year ago
Melanie Plageman f7a8fc10cc Add and use BitmapHeapScanDescData struct 1 year ago
Michael Paquier 7b6468cc95 Rework macro pgstat_is_ioop_tracked_in_bytes() 1 year ago
Nathan Bossart d4a43b2837 Convert libpgport's pqsignal() to a void function. 1 year ago
Nathan Bossart 5cda4fdb0b Avoid calling pqsignal() with invalid signals on Windows frontends. 1 year ago
Tom Lane d7674c9fab Seek zone abbreviations in the IANA data before timezone_abbreviations. 1 year ago
Tom Lane bc10219b9c Make pg_interpret_timezone_abbrev() check sp->defaulttype too. 1 year ago
Peter Geoghegan 901bd4a65a Fix nbtree contradictory array element comment. 1 year ago
Álvaro Herrera 86374c9a0e
Split ATExecValidateConstraint into reusable pieces 1 year ago
Dean Rasheed 80feb727c8 Add OLD/NEW support to RETURNING in DML queries. 1 year ago
Peter Eisentraut 7407b2d48c Remove dead code 1 year ago
Peter Eisentraut 7a947ed25b refactor: split ATExecAlterConstrRecurse() 1 year ago
Peter Eisentraut d278541be4 Fix error handling of pg_b64_decode() 1 year ago
Peter Eisentraut ff030ebe25 Check return of pg_b64_encode() for error 1 year ago
Amit Kapila 965b2cc0a4 Doc: Improve the Replica Identity information. 1 year ago