]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2025-01-11  Peter EisentrautAdd support for NOT ENFORCED in CHECK constraints
2025-01-11  Tatsuo IshiiFix a compiler warning in initStringInfo().
2025-01-11  Jeff DavisFix redefinition of type in commit e0ece2a981.
2025-01-11  Jeff DavisTupleHashTable: store additional data along with tuple.
2025-01-11  David RowleyMake verify_compact_attribute available in non-assert...
2025-01-10  Tatsuo IshiiAdd new StringInfo APIs to allow callers to specify...
2025-01-10  Melanie PlagemanConsolidate docs for vacuum-related GUCs in new subsection
2025-01-10  Daniel GustafssonFix missing ldapscheme option in pg_hba_file_rules()
2025-01-10  Peter GeogheganFix obsolete nbtree README left link remarks.
2025-01-10  Nathan BossartUse a non-locking initial test in TAS_SPIN on AArch64.
2025-01-10  Andres Freundpostmaster: Rename some shutdown related PMState phase...
2025-01-10  Andres Freundpostmaster: Make btmask_add() variadic
2025-01-10  Andres Freundpostmaster: Introduce variadic btmask_all_except()
2025-01-10  Andres Freundpostmaster: Improve logging of signals sent by postmaster
2025-01-10  Andres Freundpostmaster: Update pmState via a wrapper function
2025-01-10  Álvaro HerreraAdjust signature of cluster_rel() and its subroutines
2025-01-10  David RowleyFix UNION planner datatype issue
2025-01-10  Michael PaquierMerge pgstat_count_io_op_n() and pgstat_count_io_op()
2025-01-10  Michael PaquierRefactor some code related to backend statistics
2025-01-09  Nathan BossartFix an ALTER GROUP ... DROP USER error message.
2025-01-09  Tom LaneUse @extschema:name@ notation in contrib transform...
2025-01-09  Álvaro HerreraSimplify signature of RewriteTable
2025-01-09  Fujii Masaodoc: Clarify synchronous_standby_names parameter.
2025-01-09  Álvaro HerreraFix SLRU bank selection code
2025-01-09  Thomas MunroFix off_t overflow in pg_basebackup on Windows.
2025-01-09  Thomas MunroProvide 64-bit ftruncate() and lseek() on Windows.
2025-01-08  Jeff DavisFix duplicate typedef from commit a2f17f004d.
2025-01-08  Jeff DavisControl collation behavior with a method table.
2025-01-08  Jeff DavisMove code for collation version into provider-specific...
2025-01-08  Tom LaneDisallow NAMEDTUPLESTORE RTEs in stored views, rules...
2025-01-08  Andrew DunstanSet exit status for pgindent if pg_bsd_indent fails
2025-01-08  Peter Eisentrautplpgsql: pure parser and reentrant scanner
2025-01-08  Peter EisentrautRemove useless function declaration
2025-01-08  Michael Paquierpg_freespacemap: Fix declaration of pg_freespace(regclass)
2025-01-07  Jeff DavisExecInitAgg: update aggstate->numaggs and ->numtrans...
2025-01-07  Jeff DavisnodeSetOp.c: missing additionalsize for BuildTupleHashT...
2025-01-07  Jeff DavisRemove unused TupleHashTableData->entrysize.
2025-01-07  Jeff DavisAdd missing typedefs.list entry for AggStatePerGroupData.
2025-01-07  Nathan BossartUse PqMsg_* macros in postgres.c.
2025-01-07  Nathan BossartAdd passwordcheck.min_password_length.
2025-01-07  Nathan BossartLower default value of autovacuum_worker_slots in initd...
2025-01-07  Álvaro HerreraFix error message wording
2025-01-07  Thomas MunroFix meson detection of a couple of 64 bit builtins.
2025-01-07  Álvaro HerreraRemove unnecessary code to handle CONSTR_NOTNULL
2025-01-07  Peter GeogheganImprove nbtree unsatisfiable RowCompare detection.
2025-01-07  Peter Geoghegannbtree: Simplify _bt_first parallel scan handling.
2025-01-07  Richard GuoRemove unused parameter in lookup_var_attr_stats
2025-01-06  Nathan BossartAllow changing autovacuum_max_workers without restarting.
2025-01-06  Heikki LinnakangasRemove duplicate definitions in proc.h
2025-01-06  Peter Eisentrautflex code modernization: Replace YY_EXTRA_TYPE define...
2025-01-06  Fujii Masaodoc: Clarify log level for VERBOSE messages in maintena...
2025-01-06  John NaylorAlways use the caller-provided context for radix tree...
2025-01-06  John NaylorGet rid of radix tree's general purpose memory context
2025-01-06  John NaylorUse caller's memory context for radix tree iteration...
2025-01-05  Peter EisentrautRemove useless configure check
2025-01-05  Peter Eisentrautmeson: Fix missing name arguments of cc.compiles()...
2025-01-03  Andrew DunstanDocument strange jsonb sort order for empty top level...
2025-01-02  Richard GuoIgnore nullingrels when looking up statistics
2025-01-02  David RowleyFix outdated CHUNKHDRSZ value in nodeAgg.c
2025-01-01  David RowleyFix an assortment of spelling mistakes and typos
2025-01-01  Bruce MomjianUpdate copyright for 2025
2024-12-30  Tom LaneUpdate obsolete reference to plpgsql's gram.y file.
2024-12-30  Michael Paquierinjection_points: Tweak variable-numbered stats to...
2024-12-30  Michael PaquierFix memory leak in pgoutput with relation attribute map
2024-12-30  Michael PaquierRemove redundant wording in pg_statistic.h
2024-12-30  Michael PaquierFix failures with incorrect epoch handling for 2PC...
2024-12-29  Michael PaquierFix handling of orphaned 2PC files in the future at...
2024-12-29  Tom Lanecontrib/pageinspect: Use SQL-standard function bodies.
2024-12-29  Tom Lanecontrib/xml2: Use SQL-standard function bodies.
2024-12-29  Tom Lanecontrib/citext: Use SQL-standard function bodies.
2024-12-29  David RowleyFix overly large values/nulls arrays
2024-12-28  Tom LaneReplace PGPROC.isBackgroundWorker with isRegularBackend.
2024-12-28  Tom LaneExclude parallel workers from connection privilege...
2024-12-28  Tom LaneReserve a PGPROC slot and semaphore for the slotsync...
2024-12-28  Noah MischIn REASSIGN OWNED of a database, lock the tuple as...
2024-12-27  David RowleySpeedup tuple deformation with additional function...
2024-12-27  Michael PaquierImprove handling of date_trunc() units for infinite...
2024-12-26  David RowleyRemove unused totalrows parameter in compute_expr_stats
2024-12-26  Peter Eisentrautplpgsql: Rename a variable for clarity
2024-12-26  Michael PaquierFix typo in comment of compute_return_type() in functio...
2024-12-25  Heikki Linnakangasmeson: Export all libcommon functions in Windows builds
2024-12-25  Peter EisentrautAdd commit 301de6a6f60 to .git-blame-ignore-revs.
2024-12-25  Peter EisentrautPartial pgindent of .l and .y files
2024-12-25  Heikki Linnakangasmeson: Export all libcommon functions in Windows builds
2024-12-25  Peter Eisentrautguc: reentrant scanner
2024-12-24  Peter Eisentrautjsonpath scanner: reentrant scanner
2024-12-24  Peter GeogheganFix nbtree symbol name comment reference.
2024-12-24  Peter Eisentrautsyncrep parser: pure parser and reentrant scanner
2024-12-24  Peter Eisentrautreplication parser: pure parser and reentrant scanner
2024-12-24  Peter EisentrautRemove pgrminclude and associated scripts
2024-12-24  Peter EisentrautRemove pgrminclude annotations
2024-12-24  David RowleyFix race condition in TupleDescCompactAttr assert code
2024-12-23  Tom LaneTry to avoid semaphore-related test failures on NetBSD...
2024-12-23  Peter GeogheganReset btpo_cycleid in nbtree VACUUM's REDO routine.
2024-12-23  Tom Lanepostgres_fdw: re-issue cancel requests a few times...
2024-12-23  Heikki LinnakangasDon't allow GetTransactionSnapshot() in logical decoding
2024-12-23  Heikki LinnakangasRemove unnecessary GetTransactionSnapshot() calls
2024-12-23  David RowleyFix incorrect source filename references
2024-12-23  Michael PaquierFix some comments related to library unloading
2024-12-21  Heikki LinnakangasUpdate TransactionXmin when MyProc->xmin is updated
next