summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-03-12pg_rewind: Add dbname to primary_conninfo when using --write-recovery-conf.Masahiko Sawada
2025-03-12Rename alloc/free functions in reorderbuffer.cHeikki Linnakangas
2025-03-12Remove count_one_bits() in acl.c.Nathan Bossart
2025-03-12Increase default effective_io_concurrency to 16Melanie Plageman
2025-03-12Handle interrupts while waiting on Append's async subplansHeikki Linnakangas
2025-03-12Build whole-row Vars the same way during parsing and planning.Tom Lane
2025-03-12Add connection establishment duration loggingMelanie Plageman
2025-03-12Modularize log_connections outputMelanie Plageman
2025-03-12Remove initialization from PendingBackendStatsMichael Paquier
2025-03-12Prepare for Python "Limited API" in PL/PythonPeter Eisentraut
2025-03-11Improve snapmgr.c commentHeikki Linnakangas
2025-03-11Assert that a snapshot is active or registered before it's usedHeikki Linnakangas
2025-03-11pg_logicalinspect: Fix possible crash when passing a directory path.Masahiko Sawada
2025-03-11Improve EXPLAIN's display of window functions.Tom Lane
2025-03-11nbtree: Make BTMaxItemSize into object-like macro.Peter Geoghegan
2025-03-11Show index search count in EXPLAIN ANALYZE, take 2.Peter Geoghegan
2025-03-11Update nls.mk for newly added filePeter Eisentraut
2025-03-11BRIN: be more strict about required support procsÁlvaro Herrera
2025-03-11Add special case fast-paths for strict functionsDaniel Gustafsson
2025-03-11Replace EEOP_DONE with special steps for return/no returnDaniel Gustafsson
2025-03-11Move RemoveInheritedConstraint() call slightly earlierPeter Eisentraut
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-10tests: Make postmaster/002_connection_limits deal verbose logsAndres Freund
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-10Fix incorrect #endif commentDavid Rowley
2025-03-09Fix incorrect assertion in libpqwalreceiverHeikki Linnakangas
2025-03-09Fix test name and username used in failed connection attemptsHeikki Linnakangas
2025-03-09Don't try to parallelize array_agg() on an anonymous record type.Tom Lane
2025-03-08Don't convert to and from floats in pg_dump.Jeff Davis
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-08Use stricter ordering in regression test query for pg_stat_ioMichael Paquier
2025-03-08Add regression test listing all the possible tuples in pg_stat_ioMichael Paquier
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-07Assert that wrapper_handler()'s argument is within expected range.Nathan Bossart
2025-03-07Include column name in build_attrmap_by_position's error reports.Tom Lane
2025-03-07tests: Don't fail due to high default timeout in postmaster/003_start_stopAndres Freund
2025-03-07tests: Fix race condition in postmaster/002_connection_limitsAndres Freund
2025-03-07Improve possible performance regressionPeter Eisentraut
2025-03-07Rename amcancrosscomparePeter Eisentraut