summaryrefslogtreecommitdiff
path: root/src/tools/pgindent
AgeCommit message (Expand)Author
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
2012-03-21Add installing entab to pgindent instructionsPeter Eisentraut
2012-01-09Fix pathname in pgindent README.Robert Haas
2011-11-29Document that perl needs to be indented during the pgindent run.Bruce Momjian
2011-11-14Rerun pgindent with updated typedef list.Bruce Momjian
2011-10-26Fix pg_bsd_indent bug where newlines were not being trimmed from typedefBruce Momjian
2011-10-12Modify pgindent to use a renamed pg_bsd_indent binary. New featuresBruce Momjian
2011-06-10Add comment about pg_ctl stopAlvaro Herrera
2011-06-10Mention "pg_ctl stop" in pgindent README instructions.Bruce Momjian
2011-06-09Update typedef list for upcoming pgindent run.Bruce Momjian
2011-04-09Latest consolidated typedef list from buildfarm.Andrew Dunstan
2011-02-18Use $INDENT instead of `which` to find the indent binaryAlvaro Herrera
2011-02-18Use $INDENT rather than indent throughout the pgindent codeAlvaro Herrera
2011-02-07Implement genuine serializable isolation level.Heikki Linnakangas
2011-02-06Rename macro DECIMAL to DECIMAL_T to help pgindent; this is alreadyBruce Momjian