summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-22Doc: mention that extended stats aren't used for joinsDavid Rowley
2023-06-22nbtree VACUUM: cope with topparent inconsistencies.Peter Geoghegan
2023-06-21doc: update PG history as over "three decades"Bruce Momjian
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-20docs: adjust tag indenting and add MERGE mentionBruce Momjian
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-20Add b334612b8 to .git-blame-ignore-revs.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-15intarray: Prevent out-of-bound memory reads with gist__int_opsMichael Paquier
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-13doc: Move list entry to proper positionPeter Eisentraut
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-12hstore: Tighten key/value parsing check for whitespacesMichael Paquier