summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-09Use @extschema:name@ notation in contrib transform modules.Tom Lane
2025-01-09Simplify signature of RewriteTableÁlvaro Herrera
2025-01-09doc: Clarify synchronous_standby_names parameter.Fujii Masao
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-08pg_freespacemap: Fix declaration of pg_freespace(regclass)Michael Paquier
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-07Add passwordcheck.min_password_length.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-07Fix meson detection of a couple of 64 bit builtins.Thomas Munro
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-06doc: Clarify log level for VERBOSE messages in maintenance commands.Fujii Masao
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-05Remove useless configure checkPeter Eisentraut
2025-01-05meson: Fix missing name arguments of cc.compiles() callsPeter Eisentraut
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