summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
2025-03-03Add relallfrozen to pg_classMelanie Plageman
2025-03-03Allow parallel CREATE INDEX for GIN indexesTomas Vondra
2025-03-03Handle auxiliary processes in SQL functions of backend statisticsMichael Paquier
2025-03-01Set amcancrosscompare to true for hashPeter Eisentraut
2025-02-28Re-export NextCopyFromRawFields() to copy.h.Masahiko Sawada
2025-02-28Refactor COPY FROM to use format callback functions.Masahiko Sawada
2025-02-28Avoid including explain.h in explain_format.h and explain_dr.hRobert Haas
2025-02-28Fix missing space in EXPLAIN ANALYZE output.Robert Haas
2025-02-28Invent pgstat_fetch_stat_backend_by_pid()Michael Paquier
2025-02-27Refactor COPY TO to use format callback functions.Masahiko Sawada
2025-02-27Create explain_dr.c and move DestReceiver-related code there.Robert Haas
2025-02-27Create explain_format.c and move relevant code there.Robert Haas
2025-02-27EXPLAIN: Always use two fractional digits for row counts.Robert Haas
2025-02-27Generalize hash and ordering support in amapiPeter Eisentraut
2025-02-27Get rid of ojrelid local variable in remove_rel_from_query()Alexander Korotkov
2025-02-27Remove arbitrary cap on read_stream.c buffer queue.Thomas Munro
2025-02-27Fix the race condition in ReplicationSlotAcquire().Amit Kapila
2025-02-27Refactor code of pg_stat_get_wal() building result tupleMichael Paquier
2025-02-27Fix possible double-release of spinlock in procsignal.cMichael Paquier
2025-02-26Use attnum to identify index columns in pg_restore_attribute_stats().Tom Lane
2025-02-26Adding new PgStat_WalCounters structure in pgstat.hMichael Paquier
2025-02-26Remove pgstat_flush_wal()Michael Paquier