summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-01-13Reorder vacuum GUCs in postgresql.conf.sample to match docsMelanie Plageman
2025-01-13Add BTOPTIONS_PROC comments to nbtree.h.Peter Geoghegan
2025-01-13Move nbtree preprocessing into new .c file.Peter Geoghegan
2025-01-13Fix pgindent damageRichard Guo
2025-01-12Fix HBA option countDaniel Gustafsson
2025-01-12Fix JsonExpr deparsing to quote variable names in the PASSING clause.Dean Rasheed
2025-01-12Fix XMLTABLE() deparsing to quote namespace names if necessary.Dean Rasheed
2025-01-11Repair memory leaks in plpython.Tom Lane
2025-01-11Add support for NOT ENFORCED in CHECK constraintsPeter Eisentraut
2025-01-11Fix a compiler warning in initStringInfo().Tatsuo Ishii
2025-01-11Fix redefinition of type in commit e0ece2a981.Jeff Davis
2025-01-11TupleHashTable: store additional data along with tuple.Jeff Davis
2025-01-11Make verify_compact_attribute available in non-assert buildsDavid Rowley
2025-01-10Add new StringInfo APIs to allow callers to specify the buffer size.Tatsuo Ishii
2025-01-10Fix missing ldapscheme option in pg_hba_file_rules()Daniel Gustafsson
2025-01-10Fix obsolete nbtree README left link remarks.Peter Geoghegan
2025-01-10Use a non-locking initial test in TAS_SPIN on AArch64.Nathan Bossart
2025-01-10postmaster: Rename some shutdown related PMState phase namesAndres Freund
2025-01-10postmaster: Make btmask_add() variadicAndres Freund
2025-01-10postmaster: Introduce variadic btmask_all_except()Andres Freund
2025-01-10postmaster: Improve logging of signals sent by postmasterAndres Freund
2025-01-10postmaster: Update pmState via a wrapper functionAndres Freund
2025-01-10Adjust signature of cluster_rel() and its subroutinesÁlvaro Herrera
2025-01-10Fix UNION planner datatype issueDavid Rowley
2025-01-10Merge pgstat_count_io_op_n() and pgstat_count_io_op()Michael Paquier
2025-01-10Refactor some code related to backend statisticsMichael Paquier
2025-01-09Fix an ALTER GROUP ... DROP USER error message.Nathan Bossart
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