Commit Graph

60350 Commits (30a6ed0ce4bb18212ec38cdb537ea4b43bc99b83)
 

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