summaryrefslogtreecommitdiff
path: root/src/tools/pgindent
AgeCommit message (Expand)Author
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
2016-04-11Allow Pin/UnpinBuffer to operate in a lockfree manner.Andres Freund
2016-04-05Support ALTER THING .. DEPENDS ON EXTENSIONAlvaro Herrera
2016-03-21Introduce WaitEventSet API.Andres Freund
2016-03-11Checkpoint sorting and balancing.Andres Freund
2016-03-11Allow to trigger kernel writeback after a configurable number of writes.Andres Freund
2016-02-04Change the way that LWLocks for extensions are allocated.Robert Haas
2015-12-15Move buffer I/O and content LWLocks out of the main tranche.Robert Haas
2015-11-06Modify tqueue infrastructure to support transient record types.Robert Haas
2015-10-08Correct pg_indent to pgindent in various comments.Robert Haas
2015-09-30Add a Gather executor node.Robert Haas
2015-09-26Rework the way multixact truncations work.Andres Freund
2015-09-19Glue layer to connect the executor to the shm_mq mechanism.Robert Haas
2015-06-01pgindent: add typedef blog URLBruce Momjian
2015-05-25pgindent: document location of "all" typedef listsBruce Momjian
2015-05-25pgindent: fix typoBruce Momjian
2015-05-25pgindent: more doc updates for skipping __asm__ filesBruce Momjian
2015-05-25Revert 9.5 pgindent changes to atomics directory filesBruce Momjian
2015-05-24Update typedef file in preparation for pgindent runBruce Momjian
2015-05-24Improve pgindent instructions regarding Perl backup filesBruce Momjian
2015-05-20Fix more typos in comments.Heikki Linnakangas
2015-02-09Move pg_lzcompress.c to src/common.Fujii Masao
2014-08-21Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'Stephen Frost
2014-07-14Move view reloptions into their own varlena structAlvaro Herrera
2014-05-07Remove pgindent ecpg exclusion patternBruce Momjian
2014-05-06Improve pgindent test instructionsBruce Momjian
2014-05-06pgindent run for 9.4Bruce Momjian