aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Increase default effective_io_concurrency to 16Melanie Plageman2025-03-12
* Handle interrupts while waiting on Append's async subplansHeikki Linnakangas2025-03-12
* Build whole-row Vars the same way during parsing and planning.Tom Lane2025-03-12
* Add connection establishment duration loggingMelanie Plageman2025-03-12
* Modularize log_connections outputMelanie Plageman2025-03-12
* Remove initialization from PendingBackendStatsMichael Paquier2025-03-12
* Improve snapmgr.c commentHeikki Linnakangas2025-03-11
* Assert that a snapshot is active or registered before it's usedHeikki Linnakangas2025-03-11
* pg_logicalinspect: Fix possible crash when passing a directory path.Masahiko Sawada2025-03-11
* Improve EXPLAIN's display of window functions.Tom Lane2025-03-11
* nbtree: Make BTMaxItemSize into object-like macro.Peter Geoghegan2025-03-11
* Show index search count in EXPLAIN ANALYZE, take 2.Peter Geoghegan2025-03-11
* BRIN: be more strict about required support procsÁlvaro Herrera2025-03-11
* Add special case fast-paths for strict functionsDaniel Gustafsson2025-03-11
* Replace EEOP_DONE with special steps for return/no returnDaniel Gustafsson2025-03-11
* Move RemoveInheritedConstraint() call slightly earlierPeter Eisentraut2025-03-11
* refactor: Split tryAttachPartitionForeignKey()Peter Eisentraut2025-03-11
* refactor: re-add ATExecAlterChildConstr()Peter Eisentraut2025-03-11
* Add WAL data to backend statisticsMichael Paquier2025-03-11
* CREATE INDEX: do update index stats if autovacuum=off.Tom Lane2025-03-10
* Fix a few more redundant calls of GetLatestSnapshot()Heikki Linnakangas2025-03-10
* Fix snapshot used in logical replication index lookupHeikki Linnakangas2025-03-10
* Use extended stats for precise estimation of bucket size in hash joinAlexander Korotkov2025-03-10
* Teach Append to consider tuple_fraction when accumulating subpaths.Alexander Korotkov2025-03-10
* Remove support for temporal RESTRICT foreign keysPeter Eisentraut2025-03-10
* Fix incorrect assertion in libpqwalreceiverHeikki Linnakangas2025-03-09
* Don't try to parallelize array_agg() on an anonymous record type.Tom Lane2025-03-09
* Clear errno before calling strtol() in spell.c.Tom Lane2025-03-08
* Make parallel nbtree index scans use an LWLock.Peter Geoghegan2025-03-08
* Make amcanorder independent of amconsistentorderingPeter Eisentraut2025-03-08
* Fix typoPeter Eisentraut2025-03-08
* Improve check for detection of pending data in backend statisticsMichael Paquier2025-03-08
* nbtree: refine _bt_readnextpage contract comments.Peter Geoghegan2025-03-07
* Include column name in build_attrmap_by_position's error reports.Tom Lane2025-03-07
* Improve possible performance regressionPeter Eisentraut2025-03-07
* Rename amcancrosscomparePeter Eisentraut2025-03-07
* Allow casting between bytea and integer types.Dean Rasheed2025-03-07
* CREATE INDEX: don't update table stats if autovacuum=off.Jeff Davis2025-03-06
* Fix some performance issues in GIN query startup.Tom Lane2025-03-06
* Avoid invalidating all RelationSyncCache entries on publication change.Amit Kapila2025-03-06
* Address stats import review comments.Jeff Davis2025-03-05
* Add more monitoring data for WAL writes in the WAL receiverMichael Paquier2025-03-06
* Split WaitEventSet functions to separate source fileHeikki Linnakangas2025-03-06
* Use ModifyWaitEvent to update exit_on_postmaster_deathHeikki Linnakangas2025-03-06
* Remove unused ShutdownLatchSupport() functionHeikki Linnakangas2025-03-05
* Revert "Show index search count in EXPLAIN ANALYZE."Peter Geoghegan2025-03-05
* Allow json{b}_strip_nulls to remove null array elementsAndrew Dunstan2025-03-05
* Show index search count in EXPLAIN ANALYZE.Peter Geoghegan2025-03-05
* Rename some signal and interrupt handling functions for consistencyHeikki Linnakangas2025-03-05
* Add ALTER TABLE ... ALTER CONSTRAINT ... SET [NO] INHERITÁlvaro Herrera2025-03-05