summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
14 hoursMove attribute statistics functions to stat_utils.cHEADmasterMichael Paquier
17 hoursFix planner error with SRFs and grouping setsRichard Guo
2 daysToggle logical decoding dynamically based on logical slot presence.Masahiko Sawada
3 daysSwitch buffile.c/h to use pgoff_t instead of off_tMichael Paquier
6 daysUse proper type for RestoreTransactionSnapshot's PGPROC argHeikki Linnakangas
8 daysFix const correctness in pgstat data serialization callbacksMichael Paquier
9 daysChange pgstat_report_vacuum() to use RelationMichael Paquier
9 daysAvoid global LC_CTYPE dependency in pg_locale_icu.c.Jeff Davis
9 daysdowncase_identifier(): use method table from locale provider.Jeff Davis
9 daysClarify a #define introduced in 8d299052fe.Jeff Davis
10 daysAllow passing a pointer to GetNamedDSMSegment()'s init callback.Nathan Bossart
10 daysRevisit cosmetics of "For inplace update, send nontransactional invalidations."Noah Misch
10 daysRemove incorrect declarations in pg_wchar.h.Jeff Davis
10 daysRemove unused single-byte char_is_cased() API.Jeff Davis
10 daysRefactor static_assert() support.Peter Eisentraut
11 daysAllow cumulative statistics to read/write auxiliary data from/to diskMichael Paquier
11 daysUpdate typedefs.list to match what the buildfarm currently reports.Tom Lane
11 daysMake "pgoff_t" be a typedef not a #define.Tom Lane
11 daysRefactor WaitLSNType enum to use a macro for type countAlexander Korotkov
11 daysImplement ALTER TABLE ... SPLIT PARTITION ... commandAlexander Korotkov
11 daysImplement ALTER TABLE ... MERGE PARTITIONS ... commandAlexander Korotkov
12 daysUse correct preprocessor conditional in relptr.hPeter Eisentraut
13 daysReplace most StaticAssertStmt() with StaticAssertDecl()Peter Eisentraut
14 daysFix some comments.Nathan Bossart
2025-12-11Make <assert.h> consistently available in frontend and backendPeter Eisentraut
2025-12-10Allow PG_PRINTF_ATTRIBUTE to be different in C and C++ code.Tom Lane
2025-12-10Add pg_iswcased().Jeff Davis
2025-12-10Remove char_tolower() API.Jeff Davis
2025-12-09Fix O_CLOEXEC flag handling in Windows port.Thomas Munro
2025-12-09Add ParallelSlotSetIdle().Nathan Bossart
2025-12-09Add started_by column to pg_stat_progress_analyze view.Masahiko Sawada
2025-12-09Add mode and started_by columns to pg_stat_progress_vacuum view.Masahiko Sawada
2025-12-09Support "j" length modifier in snprintf.c.Tom Lane
2025-12-09Widen MultiXactOffset to 64 bitsHeikki Linnakangas
2025-12-09Move pg_multixact SLRU page format definitions to a separate headerHeikki Linnakangas
2025-12-09Use palloc_object() and palloc_array() in more areas of the treeMichael Paquier
2025-12-09Improve documentation for pg_atomic_unlocked_write_u32()Andres Freund
2025-12-08Relocate _bt_readpage and related functions.Peter Geoghegan
2025-12-07Revise APIs for pushJsonbValue() and associated routines.Tom Lane
2025-12-07Add a macro for the declared typlen of type timetz.Tom Lane
2025-12-06Handle constant inputs to corr() and related aggregates more precisely.Tom Lane
2025-12-05Rename column slotsync_skip_at to slotsync_last_skip.Amit Kapila
2025-12-04Remove no longer needed casts to PointerPeter Eisentraut
2025-12-03Rename BUFFERPIN wait event class to BUFFERAndres Freund
2025-12-03Add pg_atomic_unlocked_write_u64Andres Freund
2025-12-03bufmgr: Turn BUFFER_LOCK_* into an enumAndres Freund
2025-12-03Set next multixid's offset when creating a new multixidHeikki Linnakangas
2025-12-03Fix stray references to SubscriptRefPeter Eisentraut
2025-12-03Change Pointer to void *Peter Eisentraut
2025-12-02Show size of DSAs and dshashes in pg_dsm_registry_allocations.Nathan Bossart