summaryrefslogtreecommitdiff
path: root/src/tools/pgindent
AgeCommit message (Expand)Author
2025-05-07Refactor ChangeVarNodesExtended() using the custom callbackAlexander Korotkov
2025-05-03Revert "Refactor ChangeVarNodesExtended() using the custom callback"Alexander Korotkov
2025-05-03Refactor ChangeVarNodesExtended() using the custom callbackAlexander Korotkov
2025-04-16pg_restore cleanupsAndrew Dunstan
2025-04-08Introduce file_copy_method setting.Thomas Munro
2025-04-08Add function to get memory context stats for processesDaniel Gustafsson
2025-04-08Speedup child EquivalenceMember lookup in plannerDavid Rowley
2025-04-07Add pg_buffercache_numa view with NUMA node infoTomas Vondra
2025-04-06Fix memory leaks in px_crypt_shacrypt().Tom Lane
2025-04-06Relax ordering-related hardcoded btree requirements in planningPeter Eisentraut
2025-04-04add new list type simple_oid_string_list to fe-utils/simple_listAndrew Dunstan
2025-04-04Use streaming read I/O in autoprewarmMelanie Plageman
2025-04-04Add nbtree skip scan optimization.Peter Geoghegan
2025-04-04Make derived clause lookup in EquivalenceClass more efficientAmit Langote
2025-04-02Change SQL-language functions to use the plan cache.Tom Lane
2025-04-01Introduce a SQL-callable function array_sort(anyarray).Tom Lane
2025-03-29amcheck: Add gin_index_check() to verify GIN indexTomas Vondra
2025-03-29amcheck: Move common routines into a separate moduleTomas Vondra
2025-03-27Use streaming read I/O in heap amcheckMelanie Plageman
2025-03-26aio: Add io_method=io_uringAndres Freund
2025-03-26pg_overexplain: Additional EXPLAIN options for debugging.Robert Haas
2025-03-26Introduce PG_MODULE_MAGIC_EXT macro.Tom Lane
2025-03-24Detect and Log multiple_unique_conflicts type conflict.Amit Kapila
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-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-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-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