Commit Graph

57502 Commits (544bcb5a5e778e8ef8d784de611c5f85bc33433c)
 

Author SHA1 Message Date
Magnus Hagander 544bcb5a5e Clarify which xml tools are missing in meson error message 1 year ago
Magnus Hagander ba2d2784f3 Fix omission in partitioning limitation documentation 1 year ago
Amit Kapila 6f97ef05d6 Fix an intermetant BF failure in 003_logical_slots. 1 year ago
John Naylor f7f694b214 Update documentation of default fdw_tuple_cost 1 year ago
Michael Paquier b83747a8a6 pg_regress: Disable autoruns for cmd.exe on Windows 1 year ago
Tom Lane 3d185cfc09 Restore initdb's old behavior of always setting the lc_xxx GUCs. 1 year ago
Tom Lane 390298f080 Allow noise semicolons ending psql \sf, \ef, \sv, \ev commands. 1 year ago
Tom Lane add673b897 Fix Asserts in calc_non_nestloop_required_outer(). 1 year ago
Tom Lane d641b827af Handle WindowClause.runCondition in tree walker/mutator functions. 1 year ago
Bruce Momjian 5b2da240e0 doc: clarify who owns the initdb-created cluster, by default 1 year ago
Magnus Hagander cd02b35a46 Show the default checkpoint method in the pg_basebackup help message 1 year ago
Michael Paquier 9886744a36 pg_ctl: Disable autoruns for cmd.exe on Windows 1 year ago
Robert Haas f896057e46 Document WAL summarization information functions. 1 year ago
Nathan Bossart d97ef756af Fix documentation for wal_summary_keep_time. 1 year ago
Nathan Bossart 5b1b9bce84 Cross-check lists of predefined LWLocks. 1 year ago
Joe Conway a7be2a6c26 Add new function, PQchangePassword(), to libpq 1 year ago
Tatsuo Ishii d596736a49 Doc: fix character_sets view. 1 year ago
Alexander Korotkov 028b15405b An addition to 8c441c0827 1 year ago
Alexander Korotkov 8c441c0827 Forbid SJE with result relation 1 year ago
Alexander Korotkov 30b4955a46 Fix misuse of RelOptInfo.unique_for_rels cache by SJE 1 year ago
Noah Misch d3c5f37dd5 Make dblink interruptible, via new libpqsrv APIs. 1 year ago
Noah Misch 0efc831847 Remove excess #include "utils/wait_event.h". 1 year ago
Noah Misch 196799d676 Fix missing word in comment. 1 year ago
Alexander Korotkov 6d94cc6ca1 Fix indentation in ExecParallelHashIncreaseNumBatches() 1 year ago
Tom Lane 89b69db82a Allow examine_simple_variable() to work on INSERT RETURNING Vars. 1 year ago
Alexander Korotkov bea18b1c94 Strengthen tests for 5ef34a8fc3 1 year ago
Tom Lane 9034a2d512 Fix integer-overflow problem in intarray's g_int_decompress(). 1 year ago
Alexander Korotkov 2a67b5a60e Fix oversized memory allocation in Parallel Hash Join 1 year ago
Alexander Korotkov 5ef34a8fc3 Fix the issue that SJE mistakenly omits qual clauses 1 year 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
Michael Paquier 793ecff7df doc: fix typo "vertexes" -> "vertices" 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
Tom Lane 76ba8a8b63 Doc: Python's control flow construct is try/except not try/catch. 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