aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* pg_regress: Disable autoruns for cmd.exe on WindowsMichael Paquier2024-01-11
* Restore initdb's old behavior of always setting the lc_xxx GUCs.Tom Lane2024-01-10
* Allow noise semicolons ending psql \sf, \ef, \sv, \ev commands.Tom Lane2024-01-10
* Fix Asserts in calc_non_nestloop_required_outer().Tom Lane2024-01-10
* Handle WindowClause.runCondition in tree walker/mutator functions.Tom Lane2024-01-10
* doc: clarify who owns the initdb-created cluster, by defaultBruce Momjian2024-01-10
* Show the default checkpoint method in the pg_basebackup help messageMagnus Hagander2024-01-10
* pg_ctl: Disable autoruns for cmd.exe on WindowsMichael Paquier2024-01-10
* Document WAL summarization information functions.Robert Haas2024-01-09
* Fix documentation for wal_summary_keep_time.Nathan Bossart2024-01-09
* Cross-check lists of predefined LWLocks.Nathan Bossart2024-01-09
* Add new function, PQchangePassword(), to libpqJoe Conway2024-01-09
* Doc: fix character_sets view.Tatsuo Ishii2024-01-09
* An addition to 8c441c08279Alexander Korotkov2024-01-09
* Forbid SJE with result relationAlexander Korotkov2024-01-09
* Fix misuse of RelOptInfo.unique_for_rels cache by SJEAlexander Korotkov2024-01-09
* Make dblink interruptible, via new libpqsrv APIs.Noah Misch2024-01-08
* Remove excess #include "utils/wait_event.h".Noah Misch2024-01-08
* Fix missing word in comment.Noah Misch2024-01-08
* Fix indentation in ExecParallelHashIncreaseNumBatches()Alexander Korotkov2024-01-08
* Allow examine_simple_variable() to work on INSERT RETURNING Vars.Tom Lane2024-01-08
* Strengthen tests for 5ef34a8fc3Alexander Korotkov2024-01-08
* Fix integer-overflow problem in intarray's g_int_decompress().Tom Lane2024-01-07
* Fix oversized memory allocation in Parallel Hash JoinAlexander Korotkov2024-01-07
* Fix the issue that SJE mistakenly omits qual clausesAlexander Korotkov2024-01-06
* Clean up some edge cases in plpgsql's %TYPE parsing.Tom Lane2024-01-05
* Add copyright notices to a few perl scripts that don't have themAndrew Dunstan2024-01-05
* Fix corruption of local buffer state during extend of temp relationMichael Paquier2024-01-05
* Teach estimate_array_length() to use statistics where available.Tom Lane2024-01-04
* Add macros for looping through a List without a ListCell.Nathan Bossart2024-01-04
* In plpgsql, allow %TYPE and %ROWTYPE to be followed by array decoration.Tom Lane2024-01-04
* ALTER TABLE command to change generation expressionPeter Eisentraut2024-01-04
* Fix use of incorrect TupleTableSlot in DISTINCT aggregatesDavid Rowley2024-01-04
* Track conflict_reason in pg_replication_slots.Amit Kapila2024-01-04
* Update copyright for 2024Bruce Momjian2024-01-03
* doc: fix typo "vertexes" -> "vertices"Michael Paquier2024-01-04
* Avoid masking EOF (no-password-supplied) conditions in auth.c.Tom Lane2024-01-03
* Second attempt at organizing jsonpath operators and methodsPeter Eisentraut2024-01-03
* Revert "Reorganise jsonpath operators and methods"Peter Eisentraut2024-01-03
* Doc: Python's control flow construct is try/except not try/catch.Tom Lane2024-01-03
* Fix defects in PrepareForIncrementalBackup.Robert Haas2024-01-03
* Make Perl warnings fatal in newly added TAP testsPeter Eisentraut2024-01-03
* Reorganise jsonpath operators and methodsPeter Eisentraut2024-01-03
* Add numeric_int8_opt_error() to optionally suppress errorsPeter Eisentraut2024-01-03
* Refactor: separate function to find all objects depending on a columnPeter Eisentraut2024-01-03
* Fix some typosMichael Paquier2024-01-03
* Remove unnecessary PGDATABASE settings from TAP testsMichael Paquier2024-01-03
* Minor fixes for search path cache code.Tom Lane2024-01-02
* Remove Lock suffix from WALSummarizerLock in wait_event_names.txtRobert Haas2024-01-02
* jsonpath_exec: fix typo "absense" -> "absence"Robert Haas2024-01-02