Commit Graph

56551 Commits (b323fcc58cb15200572a8515bc9b5bb1882c4d42)
 

Author SHA1 Message Date
Michael Paquier 8cca660b0b Disable use of archiving in 009_twophase.pl 2 years ago
Amit Kapila a734caa25f Fix the errhint message and docs for drop subscription failure. 2 years ago
Nathan Bossart 5b1a879943 Move bool parameter for vacuum_rel() to option bits. 2 years ago
Tom Lane 45392626c9 Fix hash join when inner hashkey expressions contain Params. 2 years ago
Bruce Momjian 8a300fc3af docs: adjust tag indenting and add MERGE mention 2 years ago
Tom Lane 3af87736bf Fix another cause of "wrong varnullingrels" planner failures. 2 years ago
Tom Lane efeb12ef0b Don't include outer join relids in lateral_relids bitmapsets. 2 years ago
Tom Lane 0655c03ef9 Centralize fixups for mismatched nullingrels in nestloop params. 2 years ago
Tom Lane 5961141646 Add b334612b8 to .git-blame-ignore-revs. 2 years ago
Tom Lane b334612b8a Pre-beta2 mechanical code beautification. 2 years ago
Jeff Davis 877bf52cff test_extensions: make meson.build consistent with Makefile. 2 years ago
Michael Paquier 68cb5af46c Enable archiving in recovery TAP test 009_twophase.pl 2 years ago
Andres Freund 0d369ac650 fd.c: Retry after EINTR in more places 2 years ago
Jeff Davis 797f980364 pg_regress: for --no-locale, use LOCALE='C'. 2 years ago
David Rowley 7fcd7ef2a9 Don't use partial unique indexes for unique proofs in the planner 2 years ago
Jeff Davis a14e75eb0b CREATE DATABASE: make LOCALE apply to all collation providers. 2 years ago
Peter Eisentraut c0d951262c libpq: Add missing gettext trigger 2 years ago
Masahiko Sawada 0225eec80b Add missing pg_basebackup TAP test for meson. 2 years ago
Amit Langote 160c23b5fa Fix typo in comment. 2 years ago
Tom Lane f4c00d138f When removing a left join, clean out references in EquivalenceClasses. 2 years ago
Amit Langote 5c8c8079b0 Remove outdated reference to a removed file 2 years ago
Peter Eisentraut d6326ba8fe libpq: Fix up some error message coding 2 years ago
Michael Paquier ac68323a87 Add missing subscription TAP test for meson 2 years ago
Masahiko Sawada a54fc892ad Replace GUC_UNIT_MEMORY|GUC_UNIT_TIME with GUC_UNIT. 2 years ago
Michael Paquier c00fbe89dc intarray: Prevent out-of-bound memory reads with gist__int_ops 2 years ago
Amit Kapila b5c517379a Fix possible crash in tablesync worker. 2 years ago
Noah Misch f9f31aa91f Make parseNodeString() C idiom compatible with Visual Studio 2015. 2 years ago
Masahiko Sawada 4327f6c748 Fix typo in comment. 2 years ago
Amit Langote 0f8cfaf892 Retain relkind too in RTE_SUBQUERY entries for views. 2 years ago
Tatsuo Ishii ae66716bf3 Fix make_etags breakage on certain platforms. 2 years ago
Tom Lane 63e4f13d2a Fix "wrong varnullingrels" for Memoize's lateral references, too. 2 years ago
Tom Lane 792213f2e9 Correctly update hasSubLinks while mutating a rule action. 2 years ago
Peter Eisentraut b93c63d197 doc: Move list entry to proper position 2 years ago
Andres Freund e3cb1a586c Report stats when replaying XLOG_RUNNING_XACTS 2 years ago
Tom Lane 7398e27224 Accept fractional seconds in jsonpath's datetime() method. 2 years ago
Noah Misch 0c52437020 src/tools/msvc/clean.bat: Reconcile with PostgreSQL 16 work. 2 years ago
Noah Misch 6e723f6d7b src/tools/msvc: Move all.sym temporary file back to Debug/postgres. 2 years ago
Noah Misch 8c7ad6f156 Add win32ver data to meson-built postgres.exe. 2 years ago
Noah Misch 04411cbfdb Give postgres.exe the icon of other executables. 2 years ago
Tom Lane bfd332b3fd Fix "wrong varnullingrels" for subquery nestloop parameters. 2 years ago
Heikki Linnakangas 548d726030 Remove a few unused global variables and declarations. 2 years ago
Michael Paquier 3e8da50244 Fix instability in regression test for Parallel Hash Full Join 2 years ago
Michael Paquier d522b05c8c hstore: Tighten key/value parsing check for whitespaces 2 years ago
Peter Geoghegan d088ba5a5a nbtree: Allocate new pages in separate function. 2 years ago
Peter Geoghegan fe879ae3a8 Add another old commit to git-blame-ignore-revs. 2 years ago
Jeff Davis 2fcc7ee7af Revert "Fix search_path to a safe value during maintenance operations." 2 years ago
Andres Freund a1cd982098 meson: Add dependencies to perl modules to various script invocations 2 years ago
Bruce Momjian b9e3f8005c doc: PG 16 relnotes, add author 2 years ago
Jeff Davis 05e1737351 Fix search_path to a safe value during maintenance operations. 2 years ago
Nathan Bossart 9aee26a491 Fix missing word in nbtree/README. 2 years ago