aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
...
* Fix redefinition of type in commit e0ece2a981.Jeff Davis2025-01-10
* TupleHashTable: store additional data along with tuple.Jeff Davis2025-01-10
* Make verify_compact_attribute available in non-assert buildsDavid Rowley2025-01-11
* Fix missing ldapscheme option in pg_hba_file_rules()Daniel Gustafsson2025-01-10
* Fix obsolete nbtree README left link remarks.Peter Geoghegan2025-01-10
* postmaster: Rename some shutdown related PMState phase namesAndres Freund2025-01-10
* postmaster: Make btmask_add() variadicAndres Freund2025-01-10
* postmaster: Introduce variadic btmask_all_except()Andres Freund2025-01-10
* postmaster: Improve logging of signals sent by postmasterAndres Freund2025-01-10
* postmaster: Update pmState via a wrapper functionAndres Freund2025-01-10
* Adjust signature of cluster_rel() and its subroutinesÁlvaro Herrera2025-01-10
* Fix UNION planner datatype issueDavid Rowley2025-01-10
* Merge pgstat_count_io_op_n() and pgstat_count_io_op()Michael Paquier2025-01-10
* Refactor some code related to backend statisticsMichael Paquier2025-01-10
* Fix an ALTER GROUP ... DROP USER error message.Nathan Bossart2025-01-09
* Simplify signature of RewriteTableÁlvaro Herrera2025-01-09
* Fix SLRU bank selection codeÁlvaro Herrera2025-01-09
* Control collation behavior with a method table.Jeff Davis2025-01-08
* Move code for collation version into provider-specific files.Jeff Davis2025-01-08
* Disallow NAMEDTUPLESTORE RTEs in stored views, rules, etc.Tom Lane2025-01-08
* ExecInitAgg: update aggstate->numaggs and ->numtrans earlier.Jeff Davis2025-01-07
* nodeSetOp.c: missing additionalsize for BuildTupleHashTable().Jeff Davis2025-01-07
* Remove unused TupleHashTableData->entrysize.Jeff Davis2025-01-07
* Use PqMsg_* macros in postgres.c.Nathan Bossart2025-01-07
* Fix error message wordingÁlvaro Herrera2025-01-07
* Remove unnecessary code to handle CONSTR_NOTNULLÁlvaro Herrera2025-01-07
* Improve nbtree unsatisfiable RowCompare detection.Peter Geoghegan2025-01-07
* nbtree: Simplify _bt_first parallel scan handling.Peter Geoghegan2025-01-07
* Remove unused parameter in lookup_var_attr_statsRichard Guo2025-01-07
* Allow changing autovacuum_max_workers without restarting.Nathan Bossart2025-01-06
* flex code modernization: Replace YY_EXTRA_TYPE define with flex optionPeter Eisentraut2025-01-06
* Get rid of radix tree's general purpose memory contextJohn Naylor2025-01-06
* Document strange jsonb sort order for empty top level arraysAndrew Dunstan2025-01-03
* Ignore nullingrels when looking up statisticsRichard Guo2025-01-02
* Fix outdated CHUNKHDRSZ value in nodeAgg.cDavid Rowley2025-01-02
* Fix an assortment of spelling mistakes and typosDavid Rowley2025-01-02
* Update copyright for 2025Bruce Momjian2025-01-01
* Fix memory leak in pgoutput with relation attribute mapMichael Paquier2024-12-30
* Fix failures with incorrect epoch handling for 2PC files at recoveryMichael Paquier2024-12-30
* Fix handling of orphaned 2PC files in the future at recoveryMichael Paquier2024-12-30
* Fix overly large values/nulls arraysDavid Rowley2024-12-29
* Replace PGPROC.isBackgroundWorker with isRegularBackend.Tom Lane2024-12-28
* Exclude parallel workers from connection privilege/limit checks.Tom Lane2024-12-28
* Reserve a PGPROC slot and semaphore for the slotsync worker process.Tom Lane2024-12-28
* In REASSIGN OWNED of a database, lock the tuple as mandated.Noah Misch2024-12-28
* Speedup tuple deformation with additional function inliningDavid Rowley2024-12-28
* Improve handling of date_trunc() units for infinite input valuesMichael Paquier2024-12-27
* Remove unused totalrows parameter in compute_expr_statsDavid Rowley2024-12-27
* Fix typo in comment of compute_return_type() in functioncmds.cMichael Paquier2024-12-26
* Partial pgindent of .l and .y filesPeter Eisentraut2024-12-25