]> granicus.if.org Git - postgresql/history - src/tools/pgindent
Run pg_upgrade and pg_resetxlog with restricted token on Windows
[postgresql] / src / tools / pgindent /
2015-02-09 Fujii MasaoMove pg_lzcompress.c to src/common.
2014-08-21 Stephen FrostRework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'
2014-07-14 Alvaro HerreraMove view reloptions into their own varlena struct
2014-05-07 Bruce MomjianRemove pgindent ecpg exclusion pattern
2014-05-06 Bruce MomjianImprove pgindent test instructions
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-05-06 Bruce MomjianAdjust pgindent to remove tabs after periods in C comments.
2014-05-06 Bruce MomjianUpdate typedef list in preparation for pgindent run
2014-03-10 Robert HaasAllow logical decoding via the walsender interface.
2014-03-03 Robert HaasIntroduce logical decoding.
2014-02-12 Bruce MomjianRename 'gmake' to 'make' in docs and recommended commands
2014-02-01 Robert HaasIntroduce replication slots.
2014-01-31 Bruce Momjianpgindent: add Perl comment
2014-01-31 Bruce Momjianpgindent: add --list-of-typedefs option
2014-01-31 Bruce Momjianpgindent: preserve blank lines around #else/#endif
2014-01-27 Robert HaasRelax the requirement that all lwlocks be stored in...
2014-01-18 Stephen FrostAdd ALTER TABLESPACE ... MOVE command
2013-12-20 Robert Haaspg_prewarm, a contrib module for prewarming relationd...
2013-12-11 Robert HaasAdd new wal_level, logical, sufficient for logical...
2013-11-10 Peter EisentrautFix whitespace issues found by git diff --check, add...
2013-09-05 Kevin GrittnerEliminate pg_rewrite.ev_attr column and related dead...
2013-06-01 Stephen FrostMinor spelling fixes
2013-05-31 Peter EisentrautRemove whitespace from end of lines
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-04-16 Bruce Momjianpgindent: add newline to die() so script line number...
2013-04-12 Bruce Momjianpgindent: improve error messages
2013-04-12 Bruce Momjianpgindent: fix downloading of BSD indent binary
2013-02-15 Peter Eisentrautpgindent: Fix order in instructions
2013-01-07 Andrew DunstanFix a logic bug in pgindent.
2012-08-27 Bruce MomjianHave pgindent requre pg_bsd_indent version 1.2 now...
2012-08-07 Tom LaneTweak new Perl pgindent for compatibility with middle...
2012-08-04 Bruce MomjianReplace pgindent shell script with Perl script. Update...
2012-07-12 Bruce MomjianRemove 'x =- 1' check for pgindent, not needed, per...
2012-06-16 Bruce MomjianRemove 'for' loop perltidy argument, and move args...
2012-06-16 Bruce MomjianIn pgindent, suppress reading the perltidy RC file...
2012-06-16 Bruce MomjianUpdate pgindent Perl indentation instructions based...
2012-06-10 Bruce MomjianUpdate pgindent install instructions and update typedef...
2012-03-21 Peter EisentrautAdd installing entab to pgindent instructions
2012-01-09 Robert HaasFix pathname in pgindent README.
2011-11-29 Bruce MomjianDocument that perl needs to be indented during the...
2011-11-14 Bruce MomjianRerun pgindent with updated typedef list.
2011-10-26 Bruce MomjianFix pg_bsd_indent bug where newlines were not being...
2011-10-12 Bruce MomjianModify pgindent to use a renamed pg_bsd_indent binary...
2011-06-10 Alvaro HerreraAdd comment about pg_ctl stop
2011-06-10 Bruce MomjianMention "pg_ctl stop" in pgindent README instructions.
2011-06-09 Bruce MomjianUpdate typedef list for upcoming pgindent run.
2011-04-09 Andrew DunstanLatest consolidated typedef list from buildfarm.
2011-02-18 Alvaro HerreraUse $INDENT instead of `which` to find the indent binary
2011-02-18 Alvaro HerreraUse $INDENT rather than indent throughout the pgindent...
2011-02-07 Heikki LinnakangasImplement genuine serializable isolation level.
2011-02-06 Bruce MomjianRename macro DECIMAL to DECIMAL_T to help pgindent...
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-19 Peter EisentrautRemove extra newlines at end and beginning of files...
2010-07-06 Bruce MomjianMention why one C file fails pgindent.
2010-07-06 Bruce MomjianUpdate pgindent testing instructions.
2010-04-05 Andrew DunstanExclude unwanted typedef symbols in pgindent, including...
2010-04-01 Andrew DunstanUse a file of patterns of filenames to exclude from...
2010-02-26 Bruce MomjianSuggest gmake installcheck-world for pgindent testing.
2010-02-26 Bruce MomjianRevert pgindent changes to ecpg include files that...
2010-02-26 Bruce MomjianWording improvements to README.
2010-02-26 Bruce MomjianUpdate pgindent docs to use maintainer-clean.
2010-02-26 Bruce MomjianDocument why pgindent wants a fresh CVS checkout.
2010-02-26 Bruce MomjianCall output file typedefs.list; update README.
2010-02-26 Bruce MomjianUpdate pgindent instructions.
2010-02-26 Bruce MomjianAdd pgindent typedefs file to CVS.
2010-02-26 Bruce MomjianUpdate pgindent instructions to avoid changes to flex...
2009-06-11 Bruce MomjianDocument struct/union problem with pgindent.
2009-06-10 Bruce MomjianUpdate pgindent instructions.
2009-06-10 Bruce MomjianDocument new location for typedef list.
2008-11-03 Bruce MomjianSmall shell syntax improvement.
2008-04-16 Bruce MomjianIgnore blank lines in typedef file.
2008-03-21 Bruce MomjianMore README src cleanups.
2008-01-24 Peter EisentrautChange /contrib to contrib for consistency.
2008-01-16 Bruce MomjianImprove usage message for pgindent.
2007-12-21 Bruce MomjianModify pgindent to use an external typedefs file rather...
2007-12-17 Bruce MomjianMention use all configure options when getting pgindent...
2007-12-17 Bruce MomjianMention installing /contrib libraries for pgindent.
2007-11-16 Bruce MomjianBetter guard token used by pgindent.
2007-11-16 Bruce MomjianCleanup for new else/comment handling.
2007-11-15 Bruce MomjianFix pgindent to properly handle 'else' and single-line...
2007-11-15 Bruce MomjianBeef up README instructions, again.
2007-11-15 Bruce MomjianCUpdate README to suggest 'gmake distclean'. Add libra...
2007-11-15 Bruce MomjianUpdate pgtools README to be clearer about typdefs.
2007-11-15 Bruce MomjianUpdate pgindent with current typedefs.
2007-11-15 Bruce MomjianAdd blank lines to pgindent.
2007-08-21 Tom LaneExclude snowball/libstemmer/ files from the set process...
2006-12-27 Bruce MomjianClean up pgindent handling of comments after 'else...
2006-10-04 Bruce MomjianExclude pgindent from affecting the ecpg regression...
2006-10-04 Bruce MomjianUdpate typedefs for pgindent.
2006-10-03 Bruce MomjianUpdate typedef list for 8.2 pgindent run.
2006-03-11 Bruce MomjianAdd CVS tag lines to files that were lacking them.
2005-11-23 Bruce MomjianFix pgindent of libpq-fe.h by hacking pgindent script.
2005-11-15 Bruce MomjianPrevent certain symbols that are used for both typedefs...
2005-11-15 Bruce MomjianFix recent problems with BSD indent, including indentin...
2005-11-13 Bruce MomjianRevert pgindent length back to 79 because we are going...
2005-11-07 Bruce MomjianLower pgident length to 77, document BSD indent bug.
2005-11-07 Bruce MomjianChange maximum pgindent length from 79 to 78, per Tom.
2005-10-15 Bruce MomjianUpdate pgindent typedef list.
2005-10-07 Alvaro HerreraRemove an unused typedef.
next