summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2025-01-13Reorder vacuum GUCs in postgresql.conf.sample to match docsMelanie Plageman
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-11Add support for NOT ENFORCED in CHECK constraintsPeter Eisentraut
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-10Fix missing ldapscheme option in pg_hba_file_rules()Daniel Gustafsson
2025-01-10Fix obsolete nbtree README left link remarks.Peter Geoghegan
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-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-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-07Use PqMsg_* macros in postgres.c.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-06flex code modernization: Replace YY_EXTRA_TYPE define with flex optionPeter Eisentraut
2025-01-06Get rid of radix tree's general purpose memory contextJohn 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-30Fix memory leak in pgoutput with relation attribute mapMichael 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