summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2013-03-06Fix message typo.Andrew Dunstan
2013-03-02Exclude utils/probes.h and pg_trace.h from cpluspluscheckPeter Eisentraut
2013-02-27Fix MSVC build.Heikki Linnakangas
2013-02-25Redo MSVC build implementation for pg_xlogdump.Andrew Dunstan
2013-02-25Provide MSVC build setup for pg_xlogdump.Andrew Dunstan
2013-02-22Move relpath() to libpgcommonAlvaro Herrera
2013-02-21Teach MSVC build system about postgres_fdw.Tom Lane
2013-02-15pgindent: Fix order in instructionsPeter Eisentraut
2013-02-12Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera
2013-02-08Exclude access/rmgrlist.h from cpluspluscheckPeter Eisentraut
2013-02-06Enable building with Microsoft Visual Studio 2012.Andrew Dunstan
2013-01-31Properly zero-pad the day-of-year part of the win32 build numberMagnus Hagander
2013-01-30entab: Fix some compiler warningsPeter Eisentraut
2013-01-09Properly install ecpg_compat and pgtypes libraries on msvcMagnus Hagander
2013-01-07Fix a logic bug in pgindent.Andrew Dunstan
2013-01-05Centralize single quote escaping in src/port/quotes.cMagnus Hagander
2013-01-01Update copyrights for 2013Bruce Momjian
2013-01-01Add new file to MSVC build system as wellMagnus Hagander
2012-12-18Don't include postgres.h in postgres_fe.h for cpluspluscheck.Andrew Dunstan
2012-12-16Properly copy fmgroids.h after clean on Win32Magnus Hagander
2012-11-14Adjust find_status for newer Linux 'nm' output format.Bruce Momjian
2012-10-11Unbreak MSVC builds after recent Makefile refactoring.Andrew Dunstan
2012-10-08Autoconfiscate selection of 64-bit int type for 64-bit large object API.Tom Lane
2012-10-05PL/pgSQL: rename gram.y to pl_gram.yPeter Eisentraut
2012-10-02Allow a few seconds for Windows to catch up with a directory rename when chec...Andrew Dunstan
2012-09-27Run check_keywords.pl anytime gram.c is rebuilt.Tom Lane
2012-09-23RELEASE_NOTES: Fix typoAlvaro Herrera
2012-09-23Update translation updates instructionsPeter Eisentraut
2012-09-10Add vcregress.pl target for checking pg_upgrade.Andrew Dunstan
2012-09-04Remove src/tool/backend, now that the content is on the web site and wiki.Bruce Momjian
2012-09-01Restore setting of _USE_32BIT_TIME_T to 32 bit MSVC builds.Andrew Dunstan
2012-08-31Add Perl emacs formatting macros to src/tools/editors/emacs.samples.Bruce Momjian
2012-08-27Have pgindent requre pg_bsd_indent version 1.2 now that a new versionBruce Momjian
2012-08-16Add URL for include file visualization tool.Bruce Momjian
2012-08-16Add possible alternate tool for pgrminclude, from Peter GeogheganBruce Momjian
2012-08-10Adjust pgtest coding to be less complex.Bruce Momjian
2012-08-10Fix pgtest to return proper error code based on 'make' return code.Bruce 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-07-06Have copyright.pl skip updating something that is just the current year,Bruce Momjian
2012-07-06Modify copyright.pl so all lines are processed, not just the firstBruce Momjian
2012-07-06Fix copyright.pl to properly skip the .git directory by adding aBruce Momjian
2012-07-06Fix spacing in copyright.pl after being run with missing regex slashBruce Momjian
2012-07-05Fix missing regex slash that caused perltidy to get confused onBruce Momjian
2012-07-05Run newly-configured perltidy script on Perl files.Bruce Momjian
2012-07-03Have copyright tool mention that certain files should be updated in back bran...Bruce 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