summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-03-04Make FP_LOCK_SLOTS_PER_BACKEND look like a functionTomas Vondra
2025-03-04Add regression tests for pg_stat_progress_copy.tuples_skipped.Fujii Masao
2025-03-04Fix outdated commentHeikki Linnakangas
2025-03-04doc: Expand version compatibility for pg_basebackup featuresDaniel Gustafsson
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-04ecpg: Add TAP test for the ecpg command.Fujii Masao
2025-03-04Split pgstat_bestart() into three different routinesMichael Paquier
2025-03-04Add more assertions in palloc0() and palloc_extended()Michael Paquier
2025-03-03doc: Convert UUID functions list to table format.Masahiko Sawada
2025-03-03Allow => syntax for named cursor arguments in plpgsql.Tom Lane
2025-03-03ci: Use a RAM disk for NetBSD and OpenBSD.Thomas Munro
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-02postgres_fdw: Extend postgres_fdw_get_connections to return remote backend PID.Fujii Masao
2025-03-02Use PRI*64 instead of "ll*" in format strings (minimal trial)Peter Eisentraut
2025-03-01Fix pg_strtof() to not crash on NULL endptr.Tom Lane
2025-03-01Set amcancrosscompare to true for hashPeter Eisentraut
2025-03-01Work around OAuth/EVFILT_TIMER quirk on NetBSD.Thomas Munro
2025-02-28Re-export NextCopyFromRawFields() to copy.h.Masahiko Sawada
2025-02-28Adjust auto_explain's GUC descriptions.Nathan Bossart
2025-02-28Tweak regex to avoid a bug in Perl 5.16.3.Tom Lane
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-28Adjust pg_dump tag for relation stats.Jeff Davis
2025-02-28Invent pgstat_fetch_stat_backend_by_pid()Michael Paquier
2025-02-28pg_upgrade: Fix inconsistency in memory freeingMichael 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-27Avoid unnecessary computation of pgbench's script line number.Tom Lane
2025-02-27Get rid of O(N^2) script-parsing overhead in pgbench.Tom Lane
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-27pg_amcheck: Fix inconsistency in memory freeingMichael Paquier
2025-02-27Fix the race condition in ReplicationSlotAcquire().Amit Kapila
2025-02-27Doc: Additional clarification for -d option of pg_createsubscriber.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-26Remove stray diff introduced by a5cbdeb98a.Jeff Davis
2025-02-26Use attnum to identify index columns in pg_restore_attribute_stats().Tom Lane