Commit Graph

62873 Commits (17f446784d54da827f74c2acc0fa772a41b92354)
 

Author SHA1 Message Date
Peter Eisentraut 17f446784d Refactor static_assert() support. 2 days ago
Heikki Linnakangas 366dcdaf57 Clarify comment on multixid offset wraparound check 2 days ago
David Rowley cd83ed9a91 Fix typo in tablecmds.c 2 days ago
Amit Kapila 0d2d4a0ec3 Add retry logic to pg_sync_replication_slots(). 3 days ago
Michael Paquier 33980eaa6d test_custom_stats: Fix compilation warning 3 days ago
Michael Paquier 171198ff2a pageinspect: use index_close() for GiST index relation 3 days ago
Michael Paquier 481783e69f test_custom_stats: Add tests with read/write of auxiliary data 3 days ago
Michael Paquier 4ba012a8ed Allow cumulative statistics to read/write auxiliary data from/to disk 3 days ago
Tom Lane 58dad7f349 Update typedefs.list to match what the buildfarm currently reports. 3 days ago
Tom Lane 66b2282b0c Make "pgoff_t" be a typedef not a #define. 3 days ago
Tom Lane fe7ede45f1 Looks like we can't test NLS on machines that lack any es_ES locale. 3 days ago
Andres Freund 30df61990c bufmgr: Add one-entry cache for private refcount 3 days ago
Andres Freund edbaaea0a9 bufmgr: Separate keys for private refcount infrastructure 3 days ago
Tom Lane 5b275a6e15 Try a few different locale name spellings in nls.sql. 3 days ago
Tom Lane b853e644d7 Fix double assignment. 3 days ago
Tom Lane 8c498479d7 Add a regression test to verify that NLS translation works. 3 days ago
Alexander Korotkov b27e48213f Refactor WaitLSNType enum to use a macro for type count 3 days ago
Alexander Korotkov c5ae07a90a Fix usage of palloc() in MERGE/SPLIT PARTITION(s) code 3 days ago
Alexander Korotkov 4b3d173629 Implement ALTER TABLE ... SPLIT PARTITION ... command 3 days ago
Alexander Korotkov f2e4cc4279 Implement ALTER TABLE ... MERGE PARTITIONS ... command 3 days ago
Michael Paquier 5b3ef3055d doc: Fix incorrect documentation for test_custom_stats 4 days ago
Tom Lane ef5f559b95 Fix jsonb_object_agg crash after eliminating null-valued pairs. 4 days ago
Peter Eisentraut 315342ffed Use correct preprocessor conditional in relptr.h 4 days ago
Peter Eisentraut abb331da0a Fix out-of-date comment on makeRangeConstructors 4 days ago
Peter Eisentraut ff30bad7f6 Clarify comment about temporal foreign keys 4 days ago
Álvaro Herrera 630a93799d
Reject opclass options in ON CONFLICT clause 5 days ago
Peter Eisentraut 493eb0da31 Replace most StaticAssertStmt() with StaticAssertDecl() 5 days ago
Heikki Linnakangas 87a350e1f2 Never store 0 as the nextMXact 5 days ago
Nathan Bossart b4cbc106a6 Fix some comments. 6 days ago
Álvaro Herrera 81f72115cf
Fix infer_arbiter_index for partitioned tables 6 days ago
Heikki Linnakangas b65f1ad9b1 Fix comment on how temp files and subtransactions are handled 6 days ago
Heikki Linnakangas d4b7bde418 Add runtime checks for bogus multixact offsets 6 days ago
Peter Eisentraut 795e94c70c Make <assert.h> consistently available in frontend and backend 6 days ago
Michael Paquier 4f7dacc5b8 Use palloc_object() and palloc_array(), the last change 6 days ago
Michael Paquier 3f83de20ba pg_buffercache: Fix memory allocation formula 6 days ago
Amit Kapila 1362bc33e0 Enhance slot synchronization API to respect promotion signal. 7 days ago
Peter Geoghegan e16c6f0247 Clarify why _bt_killitems sorts its items array. 7 days ago
Michael Paquier 06761b6096 Fix allocation formula in llvmjit_expr.c 7 days ago
Peter Geoghegan 473cb1b951 Fix MULTIXACT_DEBUG builds. 7 days ago
Tom Lane 0909380e4c Allow PG_PRINTF_ATTRIBUTE to be different in C and C++ code. 7 days ago
Peter Geoghegan bfb335df58 Return TIDs in desc order during backwards scans. 7 days ago
Jeff Davis 630706ced0 Add pg_iswcased(). 7 days ago
Jeff Davis 1e493158d3 Remove char_tolower() API. 7 days ago
Heikki Linnakangas 820343bab3 Fix bogus extra arguments to query_safe in test 7 days ago
Heikki Linnakangas 343693c3c1 Improve DDL deparsing test 7 days ago
Melanie Plageman eebec3ca4b Add comment about keeping PD_ALL_VISIBLE and VM in sync 7 days ago
Melanie Plageman bd298f54a0 Simplify vacuum visibility assertion 7 days ago
Heikki Linnakangas 70b4d90439 Fix comment in GetPublicationRelations 1 week ago
Heikki Linnakangas fa44b8b7fb Fix some near-bugs related to ResourceOwner function arguments 1 week ago
Michael Paquier 8268e66ac6 libpq: Authorize pthread_exit() in libpq_check 1 week ago