summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-01-07Remove unnecessary code to handle CONSTR_NOTNULLÁlvaro Herrera
2025-01-07Improve nbtree unsatisfiable RowCompare detection.Peter Geoghegan
2025-01-07nbtree: Simplify _bt_first parallel scan handling.Peter Geoghegan
2025-01-07Remove unused parameter in lookup_var_attr_statsRichard Guo
2025-01-06Allow changing autovacuum_max_workers without restarting.Nathan Bossart
2025-01-06Remove duplicate definitions in proc.hHeikki Linnakangas
2025-01-06flex code modernization: Replace YY_EXTRA_TYPE define with flex optionPeter Eisentraut
2025-01-06Always use the caller-provided context for radix tree leavesJohn Naylor
2025-01-06Get rid of radix tree's general purpose memory contextJohn Naylor
2025-01-06Use caller's memory context for radix tree iteration stateJohn Naylor
2025-01-03Document strange jsonb sort order for empty top level arraysAndrew Dunstan
2025-01-02Ignore nullingrels when looking up statisticsRichard Guo
2025-01-02Fix outdated CHUNKHDRSZ value in nodeAgg.cDavid Rowley
2025-01-01Fix an assortment of spelling mistakes and typosDavid Rowley
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-30Update obsolete reference to plpgsql's gram.y file.Tom Lane
2024-12-30injection_points: Tweak variable-numbered stats to work with pending dataMichael Paquier
2024-12-30Fix memory leak in pgoutput with relation attribute mapMichael Paquier
2024-12-30Remove redundant wording in pg_statistic.hMichael Paquier
2024-12-30Fix failures with incorrect epoch handling for 2PC files at recoveryMichael Paquier
2024-12-29Fix handling of orphaned 2PC files in the future at recoveryMichael Paquier
2024-12-29Fix overly large values/nulls arraysDavid Rowley
2024-12-28Replace PGPROC.isBackgroundWorker with isRegularBackend.Tom Lane
2024-12-28Exclude parallel workers from connection privilege/limit checks.Tom Lane
2024-12-28Reserve a PGPROC slot and semaphore for the slotsync worker process.Tom Lane
2024-12-28In REASSIGN OWNED of a database, lock the tuple as mandated.Noah Misch
2024-12-27Speedup tuple deformation with additional function inliningDavid Rowley
2024-12-27Improve handling of date_trunc() units for infinite input valuesMichael Paquier
2024-12-26Remove unused totalrows parameter in compute_expr_statsDavid Rowley
2024-12-26plpgsql: Rename a variable for clarityPeter Eisentraut
2024-12-26Fix typo in comment of compute_return_type() in functioncmds.cMichael Paquier
2024-12-25meson: Export all libcommon functions in Windows buildsHeikki Linnakangas
2024-12-25Partial pgindent of .l and .y filesPeter Eisentraut
2024-12-25meson: Export all libcommon functions in Windows buildsHeikki Linnakangas
2024-12-25guc: reentrant scannerPeter Eisentraut
2024-12-24jsonpath scanner: reentrant scannerPeter Eisentraut
2024-12-24Fix nbtree symbol name comment reference.Peter Geoghegan
2024-12-24syncrep parser: pure parser and reentrant scannerPeter Eisentraut
2024-12-24replication parser: pure parser and reentrant scannerPeter Eisentraut
2024-12-24Remove pgrminclude and associated scriptsPeter Eisentraut
2024-12-24Remove pgrminclude annotationsPeter Eisentraut
2024-12-24Fix race condition in TupleDescCompactAttr assert codeDavid Rowley
2024-12-23Try to avoid semaphore-related test failures on NetBSD/OpenBSD.Tom Lane
2024-12-23Reset btpo_cycleid in nbtree VACUUM's REDO routine.Peter Geoghegan
2024-12-23Don't allow GetTransactionSnapshot() in logical decodingHeikki Linnakangas
2024-12-23Remove unnecessary GetTransactionSnapshot() callsHeikki Linnakangas
2024-12-23Fix incorrect source filename referencesDavid Rowley
2024-12-23Fix some comments related to library unloadingMichael Paquier
2024-12-21Update TransactionXmin when MyProc->xmin is updatedHeikki Linnakangas
2024-12-20Optimize alignment calculations in tuple form/deformDavid Rowley