summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2024-10-24Add 'no_error' argument to pg_wal_replay_wait()Alexander Korotkov
2024-10-24Refactor WaitForLSNReplay() to return the result of waitingAlexander Korotkov
2024-10-24Make WaitForLSNReplay() issue FATAL on postmaster deathAlexander Korotkov
2024-10-24Move LSN waiting declarations and definitions to better placeAlexander Korotkov
2024-10-24Avoid looping over all type cache entries in TypeCacheRelCallback()Alexander Korotkov
2024-10-24Update header comment for lookup_type_cache()Alexander Korotkov
2024-10-24Track more precisely query locations for nested statementsMichael Paquier
2024-10-23Improve pg_set_attribute_stats() error message.Jeff Davis
2024-10-23Fix compiler warning.Jeff Davis
2024-10-23Make SASL max message length configurableDaniel Gustafsson
2024-10-23Remove unnecessary word in a commentAmit Langote
2024-10-22Add functions pg_set_attribute_stats() and pg_clear_attribute_stats().Jeff Davis
2024-10-22Change pg_*_relation_stats() functions to return type to void.Jeff Davis
2024-10-22Improve reporting of errors in extension script files.Tom Lane
2024-10-22Improve parser's reporting of statement start locations.Tom Lane
2024-10-22Restructure foreign key handling code for ATTACH/DETACHÁlvaro Herrera
2024-10-21Fix wrong assertion and poor error messages in "COPY (query) TO".Tom Lane
2024-10-21Update outdated comment on WAL-logged locks with invalid XIDHeikki Linnakangas
2024-10-21Fix race condition in committing a serializable transactionHeikki Linnakangas
2024-10-21Fix grammar of a comment in bufmgr.cMichael Paquier
2024-10-20SQL/JSON: Fix some oversights in commit b6e1157e7Amit Langote
2024-10-18Allow pg_set_relation_stats() to set relpages to -1.Jeff Davis
2024-10-18Optimize nbtree backwards scans.Peter Geoghegan
2024-10-18Fix strsep() use for SCRAM secrets parsingPeter Eisentraut
2024-10-18Remove unused code for unlogged materialized views.Fujii Masao
2024-10-17Improve ThrowErrorData() comments for use with soft errors.Jeff Davis
2024-10-17Fix extreme skew detection in Parallel Hash Join.Thomas Munro
2024-10-17Fix unnecessary casts of copyObject() resultPeter Eisentraut
2024-10-17Improve node type forward referencePeter Eisentraut
2024-10-17Don't store intermediate hash values in ExprState->resvalueDavid Rowley
2024-10-16Fix validation of COPY FORCE_NOT_NULL/FORCE_NULL for the all-column casesMichael Paquier
2024-10-16nbtree: fix read page recheck typo.Peter Geoghegan
2024-10-16Further refine _SPI_execute_plan's rule for atomic execution.Tom Lane
2024-10-16Fix #include order from e839c8ecc9.Jeff Davis
2024-10-16Reduce memory block size for decoded tuple storage to 8kB.Masahiko Sawada
2024-10-16Normalize nbtree truncated high key array behavior.Peter Geoghegan
2024-10-16Fix typo in comment of transformJsonAggConstructor()Amit Langote
2024-10-15Move clause_sides_match_join() into restrictinfo.hDavid Rowley
2024-10-15Add contrib/pg_logicalinspect.Masahiko Sawada
2024-10-15Move SnapBuild and SnapBuildOnDisk structs to snapshot_internal.h.Masahiko Sawada
2024-10-14Move libc-specific code from pg_locale.c into pg_locale_libc.c.Jeff Davis
2024-10-14Move ICU-specific code from pg_locale.c into pg_locale_icu.c.Jeff Davis
2024-10-14Use construct_array_builtin for FLOAT8OID instead of construct_array.Masahiko Sawada
2024-10-14Track scan reversals in MergeJoinPeter Eisentraut
2024-10-14Track sort direction in SortGroupClausePeter Eisentraut
2024-10-13Fixup for pg_set_relation_stats().Jeff Davis
2024-10-13Use MAX_PARALLEL_WORKER_LIMIT for max_parallel_maintenance_workersMichael Paquier
2024-10-12Correctly identify which EC members are computable at a plan node.Tom Lane
2024-10-11Fix missed case for builtin collation provider.Jeff Davis
2024-10-11Create functions pg_set_relation_stats, pg_clear_relation_stats.Jeff Davis