summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-06-21ICU: do not convert locale 'C' to 'en-US-u-va-posix'.Jeff Davis
2023-06-21initdb: change default --locale-provider back to libc.Jeff Davis
2023-06-21Avoid Assert failure when processing empty statement in aborted xact.Tom Lane
2023-06-21Allow and require passing files on command line of pgperltidyPeter Eisentraut
2023-06-21Disable use of archiving in 009_twophase.plMichael Paquier
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-20test_extensions: make meson.build consistent with Makefile.Jeff Davis
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-19pg_regress: for --no-locale, use LOCALE='C'.Jeff Davis
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-16libpq: Add missing gettext triggerPeter Eisentraut
2023-06-16Add missing pg_basebackup TAP test for meson.Masahiko Sawada
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-15libpq: Fix up some error message codingPeter Eisentraut
2023-06-15Add missing subscription TAP test for mesonMichael Paquier
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-14Fix make_etags breakage on certain platforms.Tatsuo Ishii
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-12src/tools/msvc/clean.bat: Reconcile with PostgreSQL 16 work.Noah Misch
2023-06-12src/tools/msvc: Move all.sym temporary file back to Debug/postgres.Noah Misch
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-12Fix instability in regression test for Parallel Hash Full JoinMichael Paquier
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-10meson: Add dependencies to perl modules to various script invocationsAndres Freund
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-09Refactor routine to find single log content pattern in TAP testsMichael Paquier
2023-06-09Honor run_as_owner option in tablesync worker.Masahiko Sawada
2023-06-09Refactor log check logic for connect_ok/fails in PostgreSQL::Test::ClusterMichael Paquier