summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2013-10-29Prevent using strncpy with src == dest in TupleDescInitEntry.Tom Lane
2013-10-22Get rid of use of asprintf() in favor of a more portable implementation.Tom Lane
2013-10-19Move rmtree() from libpgport to libpgcommonPeter Eisentraut
2013-10-19Move pgfnames() from libpgport to libpgcommonPeter Eisentraut
2013-10-18Add libpgport to isolationtester on MSVCPeter Eisentraut
2013-10-18Switch order of libpgport and libpgcommon in MSVC build as wellPeter Eisentraut
2013-10-18Switch dependency order of libpgcommon and libpgportPeter Eisentraut
2013-10-14Attempt to fix MSVC build for asprintf additionPeter Eisentraut
2013-10-08Additional instructions on minor release note creation.Bruce Momjian
2013-10-08Update instructions on creating minor release notes.Bruce Momjian
2013-09-05Eliminate pg_rewrite.ev_attr column and related dead code.Kevin Grittner
2013-08-14Update Emacs configurationPeter Eisentraut
2013-08-05pgtest: allow passing parameters, e.g. -s/--silentBruce Momjian
2013-07-03Get rid of pg_class.reltoastidxid.Fujii Masao
2013-06-27Cooperate with the Valgrind instrumentation framework.Noah Misch
2013-06-19Modernize entab source codeBruce Momjian
2013-06-14Update RELEASE_CHANGES to describe library version bumping more fully.Tom Lane
2013-06-14Stamp shared-library minor version numbers for 9.4.Tom Lane
2013-06-14Stamp HEAD as 9.4devel.Tom Lane
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-05-10Remove make_keywordsPeter Eisentraut
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-04-11Document that git_changelog needs updating for major version stamping.Bruce Momjian
2013-03-24Add parallel pg_dump option.Andrew Dunstan
2013-03-23Avoid renaming data directory during MSVC upgrade testing.Andrew Dunstan
2013-03-17initdb needs pqsignal() even on Windows.Tom Lane
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