summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2025-03-11refactor: Split tryAttachPartitionForeignKey()Peter Eisentraut
2025-03-11refactor: re-add ATExecAlterChildConstr()Peter Eisentraut
2025-03-11Add WAL data to backend statisticsMichael Paquier
2025-03-10CREATE INDEX: do update index stats if autovacuum=off.Tom Lane
2025-03-10Fix a few more redundant calls of GetLatestSnapshot()Heikki Linnakangas
2025-03-10Fix snapshot used in logical replication index lookupHeikki Linnakangas
2025-03-10Use extended stats for precise estimation of bucket size in hash joinAlexander Korotkov
2025-03-10Teach Append to consider tuple_fraction when accumulating subpaths.Alexander Korotkov
2025-03-10Remove support for temporal RESTRICT foreign keysPeter Eisentraut
2025-03-09Fix incorrect assertion in libpqwalreceiverHeikki Linnakangas
2025-03-09Don't try to parallelize array_agg() on an anonymous record type.Tom Lane
2025-03-08Clear errno before calling strtol() in spell.c.Tom Lane
2025-03-08Make parallel nbtree index scans use an LWLock.Peter Geoghegan
2025-03-08Make amcanorder independent of amconsistentorderingPeter Eisentraut
2025-03-08Fix typoPeter Eisentraut
2025-03-08Improve check for detection of pending data in backend statisticsMichael Paquier
2025-03-07nbtree: refine _bt_readnextpage contract comments.Peter Geoghegan
2025-03-07Include column name in build_attrmap_by_position's error reports.Tom Lane
2025-03-07Improve possible performance regressionPeter Eisentraut
2025-03-07Rename amcancrosscomparePeter Eisentraut
2025-03-07Allow casting between bytea and integer types.Dean Rasheed
2025-03-07CREATE INDEX: don't update table stats if autovacuum=off.Jeff Davis
2025-03-06Fix some performance issues in GIN query startup.Tom Lane
2025-03-06Avoid invalidating all RelationSyncCache entries on publication change.Amit Kapila
2025-03-06Address stats import review comments.Jeff Davis
2025-03-06Add more monitoring data for WAL writes in the WAL receiverMichael Paquier
2025-03-05Split WaitEventSet functions to separate source fileHeikki Linnakangas
2025-03-05Use ModifyWaitEvent to update exit_on_postmaster_deathHeikki Linnakangas
2025-03-05Remove unused ShutdownLatchSupport() functionHeikki Linnakangas
2025-03-05Revert "Show index search count in EXPLAIN ANALYZE."Peter Geoghegan
2025-03-05Allow json{b}_strip_nulls to remove null array elementsAndrew Dunstan
2025-03-05Show index search count in EXPLAIN ANALYZE.Peter Geoghegan
2025-03-05Rename some signal and interrupt handling functions for consistencyHeikki Linnakangas
2025-03-05Add ALTER TABLE ... ALTER CONSTRAINT ... SET [NO] INHERITÁlvaro Herrera
2025-03-05Fix some gaps in pg_stat_io with WAL receiver and WAL summarizerMichael Paquier
2025-03-04Enforce memory limit during parallel GIN buildsTomas Vondra
2025-03-04Fix ALTER TABLE error messageÁlvaro Herrera
2025-03-04Refactor Copy{From|To}GetRoutine() to use pass-by-reference argument.Masahiko Sawada
2025-03-04Compress TID lists when writing GIN tuples to diskTomas Vondra
2025-03-04Make FP_LOCK_SLOTS_PER_BACKEND look like a functionTomas Vondra
2025-03-04Fix outdated commentHeikki Linnakangas
2025-03-04Fix accidental use of = instead of ==Peter Eisentraut
2025-03-04Fix ALTER TABLE ADD VIRTUAL GENERATED COLUMN when table rewritePeter Eisentraut
2025-03-04Avoid NullTest deduction for clone clausesRichard Guo
2025-03-04Split pgstat_bestart() into three different routinesMichael Paquier
2025-03-04Add more assertions in palloc0() and palloc_extended()Michael Paquier
2025-03-03Trigger more frequent autovacuums with relallfrozenMelanie Plageman
2025-03-03Simplify some logic around setting pg_attribute.atthasdef.Tom Lane
2025-03-03Remove now-dead code in StoreAttrDefault().Tom Lane
2025-03-03Fix broken handling of domains in atthasmissing logic.Tom Lane