summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
37 hoursStrip PlaceHolderVars from index operandsRichard Guo
2 daysChange some Datum to void * for opaque pass-through pointerPeter Eisentraut
3 daysSplit some long Makefile listsMichael Paquier
3 daysRemove MsgType typePeter Eisentraut
5 daysMove attribute statistics functions to stat_utils.cMichael Paquier
6 daysFix planner error with SRFs and grouping setsRichard Guo
7 daysToggle logical decoding dynamically based on logical slot presence.Masahiko Sawada
8 daysSwitch buffile.c/h to use pgoff_t instead of off_tMichael Paquier
11 daysUse proper type for RestoreTransactionSnapshot's PGPROC argHeikki Linnakangas
13 daysFix const correctness in pgstat data serialization callbacksMichael Paquier
14 daysChange pgstat_report_vacuum() to use RelationMichael Paquier
14 daysAvoid global LC_CTYPE dependency in pg_locale_icu.c.Jeff Davis
14 daysdowncase_identifier(): use method table from locale provider.Jeff Davis
14 daysClarify a #define introduced in 8d299052fe.Jeff Davis
2025-12-15Allow passing a pointer to GetNamedDSMSegment()'s init callback.Nathan Bossart
2025-12-15Revisit cosmetics of "For inplace update, send nontransactional invalidations."Noah Misch
2025-12-15Remove incorrect declarations in pg_wchar.h.Jeff Davis
2025-12-15Remove unused single-byte char_is_cased() API.Jeff Davis
2025-12-15Refactor static_assert() support.Peter Eisentraut
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-14Refactor WaitLSNType enum to use a macro for type countAlexander Korotkov
2025-12-14Implement ALTER TABLE ... SPLIT PARTITION ... commandAlexander Korotkov
2025-12-14Implement ALTER TABLE ... MERGE PARTITIONS ... commandAlexander Korotkov
2025-12-13Use correct preprocessor conditional in relptr.hPeter Eisentraut
2025-12-12Replace most StaticAssertStmt() with StaticAssertDecl()Peter Eisentraut
2025-12-11Fix 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-10Fix 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-08Improve 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