summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
2025-02-26Improve FATAL message for invalid TLI history at recoveryMichael Paquier
2025-02-26Re-add GUC track_wal_io_timingMichael Paquier
2025-02-26Remove redundant pg_set_*_stats() variants.Jeff Davis
2025-02-25Change _mdfd_segpath() to return paths by valueAndres Freund
2025-02-25Change relpath() et al to return path by valueAndres Freund
2025-02-25Eliminate code duplication in replace_rte_variables callbacksRichard Guo
2025-02-25Expand virtual generated columns in the plannerRichard Guo
2025-02-25Doc: Fix pg_copy_logical_replication_slot description.Amit Kapila
2025-02-25Do not use in-place updates for statistics import.Jeff Davis
2025-02-25Fix bug in cbc127917 to handle nested Append correctlyAmit Langote
2025-02-24Fix assertion when decoding XLOG_PARAMETER_CHANGE on promoted primary.Masahiko Sawada
2025-02-24Delay extraction of TIDBitmap per page offsetsMelanie Plageman
2025-02-24Add lossy indicator to TBMIterateResultMelanie Plageman
2025-02-24Fix confusion about data type of pg_class.relpages and relallvisible.Tom Lane
2025-02-24Add static asserts for MAX_BACKENDS limiting factorsAndres Freund
2025-02-24Base LWLock limits directly on MAX_BACKENDSAndres Freund
2025-02-24Move MAX_BACKENDS to procnumber.hAndres Freund