summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2025-03-18aio: Add io_method=workerAndres Freund
2025-03-18Make it possible for loadable modules to add EXPLAIN options.Robert Haas
2025-03-17aio: Add core asynchronous I/O infrastructureAndres Freund
2025-03-17aio: Basic subsystem initializationAndres Freund
2025-03-17Apply more consistent style for command options in TAP testsMichael Paquier
2025-03-13pg_noreturn to replace pg_attribute_noreturn()Peter Eisentraut
2025-03-13Fix incorrect handling of subquery pullupRichard Guo
2025-03-12Add connection establishment duration loggingMelanie Plageman
2025-03-12Modularize log_connections outputMelanie Plageman
2025-03-11Show index search count in EXPLAIN ANALYZE, take 2.Peter Geoghegan
2025-03-04Compress TID lists when writing GIN tuples to diskTomas Vondra
2025-03-03ci: Use a RAM disk for NetBSD and OpenBSD.Thomas Munro
2025-03-03Allow parallel CREATE INDEX for GIN indexesTomas Vondra
2025-02-28Refactor COPY FROM to use format callback functions.Masahiko Sawada
2025-02-27Refactor COPY TO to use format callback functions.Masahiko Sawada
2025-02-26Adding new PgStat_WalCounters structure in pgstat.hMichael Paquier
2025-02-25Change _mdfd_segpath() to return paths by valueAndres Freund
2025-02-25Change relpath() et al to return path by valueAndres Freund
2025-02-24Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timingMichael Paquier
2025-02-20Ignore blank lines in pgindent exclude filesAndrew Dunstan
2025-02-20Add support for OAUTHBEARER SASL mechanismDaniel Gustafsson
2025-02-20Transfer statistics during pg_upgrade.Jeff Davis
2025-02-19Add ATAlterConstraint struct for ALTER .. CONSTRAINTÁlvaro Herrera
2025-02-19Invalidate inactive replication slots.Amit Kapila
2025-02-18Add PGErrorVerbosity to typedefs.listDaniel Gustafsson
2025-02-17Implement Self-Join EliminationAlexander Korotkov
2025-02-12ci: Collect core files on NetBSD and OpenBSDAndres Freund
2025-02-12ci: Test NetBSD and OpenBSDAndres Freund
2025-02-11Allow extension functions to participate in in-place updates.Tom Lane
2025-02-11Implement new optimization rule for updates of expanded variables.Tom Lane
2025-02-10Add test of various escape functionsAndres Freund
2025-02-02Convert strategies to and from compare typesPeter Eisentraut
2025-02-01Add script to keep .editorconfig in sync with .gitattributesPeter Eisentraut
2025-01-23Change publication's publish_generated_columns option type to enum.Amit Kapila
2025-01-22Run perltidyMichael Paquier
2025-01-20Add PageData C typePeter Eisentraut
2025-01-17Support Unicode full case mapping and conversion.Jeff Davis
2025-01-16Add and use BitmapHeapScanDescData structMelanie Plageman
2025-01-16Seek zone abbreviations in the IANA data before timezone_abbreviations.Tom Lane
2025-01-16Add OLD/NEW support to RETURNING in DML queries.Dean Rasheed
2025-01-15Add a bit of documentation related to IWYUPeter Eisentraut
2025-01-15Drop warning-free support for Flex 2.5.35Peter Eisentraut
2025-01-15Rename RowCompareType to CompareTypePeter Eisentraut
2025-01-14Fix catcache invalidation of a list entry that's being builtHeikki Linnakangas
2025-01-10Refactor some code related to backend statisticsMichael Paquier
2025-01-08Set exit status for pgindent if pg_bsd_indent failsAndrew Dunstan
2025-01-07Add missing typedefs.list entry for AggStatePerGroupData.Jeff Davis
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-24Remove pgrminclude and associated scriptsPeter Eisentraut
2024-12-20Introduce CompactAttribute array in TupleDesc, take 2David Rowley