Commit Graph

56327 Commits (c00fbe89dc51c13eae1ca71460bcddfc3dde5081)
 

Author SHA1 Message Date
Michael Paquier c00fbe89dc intarray: Prevent out-of-bound memory reads with gist__int_ops 3 years ago
Amit Kapila b5c517379a Fix possible crash in tablesync worker. 3 years ago
Noah Misch f9f31aa91f Make parseNodeString() C idiom compatible with Visual Studio 2015. 3 years ago
Masahiko Sawada 4327f6c748 Fix typo in comment. 3 years ago
Amit Langote 0f8cfaf892 Retain relkind too in RTE_SUBQUERY entries for views. 3 years ago
Tatsuo Ishii ae66716bf3 Fix make_etags breakage on certain platforms. 3 years ago
Tom Lane 63e4f13d2a Fix "wrong varnullingrels" for Memoize's lateral references, too. 3 years ago
Tom Lane 792213f2e9 Correctly update hasSubLinks while mutating a rule action. 3 years ago
Peter Eisentraut b93c63d197 doc: Move list entry to proper position 3 years ago
Andres Freund e3cb1a586c Report stats when replaying XLOG_RUNNING_XACTS 3 years ago
Tom Lane 7398e27224 Accept fractional seconds in jsonpath's datetime() method. 3 years ago
Noah Misch 0c52437020 src/tools/msvc/clean.bat: Reconcile with PostgreSQL 16 work. 3 years ago
Noah Misch 6e723f6d7b src/tools/msvc: Move all.sym temporary file back to Debug/postgres. 3 years ago
Noah Misch 8c7ad6f156 Add win32ver data to meson-built postgres.exe. 3 years ago
Noah Misch 04411cbfdb Give postgres.exe the icon of other executables. 3 years ago
Tom Lane bfd332b3fd Fix "wrong varnullingrels" for subquery nestloop parameters. 3 years ago
Heikki Linnakangas 548d726030 Remove a few unused global variables and declarations. 3 years ago
Michael Paquier 3e8da50244 Fix instability in regression test for Parallel Hash Full Join 3 years ago
Michael Paquier d522b05c8c hstore: Tighten key/value parsing check for whitespaces 3 years ago
Peter Geoghegan d088ba5a5a nbtree: Allocate new pages in separate function. 3 years ago
Peter Geoghegan fe879ae3a8 Add another old commit to git-blame-ignore-revs. 3 years ago
Jeff Davis 2fcc7ee7af Revert "Fix search_path to a safe value during maintenance operations." 3 years ago
Andres Freund a1cd982098 meson: Add dependencies to perl modules to various script invocations 3 years ago
Bruce Momjian b9e3f8005c doc: PG 16 relnotes, add author 3 years ago
Jeff Davis 05e1737351 Fix search_path to a safe value during maintenance operations. 3 years ago
Nathan Bossart 9aee26a491 Fix missing word in nbtree/README. 3 years ago
Michael Paquier 392ea0c78f Refactor routine to find single log content pattern in TAP tests 3 years ago
Masahiko Sawada a83edeaf68 Honor run_as_owner option in tablesync worker. 3 years ago
Michael Paquier 26eaf82e71 Refactor log check logic for connect_ok/fails in PostgreSQL::Test::Cluster 3 years ago
Tom Lane 9a2dbc614e Fix oversight in outer join removal. 3 years ago
Tom Lane fbf80421ea Re-allow INDEX_VAR as rt_index in ChangeVarNodes(). 3 years ago
Tom Lane d98ed080bb Fix small overestimation of base64 encoding output length. 3 years ago
Fujii Masao 378d73ef20 doc: Fix example command for ALTER FOREIGN TABLE ... OPTIONS. 3 years ago
David Rowley 53ea2b7ad0 Don't use _BitScanForward64/_BitScanReverse64 on 32-bit MSVC builds 3 years ago
Tomas Vondra f24523672d Use per-tuple context in ExecGetAllUpdatedCols 3 years ago
Peter Eisentraut fb5a7d84d2 doc: Fix confusing positioning of notes in connection settings 3 years ago
Peter Eisentraut b0f6c43716 Remove read-only server settings lc_collate and lc_ctype 3 years ago
Amit Kapila d64e6468f4 Reload configuration more frequently in apply worker. 3 years ago
Heikki Linnakangas 95f0340c3b Initialize 'recordXtime' to silence compiler warning. 3 years ago
Bruce Momjian 3f1aaaa180 doc: PG 16 relnotes, fix PREPARE/EXECUTE wording 3 years ago
Peter Eisentraut 08235203dd Remove obsolete comment 3 years ago
David Rowley 8cddea9a53 Doc: unify use of timestamp with time zone vs timestamptz 3 years ago
Tom Lane 0211544969 Doc: explain about dependency tracking for new-style SQL functions. 3 years ago
Tom Lane 0161074786 Fix pg_dump's failure to honor dependencies of SQL functions. 3 years ago
Tom Lane b3f32a6c31 Fix misuse of pg_log_info() for details/hints. 3 years ago
Michael Paquier d0f4824a54 doc: Add note to prevent server spoofing with SCRAM 3 years ago
Bruce Momjian 47b7051bc8 doc: PG 16 relnotes, add psql \df+ source code change 3 years ago
Bruce Momjian 9eb1817d5c doc: add missing "the" in LATERAL sentence. 3 years ago
Bruce Momjian e6a254c0d4 doc: PG 16 relnotes, move memory item and reword OUTER item 3 years ago
Bruce Momjian 409d24485c doc: PG 16 relnotes, add memory overhead reduction item 3 years ago