]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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
2024-12-20  David RowleyOptimize alignment calculations in tuple form/deform
2024-12-20  Heikki LinnakangasMark CatalogSnapshotData static
2024-12-20  Heikki LinnakangasFix variable reference in comment
2024-12-20  Melanie PlagemanFix overflow danger in SampleHeapTupleVisible(), take 2
2024-12-20  Thomas MunroFix corruption when relation truncation fails.
2024-12-20  David RowleyRemove pg_attribute.attcacheoff column
2024-12-20  Michael PaquierRelax regression test for fsync check of backend-level...
2024-12-20  David RowleyIntroduce CompactAttribute array in TupleDesc, take 2
2024-12-19  Melanie PlagemanRemove final mention of FREEZE_PAGE from comments
2024-12-19  Tom LaneGet rid of old version of BuildTupleHashTable().
2024-12-19  Tom LaneUse ExecGetCommonSlotOps infrastructure in more places.
2024-12-19  Tom LaneImprove planner's handling of SetOp plans.
2024-12-19  Tom LaneConvert SetOp to read its inputs as outerPlan and inner...
2024-12-19  Melanie PlagemanRemove extra prefetch iterator setup for Bitmap Table...
2024-12-19  Melanie PlagemanFix bitmap table scan crash on iterator release
2024-12-19  Peter GeogheganAvoid nbtree index scan SAOP scanBehind confusion.
2024-12-19  Peter Eisentrautbootstrap: pure parser and reentrant scanner
2024-12-19  Peter EisentrautSmall whitespace improvement
2024-12-19  Peter EisentrautPrevent redeclaration of typedef yyscan_t
2024-12-19  Michael PaquierAdd backend-level statistics to pgstats
2024-12-19  Michael PaquierExtract logic filling pg_stat_get_io()'s tuplestore...
2024-12-19  David RowleyOptimize grouping equality checks with virtual slots
2024-12-19  David RowleyFix Assert failure in WITH RECURSIVE UNION queries
2024-12-18  Melanie PlagemanRemove leftover mentions of XLOG_HEAP2_FREEZE_PAGE...
2024-12-18  Melanie PlagemanBitmap Table Scans use unified TBMIterator
2024-12-18  Melanie PlagemanAdd common interface for TBMIterators
2024-12-18  Melanie PlagemanFix overflow danger in SampleHeapTupleVisible()
2024-12-18  Melanie PlagemanMake rs_cindex and rs_ntuples unsigned
2024-12-18  Peter Eisentrautseg: pure parser and reentrant scanner
2024-12-18  Peter Eisentrautcube: pure parser and reentrant scanner
2024-12-18  Michael Paquierpsql: Add more information about service name
2024-12-18  Michael Paquierlibpq: Add service name to PGconn and PQservice()
2024-12-18  Tom LaneFix memory leak in pg_restore with zstd-compressed...
2024-12-17  David RowleyFix incorrect slot type in BuildTupleHashTableExt
2024-12-17  Nathan BossartAccommodate very large dshash tables.
2024-12-17  Tom LaneSkip useless calculation of join RTE column names durin...
2024-12-17  Melanie PlagemanCount pages set all-visible and all-frozen in VM during...
2024-12-17  Melanie PlagemanMake visibilitymap_set() return previous state of vmbits
2024-12-17  Melanie PlagemanRename LVRelState->frozen_pages
2024-12-17  Tom LaneSet max_safe_fds whenever we create shared memory and...
2024-12-17  Tom LaneSet the stack_base_ptr in main(), not in random other...
2024-12-17  Tomas VondraDetect version mismatch in brin_page_items
2024-12-17  Tomas VondraUpdate comments about index parallel builds
2024-12-17  Peter EisentrautRemove ts_locale.c's lowerstr()
2024-12-17  Peter EisentrautRemove ts_locale.c's t_isdigit(), t_isspace(), t_isprint()
2024-12-17  Richard GuoAvoid unnecessary wrapping for more complex expressions
2024-12-17  Amit KapilaDoc: Fix the wrong link on pg_createsubscriber page.
2024-12-17  Michael PaquierTweak some comments related to variable-numbered stats...
2024-12-17  Michael PaquierPrint out error position for some more DDLs
2024-12-17  Michael Paquierpg_combinebackup: Fix PITR comparison test in 002_compa...
2024-12-16  Tomas Vondradoc: Mention BRIN indexes support parallel builds
2024-12-16  Tomas Vondrapsql: Tab completion for JOIN ... USING column list
2024-12-16  Tomas Vondrapsql: Tab completion for JOIN ... ON/USING
2024-12-16  Tomas Vondrapsql: Tab completion for LATERAL joins
2024-12-16  Jeff DavisRefactor string case conversion into provider-specific...
2024-12-16  Tomas Vondrapsql: Tab completion for CREATE MATERIALIZED VIEW ...
2024-12-16  Tomas Vondrapsql: Tab completion for CREATE TEMP TABLE ... USING
2024-12-16  Tomas Vondrapsql: Tab completion for ALTER TYPE ... CASCADE/RESTRICT
2024-12-16  Tomas Vondrapsql: Tab completion for ALTER TYPE ... ADD ATTRIBUTE
2024-12-16  Heikki LinnakangasMake 009_twophase.pl test pass with recovery_min_apply_...
2024-12-16  Michael PaquierPrint out error position for CREATE DOMAIN
2024-12-16  Michael PaquierAdd some tests for encoding conversion in COPY TO/FROM
2024-12-15  Tom LaneDeclare a couple of variables inside not outside a...
2024-12-15  Tom Lanepgbench: fix misprocessing of some nested \if constructs.
2024-12-15  Fujii Masaodoc: Clarify old WAL files are kept until they are...
2024-12-14  Tom Lanecontrib/earthdistance: Use SQL-standard function bodies.
2024-12-14  Álvaro HerreraRefactor some SQL/JSON error messages
2024-12-14  Thomas MunroFix warnings about declaration of environ on MinGW.
2024-12-14  Thomas MunroRemove EXTENSION_DONT_CHECK_SIZE from md.c.
2024-12-14  John NaylorFix typo
2024-12-13  Tom LaneFix possible crash in pg_dump with identity sequences.
2024-12-13  Álvaro HerreraRewrite maybe_reread_subscription() comment
2024-12-13  Álvaro HerreraDump not-null constraints on inherited columns correctly
2024-12-12  Nathan BossartRevert "Don't truncate database and user names in start...
2024-12-12  Michael PaquierAdjust some comments about structure properties in...
2024-12-12  David RowleyDetect redundant GROUP BY columns using UNIQUE indexes
next