summaryrefslogtreecommitdiff
path: root/src/tools/pgindent
AgeCommit message (Expand)Author
2025-10-30Fix some confusing uses of constPeter Eisentraut
2025-10-29Use C11 char16_t and char32_t for Unicode code points.Jeff Davis
2025-10-29Reorganize GUC structsPeter Eisentraut
2025-10-27Remove Item typePeter Eisentraut
2025-10-23Introduce "REFRESH SEQUENCES" for subscriptions.Amit Kapila
2025-10-23pg_rewind: Extend code detecting relation files to work with WAL filesMichael Paquier
2025-10-16Align the data block sizes of pg_dump's various compression modes.Tom Lane
2025-10-16Refactor logical worker synchronization code into a separate file.Amit Kapila
2025-10-09Add "ALL SEQUENCES" support to publications.Amit Kapila
2025-10-08Implement Eager AggregationRichard Guo
2025-09-27Refactor to avoid code duplication in transformPLAssignStmt.Tom Lane
2025-09-26Split vacuumdb to create vacuuming.c/hÁlvaro Herrera
2025-09-23Keep track of what RTIs a Result node is scanning.Robert Haas
2025-09-15Change fmgr.h typedefs to use original namesPeter Eisentraut
2025-09-15Remove hbaPort typePeter Eisentraut
2025-08-21PL/Python: Refactor for event trigger supportPeter Eisentraut
2025-08-19Pathify RHS unique-ification for semijoin planningRichard Guo
2025-07-31Rename CachedPlanType to PlannedStmtOrigin for PlannedStmtMichael Paquier
2025-07-25Create infrastructure to reliably prevent leakage of PGresults.Tom Lane
2025-07-24Introduce field tracking cached plan type in PlannedStmtMichael Paquier
2025-07-23Preserve conflict-relevant data during logical replication.Amit Kapila
2025-07-22Reduce "Var IS [NOT] NULL" quals during constant foldingRichard Guo
2025-07-12aio: Regularize IO worker internal naming.Thomas Munro
2025-07-08aio: Combine io_uring memory mappings, if supportedAndres Freund
2025-07-03Add cross-type comparisons to contrib/btree_gin.Tom Lane
2025-07-03Refactor subtype field of AlterDomainStmtMichael Paquier
2025-07-03Support multi-line headers in COPY FROM command.Fujii Masao
2025-07-02Add 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