summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2022-12-15Static assertions cleanupPeter Eisentraut
2022-12-13Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode.Tom Lane
2022-12-09Allow DateTimeParseError to handle bad-timezone error messages.Tom Lane
2022-12-06Generate pg_stat_get*() functions for tables using macrosMichael Paquier
2022-12-06Check the snapshot argument of index_beginscan and familyAlexander Korotkov
2022-12-05Add LSN location in some error messages related to WAL pagesMichael Paquier
2022-12-02Generalize ri_RootToPartitionMap to use for non-partition childrenAlvaro Herrera
2022-12-01Fix memory leak for hashing with nondeterministic collations.Jeff Davis
2022-11-29Improve heuristics for compressing the KnownAssignedXids array.Tom Lane
2022-11-29Add 'missing_ok' argument to build_attrmap_by_nameAlvaro Herrera
2022-11-28Remove promote_trigger_file.Thomas Munro
2022-11-24Improve indenting in _hash_pgaddtupDavid Rowley
2022-11-24Make multixact error message more explicitAlvaro Herrera
2022-11-24Speedup hash index builds by skipping needless binary searchesDavid Rowley
2022-11-23Simplify vacuum_set_xid_limits() signature.Peter Geoghegan
2022-11-23Don't test HEAP_XMAX_INVALID when freezing xmax.Peter Geoghegan
2022-11-20lwlock: Fix quadratic behavior with very long wait listsAndres Freund
2022-11-17Standardize rmgrdesc recovery conflict XID output.Peter Geoghegan
2022-11-17Use correct type name in comments about freezing.Peter Geoghegan
2022-11-16Variable renaming in preparation for refactoringPeter Eisentraut
2022-11-16Remove useless castsPeter Eisentraut
2022-11-16Turn HeapKeyTest macro into inline functionPeter Eisentraut
2022-11-16Mark argument of RegisterCustomRmgr() as const.Jeff Davis
2022-11-15Deduplicate freeze plans in freeze WAL records.Peter Geoghegan
2022-11-14Fix cleanup lock acquisition in SPLIT_ALLOCATE_PAGE replay.Amit Kapila
2022-11-13Refactor aclcheck functionsPeter Eisentraut
2022-11-13Refactor ownercheck functionsPeter Eisentraut
2022-11-12Document WAL rules related to PD_ALL_VISIBLE in README.Jeff Davis
2022-11-11Fix theoretical torn page hazard.Jeff Davis
2022-11-11Remove obsolete comments and code from prior to f8f4227976.Jeff Davis
2022-11-10Fix comment of SimpleLruInit() in slru.cMichael Paquier
2022-11-09Report a more useful error for reloptions on a partitioned table.Tom Lane
2022-11-09Doc: add comments about PreventInTransactionBlock/IsInTransactionBlock.Tom Lane
2022-11-08Introduce pg_pwrite_zeros() in fileutils.cMichael Paquier
2022-11-05Remove redundant breaks in HeapTupleSatisfiesVisibilityAndres Freund
2022-11-05Remove unneeded includes of <sys/stat.h>Michael Paquier
2022-11-02Improve the description of XLOG_RUNNING_XACTS.Amit Kapila
2022-11-02Add doubly linked count list implementationDavid Rowley
2022-10-31Clean up some inconsistencies with GUC declarationsMichael Paquier
2022-10-28Remove AssertArg and AssertStatePeter Eisentraut
2022-10-27Allow nodeSort to perform Datum sorts for byref typesDavid Rowley
2022-10-25Update outdated comment for TransactionIdSetTreeStatusHeikki Linnakangas
2022-10-24Fix recently added incorrect assertionAlvaro Herrera
2022-10-22Improve memory handling across SQL-callable backup functionsMichael Paquier
2022-10-19Get rid of XLogCtlInsert->forcePageWritesAlvaro Herrera
2022-10-19Remove pg_backup_start_callback and reuse similar codeAlvaro Herrera
2022-10-18Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier
2022-10-14Have GetCurrentTransactionStopTimestamp() set xactStopTimestamp if unsetAndres Freund
2022-10-13Fix ordering issue with WAL operations in GIN fast insert pathMichael Paquier
2022-10-12Simplify some maths in xlogreader.cMichael Paquier