summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-26Translation updatesPeter Eisentraut
2023-06-26Change "..." to cstring in old input/output function comments.Heikki Linnakangas
2023-06-24Check for interrupts and stack overflow in TParserGet().Tom Lane
2023-06-24doc: rename "decades" to be more genericBruce Momjian
2023-06-23Error message refactoringPeter Eisentraut
2023-06-23doc: Improve punctuationPeter Eisentraut
2023-06-23doc: Clean up title case usePeter Eisentraut
2023-06-23Fix incorrect error message in libpq_pipelineMichael Paquier
2023-06-22Improve privilege documentation for maintenance commands.Nathan Bossart
2023-06-22Fix cache lookup hazards introduced by ff9618e82a.Nathan Bossart
2023-06-22Doc: Clarify the behavior of triggers/rules in a logical subscriber.Amit Kapila
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