summaryrefslogtreecommitdiff
path: root/src/tools/pgindent
AgeCommit message (Expand)Author
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
2017-06-17Teach pgindent to skip files generated by bison or flex automatically.Tom Lane
2017-05-23Update URLs in pgindent source and READMEMagnus Hagander
2017-05-17Post-PG 10 beta1 pgperltidy runBruce Momjian
2017-05-17Update typedefs list in prep. for post-PG10 beta1 pgindent runBruce Momjian
2017-05-17Add download URL for perltidy version v20090616Bruce Momjian
2017-05-09pgindent: use HTTP instead of FTP to retrieve pg_bsd_indent srcBruce Momjian
2017-03-27Clean up Perl code according to perlcriticPeter Eisentraut
2017-03-25Faster expression evaluation and targetlist projection.Andres Freund
2017-03-10Add amcheck extension to contrib.Andres Freund
2017-03-09Add a Gather Merge executor node.Robert Haas
2017-03-06Add operator_with_argtypes grammar rulePeter Eisentraut
2017-03-01Reduce size of common allocation header.Andres Freund
2017-02-27Add "Slab" MemoryContext implementation for efficient equal-sized allocations.Andres Freund
2017-02-15btree: Support parallel index scans.Robert Haas
2017-01-24Extend index AM API for parallel index scans.Robert Haas
2016-12-13Update typedefs.listRobert Haas
2016-12-07Implement table partitioning.Robert Haas
2016-12-02Introduce dynamic shared memory areas.Robert Haas
2016-12-02Management of free memory pages.Robert Haas
2016-10-15Use more efficient hashtable for execGrouping.c to speed up hash aggregation.Andres Freund
2016-10-14Add a macro templatized hashtable.Andres Freund
2016-08-15Once again allow LWLocks to be used within DSM segments.Robert Haas
2016-08-15Final pgindent + perltidy run for 9.6.Tom Lane
2016-08-15Simplify the process of perltidy'ing our Perl files.Tom Lane
2016-06-15Add integrity-checking functions to pg_visibility.Robert Haas
2016-06-12Document the authoritative version of perltidy.Noah Misch
2016-06-09Yet again update typedefs.list file in preparation for pgindent runRobert Haas
2016-05-02Again update typedefs.list file in preparation for pgindent runRobert Haas
2016-04-27Update typedefs.list file in preparation for pgindent runRobert Haas
2016-04-11Make oldSnapshotControl a pointer to a volatile structureKevin Grittner