users/c2main/postgres.git
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
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()
next