summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
24 hoursEnsure sanity of hash-join costing when there are no MCV statistics.HEADorigin/masterorigin/HEADmasterTom Lane
39 hoursIgnore PlaceHolderVars when looking up statisticsRichard Guo
39 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 daysFix pg_stat_get_backend_activity() to use multi-byte truncated resultMichael Paquier
5 daysUpgrade BufFile to use int64 for byte positionsMichael Paquier
5 daysFix typo in stat_utils.cMichael Paquier
5 daysMove attribute statistics functions to stat_utils.cMichael Paquier
6 daysFix planner error with SRFs and grouping setsRichard Guo
6 daysFix CREATE SUBSCRIPTION failure when the publisher runs on pre-PG19.Fujii Masao
6 daysFix version check for retain_dead_tuples subscription option.Fujii Masao
6 daysTeach expr_is_nonnullable() to handle more expression typesRichard Guo
6 daysOptimize ROW(...) IS [NOT] NULL using non-nullable fieldsRichard Guo
6 daysSimplify COALESCE expressions using non-nullable argumentsRichard Guo
6 daysImprove comment in pgstatfuncs.cMichael Paquier
7 daysDon't advance origin during apply failure.Amit Kapila
7 daysToggle logical decoding dynamically based on logical slot presence.Masahiko Sawada
7 daysFix bug in following update chain when locking a heap tupleHeikki Linnakangas
8 daysFix orphaned origin in shared memory after DROP SUBSCRIPTIONMichael Paquier
8 daysSwitch buffile.c/h to use pgoff_t instead of off_tMichael Paquier
9 daysFix another typo in gininsert.cMichael Paquier
9 daysRemove obsolete name_ops index-only scan comments.Peter Geoghegan
11 daysheapam: Move logic to handle HEAP_MOVED into a helper functionAndres Freund
11 daysbufmgr: Optimize & harmonize LockBufHdr(), LWLockWaitListLock()Andres Freund
11 daysUse proper type for RestoreTransactionSnapshot's PGPROC argHeikki Linnakangas
12 daysFix typos in gininsert.cMichael Paquier
12 daysAdd guard to prevent recursive memory context logging.Fujii Masao
12 daysUse table/index_close() more consistentlyMichael Paquier
12 daysDo not emit WAL for unlogged BRIN indexesHeikki Linnakangas
14 daysChange pgstat_report_vacuum() to use RelationMichael Paquier
14 daysRemove useless code in InjectionPointAttach()Michael 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
2025-12-16Switch memory contexts in ReinitializeParallelDSM.Robert Haas
2025-12-16Add explanatory comment to prune_freeze_setup()Melanie Plageman
2025-12-16Fix const qualification in prune_freeze_setup()Melanie Plageman
2025-12-16Separate out bytea sort support from varlena.cJohn Naylor
2025-12-16Add TAP test to check recovery when redo LSN is missingMichael Paquier
2025-12-16Fail recovery when missing redo checkpoint record without backup_labelMichael Paquier
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-15Correct comments of "Fix data loss at inplace update after heap_update()".Noah Misch
2025-12-15Remove unused single-byte char_is_cased() API.Jeff Davis
2025-12-15Use multibyte-aware extraction of pattern prefixes.Jeff Davis
2025-12-15Add offnum range checks to suppress compile warnings with UBSAN.Tom Lane
2025-12-15Improve sanity checks on multixid members lengthHeikki Linnakangas
2025-12-15Fix typo in tablecmds.cDavid Rowley
2025-12-15Add retry logic to pg_sync_replication_slots().Amit Kapila
2025-12-15Allow cumulative statistics to read/write auxiliary data from/to diskMichael Paquier