aboutsummaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAge
* Fix whitespacePeter Eisentraut2013-11-13
* Fix isolation check for MSVC to handle recent changes.Andrew Dunstan2013-11-13
* Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut2013-11-10
* Prevent using strncpy with src == dest in TupleDescInitEntry.Tom Lane2013-10-28
* Get rid of use of asprintf() in favor of a more portable implementation.Tom Lane2013-10-22
* Move rmtree() from libpgport to libpgcommonPeter Eisentraut2013-10-19
* Move pgfnames() from libpgport to libpgcommonPeter Eisentraut2013-10-18
* Add libpgport to isolationtester on MSVCPeter Eisentraut2013-10-18
* Switch order of libpgport and libpgcommon in MSVC build as wellPeter Eisentraut2013-10-18
* Switch dependency order of libpgcommon and libpgportPeter Eisentraut2013-10-17
* Attempt to fix MSVC build for asprintf additionPeter Eisentraut2013-10-13
* Additional instructions on minor release note creation.Bruce Momjian2013-10-08
* Update instructions on creating minor release notes.Bruce Momjian2013-10-08
* Eliminate pg_rewrite.ev_attr column and related dead code.Kevin Grittner2013-09-05
* Update Emacs configurationPeter Eisentraut2013-08-13
* pgtest: allow passing parameters, e.g. -s/--silentBruce Momjian2013-08-05
* Get rid of pg_class.reltoastidxid.Fujii Masao2013-07-04
* Cooperate with the Valgrind instrumentation framework.Noah Misch2013-06-26
* Modernize entab source codeBruce Momjian2013-06-19
* Update RELEASE_CHANGES to describe library version bumping more fully.Tom Lane2013-06-14
* Stamp shared-library minor version numbers for 9.4.Tom Lane2013-06-14
* Stamp HEAD as 9.4devel.Tom Lane2013-06-14
* Minor spelling fixesStephen Frost2013-06-01
* Remove whitespace from end of linesPeter Eisentraut2013-05-30
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Remove make_keywordsPeter Eisentraut2013-05-09
* pgindent: add newline to die() so script line number is not reported on fail...Bruce Momjian2013-04-16
* pgindent: improve error messagesBruce Momjian2013-04-12
* pgindent: fix downloading of BSD indent binaryBruce Momjian2013-04-12
* Document that git_changelog needs updating for major version stamping.Bruce Momjian2013-04-11
* Add parallel pg_dump option.Andrew Dunstan2013-03-24
* Avoid renaming data directory during MSVC upgrade testing.Andrew Dunstan2013-03-23
* initdb needs pqsignal() even on Windows.Tom Lane2013-03-17
* Fix message typo.Andrew Dunstan2013-03-06
* Exclude utils/probes.h and pg_trace.h from cpluspluscheckPeter Eisentraut2013-03-01
* Fix MSVC build.Heikki Linnakangas2013-02-27
* Redo MSVC build implementation for pg_xlogdump.Andrew Dunstan2013-02-25
* Provide MSVC build setup for pg_xlogdump.Andrew Dunstan2013-02-24
* Move relpath() to libpgcommonAlvaro Herrera2013-02-21
* Teach MSVC build system about postgres_fdw.Tom Lane2013-02-21
* pgindent: Fix order in instructionsPeter Eisentraut2013-02-14
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-12
* Exclude access/rmgrlist.h from cpluspluscheckPeter Eisentraut2013-02-08
* Enable building with Microsoft Visual Studio 2012.Andrew Dunstan2013-02-06
* Properly zero-pad the day-of-year part of the win32 build numberMagnus Hagander2013-01-31
* entab: Fix some compiler warningsPeter Eisentraut2013-01-29
* Properly install ecpg_compat and pgtypes libraries on msvcMagnus Hagander2013-01-09
* Fix a logic bug in pgindent.Andrew Dunstan2013-01-07
* Centralize single quote escaping in src/port/quotes.cMagnus Hagander2013-01-05
* Update copyrights for 2013Bruce Momjian2013-01-01