]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2024-01-18  Michael PaquierImprove handling of dropped partitioned indexes for...
2024-01-18  Michael PaquierAdd try_index_open(), conditional variant of index_open()
2024-01-18  Michael Paquierseg: Add test "security" in meson.build
2024-01-17  Alexander KorotkovRemove the flaky check in event_trigger_login regressio...
2024-01-17  Alexander KorotkovFix spelling in notice
2024-01-17  Heikki LinnakangasFix incorrect comment on how BackendStatusArray is...
2024-01-17  Daniel GustafssonClose socket in case of errors in setting non-blocking
2024-01-17  Michael PaquierFix description of DecodeInsert() in decode.c
2024-01-17  Michael PaquierRemove some comments related to pqPipelineSync() and...
2024-01-17  Michael PaquierAdd support for parsing of large XML data (>= 10MB)
2024-01-16  Michael Paquierxml2: Replace deprecated routines with recommended...
2024-01-16  Alexander KorotkovFix format specifier for NOTICE in copyfrom.c
2024-01-16  Alexander KorotkovAdd new COPY option SAVE_ERROR_TO
2024-01-16  David RowleyFix REALLOCATE_BITMAPSETS code
2024-01-16  Robert HaasBe more consistent about whether to update the FSM...
2024-01-16  Peter EisentrautSupport identity columns in partitioned tables
2024-01-16  Daniel GustafssonDecorate WITH with literal markup tags
2024-01-16  Heikki LinnakangasAdd missing PGDLLIMPORT markings
2024-01-16  Alvaro Herrerastruct XmlTableRoutine: use C99 designated initializers
2024-01-16  Alvaro HerreraDon't test already-referenced pointer for nullness
2024-01-16  Peter Eisentrautdoc: Add Identity Column section under Data Definition...
2024-01-16  Peter EisentrautAssert that partition inherits from only one parent...
2024-01-16  Peter Eisentrautdoc: Decorate PostgreSQL with productname tag
2024-01-16  Michael Paquierlibpq: Add PQsendPipelineSync()
2024-01-16  Michael PaquierFix a typo and some doc indentation related to libpq...
2024-01-15  Robert HaasFix typos.
2024-01-15  Alexander KorotkovFix 'negative bitmapset member' error
2024-01-15  Alvaro HerreraAvoid useless ReplicationOriginExitCleanup locking
2024-01-15  Michael PaquierReduce dependency to money data type in main regression...
2024-01-14  Tom LanePrevent access to an unpinned buffer in BEFORE ROW...
2024-01-14  Peter Eisentrautpg_dump: Remove obsolete trigger support
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"
next