summaryrefslogtreecommitdiff
path: root/src/tools/pgindent
AgeCommit message (Expand)Author
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
2014-05-06Adjust pgindent to remove tabs after periods in C comments.Bruce Momjian
2014-05-06Update typedef list in preparation for pgindent runBruce Momjian
2014-03-10Allow logical decoding via the walsender interface.Robert Haas
2014-03-03Introduce logical decoding.Robert Haas
2014-02-12Rename 'gmake' to 'make' in docs and recommended commandsBruce Momjian
2014-02-01Introduce replication slots.Robert Haas
2014-01-31pgindent: add Perl commentBruce Momjian
2014-01-31pgindent: add --list-of-typedefs optionBruce Momjian
2014-01-31pgindent: preserve blank lines around #else/#endifBruce Momjian
2014-01-27Relax the requirement that all lwlocks be stored in a single array.Robert Haas
2014-01-18Add ALTER TABLESPACE ... MOVE commandStephen Frost
2013-12-20pg_prewarm, a contrib module for prewarming relationd data.Robert Haas
2013-12-11Add new wal_level, logical, sufficient for logical decoding.Robert Haas
2013-11-10Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut
2013-09-05Eliminate pg_rewrite.ev_attr column and related dead code.Kevin Grittner
2013-06-01Minor spelling fixesStephen Frost
2013-05-31Remove whitespace from end of linesPeter Eisentraut
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-04-16pgindent: add newline to die() so script line number is not reported on fail...Bruce Momjian
2013-04-12pgindent: improve error messagesBruce Momjian
2013-04-12pgindent: fix downloading of BSD indent binaryBruce Momjian
2013-02-15pgindent: Fix order in instructionsPeter Eisentraut
2013-01-07Fix a logic bug in pgindent.Andrew Dunstan
2012-08-27Have pgindent requre pg_bsd_indent version 1.2 now that a new versionBruce Momjian
2012-08-07Tweak new Perl pgindent for compatibility with middle-aged Perls.Tom Lane
2012-08-04Replace pgindent shell script with Perl script. Update perltidyBruce Momjian
2012-07-12Remove 'x =- 1' check for pgindent, not needed, per report from AndrewBruce Momjian
2012-06-16Remove 'for' loop perltidy argument, and move args to perltidyrc file.Bruce Momjian
2012-06-16In pgindent, suppress reading the perltidy RC file using --noprofile.Bruce Momjian
2012-06-16Update pgindent Perl indentation instructions based on feedback fromBruce Momjian
2012-06-10Update pgindent install instructions and update typedef list.Bruce Momjian