Commit Graph

62872 Commits (366dcdaf5779792f522d1d18a8e558244850afdf)
 

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