summaryrefslogtreecommitdiff
path: root/src/tools/pgindent
AgeCommit message (Expand)Author
5 daysaio: Regularize IO worker internal naming.Thomas Munro
9 daysaio: Combine io_uring memory mappings, if supportedAndres Freund
13 daysAdd cross-type comparisons to contrib/btree_gin.Tom Lane
13 daysRefactor subtype field of AlterDomainStmtMichael Paquier
14 daysSupport multi-line headers in COPY FROM command.Fujii Masao
14 daysAdd InjectionPointList() to retrieve list of injection pointsMichael Paquier
2025-07-02Add GetNamedDSA() and GetNamedDSHash().Nathan Bossart
2025-07-01Show sizes of FETCH queries as constants in pg_stat_statementsMichael Paquier
2025-07-01Control ctype behavior internally with a method table.Jeff Davis
2025-06-15Sync typedefs.list with the buildfarm.Tom Lane
2025-05-23Revert function to get memory context stats for processesDaniel Gustafsson
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