Commit Graph

42222 Commits (544bcb5a5e778e8ef8d784de611c5f85bc33433c)

Author SHA1 Message Date
Amit Kapila 6f97ef05d6 Fix an intermetant BF failure in 003_logical_slots. 2 years ago
Michael Paquier b83747a8a6 pg_regress: Disable autoruns for cmd.exe on Windows 2 years ago
Tom Lane 3d185cfc09 Restore initdb's old behavior of always setting the lc_xxx GUCs. 2 years ago
Tom Lane 390298f080 Allow noise semicolons ending psql \sf, \ef, \sv, \ev commands. 2 years ago
Tom Lane add673b897 Fix Asserts in calc_non_nestloop_required_outer(). 2 years ago
Tom Lane d641b827af Handle WindowClause.runCondition in tree walker/mutator functions. 2 years ago
Magnus Hagander cd02b35a46 Show the default checkpoint method in the pg_basebackup help message 2 years ago
Michael Paquier 9886744a36 pg_ctl: Disable autoruns for cmd.exe on Windows 2 years ago
Nathan Bossart 5b1b9bce84 Cross-check lists of predefined LWLocks. 2 years ago
Joe Conway a7be2a6c26 Add new function, PQchangePassword(), to libpq 2 years ago
Alexander Korotkov 028b15405b An addition to 8c441c0827 2 years ago
Alexander Korotkov 8c441c0827 Forbid SJE with result relation 2 years ago
Alexander Korotkov 30b4955a46 Fix misuse of RelOptInfo.unique_for_rels cache by SJE 2 years ago
Noah Misch d3c5f37dd5 Make dblink interruptible, via new libpqsrv APIs. 2 years ago
Noah Misch 0efc831847 Remove excess #include "utils/wait_event.h". 2 years ago
Noah Misch 196799d676 Fix missing word in comment. 2 years ago
Alexander Korotkov 6d94cc6ca1 Fix indentation in ExecParallelHashIncreaseNumBatches() 2 years ago
Tom Lane 89b69db82a Allow examine_simple_variable() to work on INSERT RETURNING Vars. 2 years ago
Alexander Korotkov bea18b1c94 Strengthen tests for 5ef34a8fc3 2 years ago
Alexander Korotkov 2a67b5a60e Fix oversized memory allocation in Parallel Hash Join 2 years ago
Alexander Korotkov 5ef34a8fc3 Fix the issue that SJE mistakenly omits qual clauses 2 years ago
Tom Lane 43b46aae12 Clean up some edge cases in plpgsql's %TYPE parsing. 2 years ago
Andrew Dunstan dbad1c53e9 Add copyright notices to a few perl scripts that don't have them 2 years ago
Michael Paquier 9cd0d77dfc Fix corruption of local buffer state during extend of temp relation 2 years ago
Tom Lane 9391f71523 Teach estimate_array_length() to use statistics where available. 2 years ago
Nathan Bossart 14dd0f27d7 Add macros for looping through a List without a ListCell. 2 years ago
Tom Lane 5e8674dc83 In plpgsql, allow %TYPE and %ROWTYPE to be followed by array decoration. 2 years ago
Peter Eisentraut 5d06e99a3c ALTER TABLE command to change generation expression 2 years ago
David Rowley ae69c4fcf1 Fix use of incorrect TupleTableSlot in DISTINCT aggregates 2 years ago
Amit Kapila 007693f2a3 Track conflict_reason in pg_replication_slots. 2 years ago
Bruce Momjian 29275b1d17 Update copyright for 2024 2 years ago
Tom Lane aaf09c5923 Avoid masking EOF (no-password-supplied) conditions in auth.c. 2 years ago
Peter Eisentraut 59fd390d5e Second attempt at organizing jsonpath operators and methods 2 years ago
Peter Eisentraut 0958f8f6bf Revert "Reorganise jsonpath operators and methods" 2 years ago
Robert Haas dffde5bf16 Fix defects in PrepareForIncrementalBackup. 2 years ago
Peter Eisentraut 8ce5aef2e6 Make Perl warnings fatal in newly added TAP tests 2 years ago
Peter Eisentraut 283a95da92 Reorganise jsonpath operators and methods 2 years ago
Peter Eisentraut c1b9e1e56d Add numeric_int8_opt_error() to optionally suppress errors 2 years ago
Peter Eisentraut d4e66a39eb Refactor: separate function to find all objects depending on a column 2 years ago
Michael Paquier 359a3c586d Fix some typos 2 years ago
Michael Paquier 4b66d7b4e0 Remove unnecessary PGDATABASE settings from TAP tests 2 years ago
Tom Lane ae6bc39317 Minor fixes for search path cache code. 2 years ago
Robert Haas 371b07e894 Remove Lock suffix from WALSummarizerLock in wait_event_names.txt 2 years ago
Robert Haas 5bc7b33b4e jsonpath_exec: fix typo "absense" -> "absence" 2 years ago
Robert Haas ff09129bec libpq: fix typo "occurences" -> "occurrences" in tests 2 years ago
Robert Haas e62e73f3a2 gist: fix typo "split(t)ed" -> "split" 2 years ago
Robert Haas 591cf626e7 tsquery: fix typo "rewrited" -> "rewritten" 2 years ago
Robert Haas 0d9937d118 Fix typos in comments and in one isolation test. 2 years ago
Robert Haas 5c430f9dc5 Add WALSummarizerLock to wait_event_names.txt 2 years ago
Peter Eisentraut 141752bbb0 Fix typos in simplehash.h 2 years ago