summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2025-02-26Revert "Prepare for Python "Limited API" in PL/Python"Peter Eisentraut
2025-02-26Fix a typo in 005_char_signedness.pl test.Masahiko Sawada
2025-02-26Prepare for Python "Limited API" in PL/PythonPeter Eisentraut
2025-02-26Adding new PgStat_WalCounters structure in pgstat.hMichael Paquier
2025-02-26Remove pgstat_flush_wal()Michael Paquier
2025-02-26Add two-phase option in pg_createsubscriber.Amit Kapila
2025-02-26Improve FATAL message for invalid TLI history at recoveryMichael Paquier
2025-02-26pg_dump: prepare attribute stats query.Jeff Davis
2025-02-26Avoid unnecessary relation stats query in pg_dump.Jeff Davis
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