summaryrefslogtreecommitdiff
path: root/src/tools/pgindent
AgeCommit message (Expand)Author
2023-09-13Fix exception safety bug in typcache.c.Thomas Munro
2023-08-23Cache by-reference missing values in a long lived contextAndrew Dunstan
2021-10-24Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.Noah Misch
2021-09-29Fix WAL replay in presence of an incomplete recordAlvaro Herrera
2020-12-08backpatch "jit: Add support for LLVM 12."Andres Freund
2019-09-19Improve handling of NULLs in KNN-GiST and KNN-SP-GiSTAlexander Korotkov
2018-07-16Add subtransaction handling for table synchronization workers.Robert Haas
2018-06-30Update typedefs listAndrew Dunstan
2018-06-11Add a script to detect perl compile time errors and warningsAndrew Dunstan
2018-05-27Don't fall off the end of perl functionsAndrew Dunstan
2018-05-27Don't force a blank line before comments in perl codeAndrew Dunstan
2018-05-09Restrict vertical tightness to parentheses in Perl codeAndrew Dunstan
2018-04-27perltidy: Add option --nooutdent-long-commentsPeter Eisentraut
2018-04-27perltidy: Add option --nooutdent-long-quotesPeter Eisentraut
2018-04-27perltidy: Don't write backup filesPeter Eisentraut
2018-04-26Preliminary work for pgindent run.Tom Lane
2018-04-25Reindent Perl files with perltidy version 20170521.Tom Lane
2018-04-25Change pgindent/README to specify that we use perltidy version 20170521.Tom Lane
2018-04-12Revert MERGE patchSimon Riggs
2018-04-08Replace our traditional initial-catalog-data format with a better design.Tom Lane
2018-04-03MERGE SQL Command following SQL:2016Simon Riggs
2018-04-02Revert "Modified files for MERGE"Simon Riggs
2018-04-02Modified files for MERGESimon Riggs
2018-04-01Add Bloom filter implementation.Andres Freund
2018-03-27Update pgindent's typedefs blacklist, and make it easier to adjust.Tom Lane
2018-03-22Add expression compilation support to LLVM JIT provider.Andres Freund
2018-03-22Add helpers for emitting LLVM IR.Andres Freund
2018-03-22Support for optimizing and emitting code in LLVM JIT provider.Andres Freund
2018-03-22Implement partition-wise grouping/aggregation.Robert Haas
2018-03-22Basic JIT provider and error handling infrastructure.Andres Freund
2018-02-02Support parallel btree index builds.Robert Haas
2018-01-19Allow UPDATE to move rows between partitions.Robert Haas
2018-01-09Expression evaluation based aggregate transition invocation.Andres Freund
2017-12-21Add parallel-aware hash joins.Andres Freund
2017-12-18Add shared tuplestores.Andres Freund
2017-12-02Add infrastructure for sharing temporary files between backends.Andres Freund
2017-11-29Update typedefs.list and re-run pgindentRobert Haas
2017-11-17Provide DSM segment to ExecXXXInitializeWorker functions.Andres Freund
2017-11-09Add hash partitioning.Robert Haas
2017-10-13Improve sys/catcache performance.Andres Freund
2017-09-15Add support for coordinating record typmods among parallel workers.Andres Freund
2017-08-23Hash tables backed by DSA shared memory.Andres Freund
2017-08-21pg_prewarm: Add automatic prewarm feature.Robert Haas
2017-08-14Final pgindent + perltidy run for v10.Tom Lane
2017-07-21Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.Dean Rasheed
2017-06-21Remove entab and associated detritus.Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Adjust pgindent script to use pg_bsd_indent 2.0.Tom Lane
2017-06-21Final pgindent run with old pg_bsd_indent (version 1.3).Tom Lane