summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2023-06-22Fix cache lookup hazards introduced by ff9618e82a.Nathan Bossart
2023-06-22nbtree VACUUM: cope with topparent inconsistencies.Peter Geoghegan
2023-06-21ICU: do not convert locale 'C' to 'en-US-u-va-posix'.Jeff Davis
2023-06-21Avoid Assert failure when processing empty statement in aborted xact.Tom Lane
2023-06-21Fix the errhint message and docs for drop subscription failure.Amit Kapila
2023-06-20Move bool parameter for vacuum_rel() to option bits.Nathan Bossart
2023-06-20Fix hash join when inner hashkey expressions contain Params.Tom Lane
2023-06-20Fix another cause of "wrong varnullingrels" planner failures.Tom Lane
2023-06-20Don't include outer join relids in lateral_relids bitmapsets.Tom Lane
2023-06-20Centralize fixups for mismatched nullingrels in nestloop params.Tom Lane
2023-06-20Pre-beta2 mechanical code beautification.Tom Lane
2023-06-20Enable archiving in recovery TAP test 009_twophase.plMichael Paquier
2023-06-19fd.c: Retry after EINTR in more placesAndres Freund
2023-06-19Don't use partial unique indexes for unique proofs in the plannerDavid Rowley
2023-06-16CREATE DATABASE: make LOCALE apply to all collation providers.Jeff Davis
2023-06-16Fix typo in comment.Amit Langote
2023-06-15When removing a left join, clean out references in EquivalenceClasses.Tom Lane
2023-06-15Remove outdated reference to a removed fileAmit Langote
2023-06-15Replace GUC_UNIT_MEMORY|GUC_UNIT_TIME with GUC_UNIT.Masahiko Sawada
2023-06-15Fix possible crash in tablesync worker.Amit Kapila
2023-06-14Make parseNodeString() C idiom compatible with Visual Studio 2015.Noah Misch
2023-06-14Fix typo in comment.Masahiko Sawada
2023-06-14Retain relkind too in RTE_SUBQUERY entries for views.Amit Langote
2023-06-13Fix "wrong varnullingrels" for Memoize's lateral references, too.Tom Lane
2023-06-13Correctly update hasSubLinks while mutating a rule action.Tom Lane
2023-06-12Report stats when replaying XLOG_RUNNING_XACTSAndres Freund
2023-06-12Accept fractional seconds in jsonpath's datetime() method.Tom Lane
2023-06-12Add win32ver data to meson-built postgres.exe.Noah Misch
2023-06-12Give postgres.exe the icon of other executables.Noah Misch
2023-06-12Fix "wrong varnullingrels" for subquery nestloop parameters.Tom Lane
2023-06-12Remove a few unused global variables and declarations.Heikki Linnakangas
2023-06-10nbtree: Allocate new pages in separate function.Peter Geoghegan
2023-06-10Revert "Fix search_path to a safe value during maintenance operations."Jeff Davis
2023-06-09Fix search_path to a safe value during maintenance operations.Jeff Davis
2023-06-09Fix missing word in nbtree/README.Nathan Bossart
2023-06-09Honor run_as_owner option in tablesync worker.Masahiko Sawada
2023-06-08Fix oversight in outer join removal.Tom Lane
2023-06-08Re-allow INDEX_VAR as rt_index in ChangeVarNodes().Tom Lane
2023-06-08Fix small overestimation of base64 encoding output length.Tom Lane
2023-06-07Use per-tuple context in ExecGetAllUpdatedColsTomas Vondra
2023-06-07Remove read-only server settings lc_collate and lc_ctypePeter Eisentraut
2023-06-07Reload configuration more frequently in apply worker.Amit Kapila
2023-06-06Initialize 'recordXtime' to silence compiler warning.Heikki Linnakangas
2023-05-26Fix joinclause removal logic to cope with cloned clauses.Tom Lane
2023-05-25nbtree VACUUM: cope with right sibling link corruption.Peter Geoghegan
2023-05-25Fix filtering of "cloned" outer-join quals some more.Tom Lane
2023-05-23Fix the install rule for snowball_create.sql.Tom Lane
2023-05-23Use lower case for icu_validation_level valuesPeter Eisentraut
2023-05-23Punctuation improvement in postgresql.conf.samplePeter Eisentraut
2023-05-22Translation updatesPeter Eisentraut