aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input.Tom Lane2025-03-13
* ATExecSetRelOptions: Reduce scope of 'isnull' variableÁlvaro Herrera2025-03-13
* Make lwlocknames.h generated file less uglyÁlvaro Herrera2025-03-13
* Add reverse(bytea).Nathan Bossart2025-03-13
* Fix copy-and-paste mistake in error messagePeter Eisentraut2025-03-13
* pg_noreturn to replace pg_attribute_noreturn()Peter Eisentraut2025-03-13
* Fix incorrect handling of subquery pullupRichard Guo2025-03-13
* Remove code setting wrap_non_vars to true for UNION ALL subqueriesRichard Guo2025-03-13
* Refactor convert_case() to prepare for optimizations.Jeff Davis2025-03-12
* Avoid invalidating all RelationSyncCache entries on publication rename.Amit Kapila2025-03-13
* Fix read_stream.c for changing io_combine_limit.Thomas Munro2025-03-13
* Fix copy-paste error in datum_to_jsonb_internal()Amit Langote2025-03-13
* pg_rewind: Add dbname to primary_conninfo when using --write-recovery-conf.Masahiko Sawada2025-03-12
* Rename alloc/free functions in reorderbuffer.cHeikki Linnakangas2025-03-12
* Remove count_one_bits() in acl.c.Nathan Bossart2025-03-12
* Increase default effective_io_concurrency to 16Melanie Plageman2025-03-12
* Handle interrupts while waiting on Append's async subplansHeikki Linnakangas2025-03-12
* Build whole-row Vars the same way during parsing and planning.Tom Lane2025-03-12
* Add connection establishment duration loggingMelanie Plageman2025-03-12
* Modularize log_connections outputMelanie Plageman2025-03-12
* Remove initialization from PendingBackendStatsMichael Paquier2025-03-12
* Prepare for Python "Limited API" in PL/PythonPeter Eisentraut2025-03-12
* Improve snapmgr.c commentHeikki Linnakangas2025-03-11
* Assert that a snapshot is active or registered before it's usedHeikki Linnakangas2025-03-11
* pg_logicalinspect: Fix possible crash when passing a directory path.Masahiko Sawada2025-03-11
* Improve EXPLAIN's display of window functions.Tom Lane2025-03-11
* nbtree: Make BTMaxItemSize into object-like macro.Peter Geoghegan2025-03-11
* Show index search count in EXPLAIN ANALYZE, take 2.Peter Geoghegan2025-03-11
* Update nls.mk for newly added filePeter Eisentraut2025-03-11
* BRIN: be more strict about required support procsÁlvaro Herrera2025-03-11
* Add special case fast-paths for strict functionsDaniel Gustafsson2025-03-11
* Replace EEOP_DONE with special steps for return/no returnDaniel Gustafsson2025-03-11
* Move RemoveInheritedConstraint() call slightly earlierPeter Eisentraut2025-03-11
* refactor: Split tryAttachPartitionForeignKey()Peter Eisentraut2025-03-11
* refactor: re-add ATExecAlterChildConstr()Peter Eisentraut2025-03-11
* Add WAL data to backend statisticsMichael Paquier2025-03-11
* tests: Make postmaster/002_connection_limits deal verbose logsAndres Freund2025-03-10
* CREATE INDEX: do update index stats if autovacuum=off.Tom Lane2025-03-10
* Fix a few more redundant calls of GetLatestSnapshot()Heikki Linnakangas2025-03-10
* Fix snapshot used in logical replication index lookupHeikki Linnakangas2025-03-10
* Use extended stats for precise estimation of bucket size in hash joinAlexander Korotkov2025-03-10
* Teach Append to consider tuple_fraction when accumulating subpaths.Alexander Korotkov2025-03-10
* Remove support for temporal RESTRICT foreign keysPeter Eisentraut2025-03-10
* Fix incorrect #endif commentDavid Rowley2025-03-10
* Fix incorrect assertion in libpqwalreceiverHeikki Linnakangas2025-03-09
* Fix test name and username used in failed connection attemptsHeikki Linnakangas2025-03-09
* Don't try to parallelize array_agg() on an anonymous record type.Tom Lane2025-03-09
* Don't convert to and from floats in pg_dump.Jeff Davis2025-03-08
* Clear errno before calling strtol() in spell.c.Tom Lane2025-03-08
* Make parallel nbtree index scans use an LWLock.Peter Geoghegan2025-03-08