aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* pg_noreturn to replace pg_attribute_noreturn()Peter Eisentraut2025-03-13
* Avoid invalidating all RelationSyncCache entries on publication rename.Amit Kapila2025-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
* Increase default effective_io_concurrency to 16Melanie Plageman2025-03-12
* Add connection establishment duration loggingMelanie Plageman2025-03-12
* Modularize log_connections outputMelanie Plageman2025-03-12
* 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
* Add special case fast-paths for strict functionsDaniel Gustafsson2025-03-11
* Replace EEOP_DONE with special steps for return/no returnDaniel Gustafsson2025-03-11
* Add WAL data to backend statisticsMichael Paquier2025-03-11
* Use extended stats for precise estimation of bucket size in hash joinAlexander Korotkov2025-03-10
* Fix incorrect #endif commentDavid Rowley2025-03-10
* Make parallel nbtree index scans use an LWLock.Peter Geoghegan2025-03-08
* Rename amcancrosscomparePeter Eisentraut2025-03-07
* Allow casting between bytea and integer types.Dean Rasheed2025-03-07
* Fix compiler warnings about typedef redefinitionsHeikki Linnakangas2025-03-06
* Split WaitEventSet functions to separate source fileHeikki Linnakangas2025-03-06
* Remove unused ShutdownLatchSupport() functionHeikki Linnakangas2025-03-05
* Revert "Show index search count in EXPLAIN ANALYZE."Peter Geoghegan2025-03-05
* Allow json{b}_strip_nulls to remove null array elementsAndrew Dunstan2025-03-05
* Show index search count in EXPLAIN ANALYZE.Peter Geoghegan2025-03-05
* Rename some signal and interrupt handling functions for consistencyHeikki Linnakangas2025-03-05
* Add ALTER TABLE ... ALTER CONSTRAINT ... SET [NO] INHERITÁlvaro Herrera2025-03-05
* Make FP_LOCK_SLOTS_PER_BACKEND look like a functionTomas Vondra2025-03-04
* Split pgstat_bestart() into three different routinesMichael Paquier2025-03-04
* Remove now-dead code in StoreAttrDefault().Tom Lane2025-03-03
* Fix broken handling of domains in atthasmissing logic.Tom Lane2025-03-03
* Add relallfrozen to pg_classMelanie Plageman2025-03-03
* Allow parallel CREATE INDEX for GIN indexesTomas Vondra2025-03-03
* Re-export NextCopyFromRawFields() to copy.h.Masahiko Sawada2025-02-28
* Refactor COPY FROM to use format callback functions.Masahiko Sawada2025-02-28
* Avoid including explain.h in explain_format.h and explain_dr.hRobert Haas2025-02-28
* Invent pgstat_fetch_stat_backend_by_pid()Michael Paquier2025-02-28
* Refactor COPY TO to use format callback functions.Masahiko Sawada2025-02-27
* Create explain_dr.c and move DestReceiver-related code there.Robert Haas2025-02-27
* Create explain_format.c and move relevant code there.Robert Haas2025-02-27
* Generalize hash and ordering support in amapiPeter Eisentraut2025-02-27
* Get rid of O(N^2) script-parsing overhead in pgbench.Tom Lane2025-02-27
* Remove stray diff introduced by a5cbdeb98a.Jeff Davis2025-02-26
* Adding new PgStat_WalCounters structure in pgstat.hMichael Paquier2025-02-26
* Remove pgstat_flush_wal()Michael Paquier2025-02-26
* Re-add GUC track_wal_io_timingMichael Paquier2025-02-26
* Remove redundant pg_set_*_stats() variants.Jeff Davis2025-02-25
* Change relpath() et al to return path by valueAndres Freund2025-02-25
* Eliminate code duplication in replace_rte_variables callbacksRichard Guo2025-02-25
* Expand virtual generated columns in the plannerRichard Guo2025-02-25