]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2024-01-14  Peter Eisentrautdoc: Update catalog documentation for attstattarget...
2024-01-14  Peter EisentrautRemove useless Assert
2024-01-13  Peter EisentrautEscape output of pg_amcheck test
2024-01-13  Tom LaneAdd previous commit to .git-blame-ignore-revs.
2024-01-13  Tom LaneRe-pgindent catcache.c after previous commit.
2024-01-13  Tom LaneCope with catcache entries becoming stale during detoas...
2024-01-13  Peter EisentrautMake attstattarget nullable
2024-01-13  Jeff DavisFix memory leak in connection string validation.
2024-01-12  Alvaro HerreraAdd empty placeholder LINGUAS file for pg_walsummary
2024-01-12  Jeff DavisRe-validate connection string in libpqrcv_connect().
2024-01-12  Peter EisentrautRefactor ATExecAddColumn() to use BuildDescForRelation()
2024-01-12  Robert HaasFix typo.
2024-01-12  Alvaro HerreraAdded literal tag for RETURNING
2024-01-12  Michael PaquierFix pg_walsummary's .gitignore
2024-01-12  Michael PaquierRefactor code checking for file existence
2024-01-11  Michael PaquierRework how logirep launchers are stopped during pg_upgrade
2024-01-11  Peter EisentrautFix some inconsistent whitespace in Perl file
2024-01-11  Peter EisentrautFix incorrect format placeholder
2024-01-11  Jeff DavisCleanup for unicode-update build target and test.
2024-01-11  Tom LaneAllow subquery pullup to wrap a PlaceHolderVar in anoth...
2024-01-11  Robert HaasTry to fix pg_walsummary buildfarm failures.
2024-01-11  Robert HaasRemove hastup from LVPagePruneState.
2024-01-11  Robert HaasReindent after commit d9ef650fca7bc574586f4171cd929cfd5...
2024-01-11  Robert HaasRepair various defects in dc212340058b4e7ecfc5a7a81ec50...
2024-01-11  Robert HaasAdd new pg_walsummary tool.
2024-01-11  Robert HaasAdd new function pg_get_wal_summarizer_state().
2024-01-11  Magnus HaganderClarify which xml tools are missing in meson error...
2024-01-11  Magnus HaganderFix omission in partitioning limitation documentation
2024-01-11  Amit KapilaFix an intermetant BF failure in 003_logical_slots.
2024-01-11  John NaylorUpdate documentation of default fdw_tuple_cost
2024-01-11  Michael Paquierpg_regress: Disable autoruns for cmd.exe on Windows
2024-01-10  Tom LaneRestore initdb's old behavior of always setting the...
2024-01-10  Tom LaneAllow noise semicolons ending psql \sf, \ef, \sv, ...
2024-01-10  Tom LaneFix Asserts in calc_non_nestloop_required_outer().
2024-01-10  Tom LaneHandle WindowClause.runCondition in tree walker/mutator...
2024-01-10  Bruce Momjiandoc: clarify who owns the initdb-created cluster,...
2024-01-10  Magnus HaganderShow the default checkpoint method in the pg_basebackup...
2024-01-10  Michael Paquierpg_ctl: Disable autoruns for cmd.exe on Windows
2024-01-09  Robert HaasDocument WAL summarization information functions.
2024-01-09  Nathan BossartFix documentation for wal_summary_keep_time.
2024-01-09  Nathan BossartCross-check lists of predefined LWLocks.
2024-01-09  Joe ConwayAdd new function, PQchangePassword(), to libpq
2024-01-09  Tatsuo IshiiDoc: fix character_sets view.
2024-01-09  Alexander KorotkovAn addition to 8c441c08279
2024-01-09  Alexander KorotkovForbid SJE with result relation
2024-01-08  Alexander KorotkovFix misuse of RelOptInfo.unique_for_rels cache by SJE
2024-01-08  Noah MischMake dblink interruptible, via new libpqsrv APIs.
2024-01-08  Noah MischRemove excess #include "utils/wait_event.h".
2024-01-08  Noah MischFix missing word in comment.
2024-01-08  Alexander KorotkovFix indentation in ExecParallelHashIncreaseNumBatches()
2024-01-08  Tom LaneAllow examine_simple_variable() to work on INSERT RETUR...
2024-01-08  Alexander KorotkovStrengthen tests for 5ef34a8fc3
2024-01-07  Tom LaneFix integer-overflow problem in intarray's g_int_decomp...
2024-01-07  Alexander KorotkovFix oversized memory allocation in Parallel Hash Join
2024-01-06  Alexander KorotkovFix the issue that SJE mistakenly omits qual clauses
2024-01-05  Tom LaneClean up some edge cases in plpgsql's %TYPE parsing.
2024-01-05  Andrew DunstanAdd copyright notices to a few perl scripts that don...
2024-01-05  Michael PaquierFix corruption of local buffer state during extend...
2024-01-04  Tom LaneTeach estimate_array_length() to use statistics where...
2024-01-04  Nathan BossartAdd macros for looping through a List without a ListCell.
2024-01-04  Tom LaneIn plpgsql, allow %TYPE and %ROWTYPE to be followed...
2024-01-04  Peter EisentrautALTER TABLE command to change generation expression
2024-01-04  David RowleyFix use of incorrect TupleTableSlot in DISTINCT aggregates
2024-01-04  Amit KapilaTrack conflict_reason in pg_replication_slots.
2024-01-04  Bruce MomjianUpdate copyright for 2024
2024-01-03  Michael Paquierdoc: fix typo "vertexes" -> "vertices"
2024-01-03  Tom LaneAvoid masking EOF (no-password-supplied) conditions...
2024-01-03  Peter EisentrautSecond attempt at organizing jsonpath operators and...
2024-01-03  Peter EisentrautRevert "Reorganise jsonpath operators and methods"
2024-01-03  Tom LaneDoc: Python's control flow construct is try/except...
2024-01-03  Robert HaasFix defects in PrepareForIncrementalBackup.
2024-01-03  Peter EisentrautMake Perl warnings fatal in newly added TAP tests
2024-01-03  Peter EisentrautReorganise jsonpath operators and methods
2024-01-03  Peter EisentrautAdd numeric_int8_opt_error() to optionally suppress...
2024-01-03  Peter EisentrautRefactor: separate function to find all objects dependi...
2024-01-03  Michael PaquierFix some typos
2024-01-03  Michael PaquierRemove unnecessary PGDATABASE settings from TAP tests
2024-01-02  Tom LaneMinor fixes for search path cache code.
2024-01-02  Robert HaasRemove Lock suffix from WALSummarizerLock in wait_event...
2024-01-02  Robert Haasjsonpath_exec: fix typo "absense" -> "absence"
2024-01-02  Robert Haaslibpq: fix typo "occurences" -> "occurrences" in tests
2024-01-02  Robert Haasgist: fix typo "split(t)ed" -> "split"
2024-01-02  Robert Haastsquery: fix typo "rewrited" -> "rewritten"
2024-01-02  Robert HaasFix typos in comments and in one isolation test.
2024-01-02  Robert HaasAdd WALSummarizerLock to wait_event_names.txt
2024-01-02  Peter EisentrautFix typos in simplehash.h
2024-01-02  Alexander KorotkovReplace the relid in some missing fields during SJE
2024-01-02  Amit KapilaAllow upgrades to preserve the full subscription's...
2024-01-01  Peter EisentrautTurn AT_PASS_* macros into an enum
2023-12-31  Peter EisentrautRevert "pg_stat_statements: Add coverage for entry_deal...
2023-12-31  Michael PaquierExclude files generated by generate-wait_event_types...
2023-12-30  Tomas VondraFix parallel BRIN builds with synchronized scans
2023-12-30  Tomas VondraMinor cleanup of the BRIN parallel build code
2023-12-30  Heikki LinnakangasDon't send "cannot connect" errors on invalid startup...
2023-12-30  Peter Eisentrautpg_stat_statements: Add TAP test for testing restarts
2023-12-30  Peter Eisentrautpg_stat_statements: Add coverage for entry_dealloc()
2023-12-30  Peter EisentrautAdd GUC backtrace_on_internal_error
2023-12-29  Peter EisentrautFollow-up fixes for "Make all Perl warnings fatal"
2023-12-29  Jeff DavisFix collate.windows.win1252 test.
2023-12-29  Peter EisentrautMake all Perl warnings fatal
next