Commit Graph

63246 Commits (e35add48ccc2e5aa94de360f1a43c6c150bda54a)
 

Author SHA1 Message Date
Robert Haas f1a6e622bd Switch memory contexts in ReinitializeParallelDSM. 3 months ago
Tom Lane 462e247652 Test PRI* macros even when we can't test NLS translation. 3 months ago
Melanie Plageman bfe5c4bec7 Add explanatory comment to prune_freeze_setup() 3 months ago
Melanie Plageman 4877391ce8 Fix const qualification in prune_freeze_setup() 3 months ago
Daniel Gustafsson b39013b7b1 doc: Update header file mention for CompareType 3 months ago
John Naylor 9303d62c6d Separate out bytea sort support from varlena.c 3 months ago
Michael Paquier 15f68cebdc Add TAP test to check recovery when redo LSN is missing 3 months ago
Michael Paquier dc7c77f825 Fail recovery when missing redo checkpoint record without backup_label 3 months ago
Tom Lane 84a3778c79 Revert "Avoid requiring Spanish locale to test NLS infrastructure." 3 months ago
Jacob Champion f7fbd02d32 libpq: Align oauth_json_set_error() with other NLS patterns 3 months ago
Jacob Champion 301a1dcf00 libpq-oauth: Don't translate internal errors 3 months ago
Jacob Champion ea3370b18e libpq: Add missing OAuth translations 3 months ago
Nathan Bossart 48d4a1423d Allow passing a pointer to GetNamedDSMSegment()'s init callback. 3 months ago
Noah Misch 64bf53dd61 Revisit cosmetics of "For inplace update, send nontransactional invalidations." 3 months ago
Noah Misch 0839fbe400 Correct comments of "Fix data loss at inplace update after heap_update()". 3 months ago
Tom Lane 7db6809ced Avoid requiring Spanish locale to test NLS infrastructure. 3 months ago
Jeff Davis 95a19fefdc Remove incorrect declarations in pg_wchar.h. 3 months ago
Jeff Davis 54c41a6deb Remove unused single-byte char_is_cased() API. 3 months ago
Jeff Davis 9c8de15969 Use multibyte-aware extraction of pattern prefixes. 3 months ago
Tom Lane 8191937082 Add offnum range checks to suppress compile warnings with UBSAN. 3 months ago
Heikki Linnakangas bd43940b02 Increase timeout in multixid_conversion upgrade test 3 months ago
Heikki Linnakangas ecb553ae82 Improve sanity checks on multixid members length 3 months ago
Álvaro Herrera 77038d6d0b
Disable recently added CIC/RI isolation tests 3 months ago
Peter Eisentraut 17f446784d Refactor static_assert() support. 3 months ago
Heikki Linnakangas 366dcdaf57 Clarify comment on multixid offset wraparound check 3 months ago
David Rowley cd83ed9a91 Fix typo in tablecmds.c 3 months ago
Amit Kapila 0d2d4a0ec3 Add retry logic to pg_sync_replication_slots(). 3 months ago
Michael Paquier 33980eaa6d test_custom_stats: Fix compilation warning 3 months ago
Michael Paquier 171198ff2a pageinspect: use index_close() for GiST index relation 3 months ago
Michael Paquier 481783e69f test_custom_stats: Add tests with read/write of auxiliary data 3 months ago
Michael Paquier 4ba012a8ed Allow cumulative statistics to read/write auxiliary data from/to disk 3 months ago
Tom Lane 58dad7f349 Update typedefs.list to match what the buildfarm currently reports. 3 months ago
Tom Lane 66b2282b0c Make "pgoff_t" be a typedef not a #define. 3 months ago
Tom Lane fe7ede45f1 Looks like we can't test NLS on machines that lack any es_ES locale. 3 months ago
Andres Freund 30df61990c bufmgr: Add one-entry cache for private refcount 3 months ago
Andres Freund edbaaea0a9 bufmgr: Separate keys for private refcount infrastructure 3 months ago
Tom Lane 5b275a6e15 Try a few different locale name spellings in nls.sql. 3 months ago
Tom Lane b853e644d7 Fix double assignment. 3 months ago
Tom Lane 8c498479d7 Add a regression test to verify that NLS translation works. 3 months ago
Alexander Korotkov b27e48213f Refactor WaitLSNType enum to use a macro for type count 3 months ago
Alexander Korotkov c5ae07a90a Fix usage of palloc() in MERGE/SPLIT PARTITION(s) code 3 months ago
Alexander Korotkov 4b3d173629 Implement ALTER TABLE ... SPLIT PARTITION ... command 3 months ago
Alexander Korotkov f2e4cc4279 Implement ALTER TABLE ... MERGE PARTITIONS ... command 3 months ago
Michael Paquier 5b3ef3055d doc: Fix incorrect documentation for test_custom_stats 3 months ago
Tom Lane ef5f559b95 Fix jsonb_object_agg crash after eliminating null-valued pairs. 3 months ago
Peter Eisentraut 315342ffed Use correct preprocessor conditional in relptr.h 3 months ago
Peter Eisentraut abb331da0a Fix out-of-date comment on makeRangeConstructors 3 months ago
Peter Eisentraut ff30bad7f6 Clarify comment about temporal foreign keys 3 months ago
Álvaro Herrera 630a93799d
Reject opclass options in ON CONFLICT clause 3 months ago
Peter Eisentraut 493eb0da31 Replace most StaticAssertStmt() with StaticAssertDecl() 3 months ago