summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-12-15Allow cumulative statistics to read/write auxiliary data from/to diskMichael Paquier
2025-12-14Update typedefs.list to match what the buildfarm currently reports.Tom Lane
2025-12-14Make "pgoff_t" be a typedef not a #define.Tom Lane
2025-12-14Looks like we can't test NLS on machines that lack any es_ES locale.Tom Lane
2025-12-14bufmgr: Add one-entry cache for private refcountAndres Freund
2025-12-14bufmgr: Separate keys for private refcount infrastructureAndres Freund
2025-12-14Try a few different locale name spellings in nls.sql.Tom Lane
2025-12-14Fix double assignment.Tom Lane
2025-12-14Add a regression test to verify that NLS translation works.Tom Lane
2025-12-14Refactor WaitLSNType enum to use a macro for type countAlexander Korotkov
2025-12-14Fix usage of palloc() in MERGE/SPLIT PARTITION(s) codeAlexander Korotkov
2025-12-14Implement ALTER TABLE ... SPLIT PARTITION ... commandAlexander Korotkov
2025-12-14Implement ALTER TABLE ... MERGE PARTITIONS ... commandAlexander Korotkov
2025-12-14doc: Fix incorrect documentation for test_custom_statsMichael Paquier
2025-12-13Fix jsonb_object_agg crash after eliminating null-valued pairs.Tom Lane
2025-12-13Use correct preprocessor conditional in relptr.hPeter Eisentraut
2025-12-13Fix out-of-date comment on makeRangeConstructorsPeter Eisentraut
2025-12-13Clarify comment about temporal foreign keysPeter Eisentraut
2025-12-12Reject opclass options in ON CONFLICT clauseÁlvaro Herrera
2025-12-12Replace most StaticAssertStmt() with StaticAssertDecl()Peter Eisentraut
2025-12-12Never store 0 as the nextMXactHeikki Linnakangas
2025-12-11Fix some comments.Nathan Bossart
2025-12-11Fix infer_arbiter_index for partitioned tablesÁlvaro Herrera
2025-12-11Fix comment on how temp files and subtransactions are handledHeikki Linnakangas
2025-12-11Add runtime checks for bogus multixact offsetsHeikki Linnakangas
2025-12-11Make <assert.h> consistently available in frontend and backendPeter Eisentraut
2025-12-11Use palloc_object() and palloc_array(), the last changeMichael Paquier
2025-12-11pg_buffercache: Fix memory allocation formulaMichael Paquier
2025-12-11Enhance slot synchronization API to respect promotion signal.Amit Kapila
2025-12-10Clarify why _bt_killitems sorts its items array.Peter Geoghegan
2025-12-11Fix allocation formula in llvmjit_expr.cMichael Paquier
2025-12-10Fix MULTIXACT_DEBUG builds.Peter Geoghegan
2025-12-10Allow PG_PRINTF_ATTRIBUTE to be different in C and C++ code.Tom Lane
2025-12-10Return TIDs in desc order during backwards scans.Peter Geoghegan
2025-12-10Add pg_iswcased().Jeff Davis
2025-12-10Remove char_tolower() API.Jeff Davis
2025-12-10Fix bogus extra arguments to query_safe in testHeikki Linnakangas
2025-12-10Improve DDL deparsing testHeikki Linnakangas
2025-12-10Add comment about keeping PD_ALL_VISIBLE and VM in syncMelanie Plageman
2025-12-10Simplify vacuum visibility assertionMelanie Plageman
2025-12-10Fix comment in GetPublicationRelationsHeikki Linnakangas
2025-12-10Fix some near-bugs related to ResourceOwner function argumentsHeikki Linnakangas
2025-12-10libpq: Authorize pthread_exit() in libpq_checkMichael Paquier
2025-12-10Fix failures with cross-version pg_upgrade testsMichael Paquier
2025-12-10Fix two issues with recently-introduced nbtree testMichael Paquier
2025-12-10Fix meson warning due to missing declaration of NMMichael Paquier
2025-12-10Fix typo in commentHeikki Linnakangas
2025-12-10Fix misleading comment in tuplesort.cDavid Rowley
2025-12-10Use palloc_object() and palloc_array() in backend codeMichael Paquier
2025-12-10Fix O_CLOEXEC flag handling in Windows port.Thomas Munro