Commit Graph

56343 Commits (596114164699bbe184969df374fd6a1d8a93a57c)
 

Author SHA1 Message Date
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
Michael Paquier 392ea0c78f Refactor routine to find single log content pattern in TAP tests 2 years ago
Masahiko Sawada a83edeaf68 Honor run_as_owner option in tablesync worker. 2 years ago
Michael Paquier 26eaf82e71 Refactor log check logic for connect_ok/fails in PostgreSQL::Test::Cluster 2 years ago
Tom Lane 9a2dbc614e Fix oversight in outer join removal. 2 years ago
Tom Lane fbf80421ea Re-allow INDEX_VAR as rt_index in ChangeVarNodes(). 2 years ago
Tom Lane d98ed080bb Fix small overestimation of base64 encoding output length. 2 years ago
Fujii Masao 378d73ef20 doc: Fix example command for ALTER FOREIGN TABLE ... OPTIONS. 2 years ago
David Rowley 53ea2b7ad0 Don't use _BitScanForward64/_BitScanReverse64 on 32-bit MSVC builds 2 years ago