aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* plpgsql: pure parser and reentrant scannerPeter Eisentraut2025-01-08
* Remove useless function declarationPeter Eisentraut2025-01-08
* pg_freespacemap: Fix declaration of pg_freespace(regclass)Michael Paquier2025-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
* Add missing typedefs.list entry for AggStatePerGroupData.Jeff Davis2025-01-07
* Use PqMsg_* macros in postgres.c.Nathan Bossart2025-01-07
* Add passwordcheck.min_password_length.Nathan Bossart2025-01-07
* Lower default value of autovacuum_worker_slots in initdb as needed.Nathan Bossart2025-01-07
* Fix error message wordingÁlvaro Herrera2025-01-07
* Fix meson detection of a couple of 64 bit builtins.Thomas Munro2025-01-08
* 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
* Remove duplicate definitions in proc.hHeikki Linnakangas2025-01-06
* flex code modernization: Replace YY_EXTRA_TYPE define with flex optionPeter Eisentraut2025-01-06
* doc: Clarify log level for VERBOSE messages in maintenance commands.Fujii Masao2025-01-06
* Always use the caller-provided context for radix tree leavesJohn Naylor2025-01-06
* Get rid of radix tree's general purpose memory contextJohn Naylor2025-01-06
* Use caller's memory context for radix tree iteration stateJohn Naylor2025-01-06
* Remove useless configure checkPeter Eisentraut2025-01-05
* meson: Fix missing name arguments of cc.compiles() callsPeter Eisentraut2025-01-05
* 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
* Update obsolete reference to plpgsql's gram.y file.Tom Lane2024-12-30
* injection_points: Tweak variable-numbered stats to work with pending dataMichael Paquier2024-12-30
* Fix memory leak in pgoutput with relation attribute mapMichael Paquier2024-12-30
* Remove redundant wording in pg_statistic.hMichael 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
* contrib/pageinspect: Use SQL-standard function bodies.Tom Lane2024-12-29
* contrib/xml2: Use SQL-standard function bodies.Tom Lane2024-12-29
* contrib/citext: Use SQL-standard function bodies.Tom Lane2024-12-29
* 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
* plpgsql: Rename a variable for clarityPeter Eisentraut2024-12-26
* Fix typo in comment of compute_return_type() in functioncmds.cMichael Paquier2024-12-26
* meson: Export all libcommon functions in Windows buildsHeikki Linnakangas2024-12-25