summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-01-09Simplify signature of RewriteTableÁlvaro Herrera
2025-01-09Fix SLRU bank selection codeÁlvaro Herrera
2025-01-09Fix off_t overflow in pg_basebackup on Windows.Thomas Munro
2025-01-09Provide 64-bit ftruncate() and lseek() on Windows.Thomas Munro
2025-01-08Fix duplicate typedef from commit a2f17f004d.Jeff Davis
2025-01-08Control collation behavior with a method table.Jeff Davis
2025-01-08Move code for collation version into provider-specific files.Jeff Davis
2025-01-08Disallow NAMEDTUPLESTORE RTEs in stored views, rules, etc.Tom Lane
2025-01-08Set exit status for pgindent if pg_bsd_indent failsAndrew Dunstan
2025-01-08plpgsql: pure parser and reentrant scannerPeter Eisentraut
2025-01-08Remove useless function declarationPeter Eisentraut
2025-01-07ExecInitAgg: update aggstate->numaggs and ->numtrans earlier.Jeff Davis
2025-01-07nodeSetOp.c: missing additionalsize for BuildTupleHashTable().Jeff Davis
2025-01-07Remove unused TupleHashTableData->entrysize.Jeff Davis
2025-01-07Add missing typedefs.list entry for AggStatePerGroupData.Jeff Davis
2025-01-07Use PqMsg_* macros in postgres.c.Nathan Bossart
2025-01-07Lower default value of autovacuum_worker_slots in initdb as needed.Nathan Bossart
2025-01-07Fix error message wordingÁlvaro Herrera
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