aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Replace PGPROC.isBackgroundWorker with isRegularBackend.Tom Lane2024-12-28
* Exclude parallel workers from connection privilege/limit checks.Tom Lane2024-12-28
* Reserve a PGPROC slot and semaphore for the slotsync worker process.Tom Lane2024-12-28
* In REASSIGN OWNED of a database, lock the tuple as mandated.Noah Misch2024-12-28
* Speedup tuple deformation with additional function inliningDavid Rowley2024-12-28
* Improve handling of date_trunc() units for infinite input valuesMichael Paquier2024-12-27
* Remove unused totalrows parameter in compute_expr_statsDavid Rowley2024-12-27
* plpgsql: Rename a variable for clarityPeter Eisentraut2024-12-26
* Fix typo in comment of compute_return_type() in functioncmds.cMichael Paquier2024-12-26
* meson: Export all libcommon functions in Windows buildsHeikki Linnakangas2024-12-25
* Add commit 301de6a6f60 to .git-blame-ignore-revs.Peter Eisentraut2024-12-25
* Partial pgindent of .l and .y filesPeter Eisentraut2024-12-25
* meson: Export all libcommon functions in Windows buildsHeikki Linnakangas2024-12-25
* guc: reentrant scannerPeter Eisentraut2024-12-25
* jsonpath scanner: reentrant scannerPeter Eisentraut2024-12-24
* Fix nbtree symbol name comment reference.Peter Geoghegan2024-12-24
* syncrep parser: pure parser and reentrant scannerPeter Eisentraut2024-12-24
* replication parser: pure parser and reentrant scannerPeter Eisentraut2024-12-24
* Remove pgrminclude and associated scriptsPeter Eisentraut2024-12-24
* Remove pgrminclude annotationsPeter Eisentraut2024-12-24
* Fix race condition in TupleDescCompactAttr assert codeDavid Rowley2024-12-24
* Try to avoid semaphore-related test failures on NetBSD/OpenBSD.Tom Lane2024-12-23
* Reset btpo_cycleid in nbtree VACUUM's REDO routine.Peter Geoghegan2024-12-23
* postgres_fdw: re-issue cancel requests a few times if necessary.Tom Lane2024-12-23
* Don't allow GetTransactionSnapshot() in logical decodingHeikki Linnakangas2024-12-23
* Remove unnecessary GetTransactionSnapshot() callsHeikki Linnakangas2024-12-23
* Fix incorrect source filename referencesDavid Rowley2024-12-23
* Fix some comments related to library unloadingMichael Paquier2024-12-23
* Update TransactionXmin when MyProc->xmin is updatedHeikki Linnakangas2024-12-21
* Optimize alignment calculations in tuple form/deformDavid Rowley2024-12-21
* Mark CatalogSnapshotData staticHeikki Linnakangas2024-12-20
* Fix variable reference in commentHeikki Linnakangas2024-12-20
* Fix overflow danger in SampleHeapTupleVisible(), take 2Melanie Plageman2024-12-20
* Fix corruption when relation truncation fails.Thomas Munro2024-12-20
* Remove pg_attribute.attcacheoff columnDavid Rowley2024-12-20
* Relax regression test for fsync check of backend-level statsMichael Paquier2024-12-20
* Introduce CompactAttribute array in TupleDesc, take 2David Rowley2024-12-20
* Remove final mention of FREEZE_PAGE from commentsMelanie Plageman2024-12-19
* Get rid of old version of BuildTupleHashTable().Tom Lane2024-12-19
* Use ExecGetCommonSlotOps infrastructure in more places.Tom Lane2024-12-19
* Improve planner's handling of SetOp plans.Tom Lane2024-12-19
* Convert SetOp to read its inputs as outerPlan and innerPlan.Tom Lane2024-12-19
* Remove extra prefetch iterator setup for Bitmap Table ScanMelanie Plageman2024-12-19
* Fix bitmap table scan crash on iterator releaseMelanie Plageman2024-12-19
* Avoid nbtree index scan SAOP scanBehind confusion.Peter Geoghegan2024-12-19
* bootstrap: pure parser and reentrant scannerPeter Eisentraut2024-12-19
* Small whitespace improvementPeter Eisentraut2024-12-19
* Prevent redeclaration of typedef yyscan_tPeter Eisentraut2024-12-19
* Add backend-level statistics to pgstatsMichael Paquier2024-12-19
* Extract logic filling pg_stat_get_io()'s tuplestore into its own routineMichael Paquier2024-12-19