aboutsummaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAge
* Make derived clause lookup in EquivalenceClass more efficientAmit Langote2025-04-04
* Change SQL-language functions to use the plan cache.Tom Lane2025-04-02
* Introduce a SQL-callable function array_sort(anyarray).Tom Lane2025-04-01
* amcheck: Add gin_index_check() to verify GIN indexTomas Vondra2025-03-29
* amcheck: Move common routines into a separate moduleTomas Vondra2025-03-29
* Use streaming read I/O in heap amcheckMelanie Plageman2025-03-27
* aio: Add io_method=io_uringAndres Freund2025-03-26
* pg_overexplain: Additional EXPLAIN options for debugging.Robert Haas2025-03-26
* Introduce PG_MODULE_MAGIC_EXT macro.Tom Lane2025-03-26
* Detect and Log multiple_unique_conflicts type conflict.Amit Kapila2025-03-24
* meson: Flush stdout in testwrapAndres Freund2025-03-19
* aio: Add io_method=workerAndres Freund2025-03-18
* Make it possible for loadable modules to add EXPLAIN options.Robert Haas2025-03-18
* aio: Add core asynchronous I/O infrastructureAndres Freund2025-03-17
* aio: Basic subsystem initializationAndres Freund2025-03-17
* Apply more consistent style for command options in TAP testsMichael Paquier2025-03-17
* pg_noreturn to replace pg_attribute_noreturn()Peter Eisentraut2025-03-13
* Fix incorrect handling of subquery pullupRichard Guo2025-03-13
* Add connection establishment duration loggingMelanie Plageman2025-03-12
* Modularize log_connections outputMelanie Plageman2025-03-12
* Show index search count in EXPLAIN ANALYZE, take 2.Peter Geoghegan2025-03-11
* Compress TID lists when writing GIN tuples to diskTomas Vondra2025-03-04
* ci: Use a RAM disk for NetBSD and OpenBSD.Thomas Munro2025-03-04
* Allow parallel CREATE INDEX for GIN indexesTomas Vondra2025-03-03
* Refactor COPY FROM to use format callback functions.Masahiko Sawada2025-02-28
* Refactor COPY TO to use format callback functions.Masahiko Sawada2025-02-27
* Adding new PgStat_WalCounters structure in pgstat.hMichael Paquier2025-02-26
* Change _mdfd_segpath() to return paths by valueAndres Freund2025-02-25
* Change relpath() et al to return path by valueAndres Freund2025-02-25
* Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timingMichael Paquier2025-02-24
* Ignore blank lines in pgindent exclude filesAndrew Dunstan2025-02-20
* Add support for OAUTHBEARER SASL mechanismDaniel Gustafsson2025-02-20
* Transfer statistics during pg_upgrade.Jeff Davis2025-02-20
* Add ATAlterConstraint struct for ALTER .. CONSTRAINTÁlvaro Herrera2025-02-19
* Invalidate inactive replication slots.Amit Kapila2025-02-19
* Add PGErrorVerbosity to typedefs.listDaniel Gustafsson2025-02-18
* Implement Self-Join EliminationAlexander Korotkov2025-02-17
* ci: Collect core files on NetBSD and OpenBSDAndres Freund2025-02-12
* ci: Test NetBSD and OpenBSDAndres Freund2025-02-12
* Allow extension functions to participate in in-place updates.Tom Lane2025-02-11
* Implement new optimization rule for updates of expanded variables.Tom Lane2025-02-11
* Add test of various escape functionsAndres Freund2025-02-10
* Convert strategies to and from compare typesPeter Eisentraut2025-02-02
* Add script to keep .editorconfig in sync with .gitattributesPeter Eisentraut2025-02-01
* Change publication's publish_generated_columns option type to enum.Amit Kapila2025-01-23
* Run perltidyMichael Paquier2025-01-22
* Add PageData C typePeter Eisentraut2025-01-20
* Support Unicode full case mapping and conversion.Jeff Davis2025-01-17
* Add and use BitmapHeapScanDescData structMelanie Plageman2025-01-16
* Seek zone abbreviations in the IANA data before timezone_abbreviations.Tom Lane2025-01-16