summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2014-02-18Disable RandomizedBaseAddress on MSVC buildsMagnus Hagander
2014-02-12Rename 'gmake' to 'make' in docs and recommended commandsBruce Momjian
2014-02-11Make gendef.pl emit DATA annotations for global variables.Tom Lane
2014-02-11Don't generate plain-text HISTORY and src/test/regress/README anymore.Tom Lane
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-31entab: add new optionsBruce Momjian
2014-01-31pgindent: preserve blank lines around #else/#endifBruce Momjian
2014-01-29Fix pointer processing in new entab.c functionBruce Momjian
2014-01-29Add C functions to centralize entab processingBruce Momjian
2014-01-29Add more C comments to entab.c.Bruce Momjian
2014-01-27Relax the requirement that all lwlocks be stored in a single array.Robert Haas
2014-01-26Provide for client-only installs with MSVC.Andrew Dunstan
2014-01-26Enable building with Visual Studion 2013.Andrew Dunstan
2014-01-23Allow case insensitive build version argument for MSVC.Andrew Dunstan
2014-01-19Rename msvc build option krb5 to gssMagnus Hagander
2014-01-19Remove support for native krb5 authenticationMagnus Hagander
2014-01-18Add ALTER TABLESPACE ... MOVE commandStephen Frost
2014-01-10Move username lookup functions from /port to /commonBruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-12-20pg_prewarm, a contrib module for prewarming relationd data.Robert Haas
2013-12-18Fix incorrect error message reported for non-existent usersBruce Momjian
2013-12-11Add new wal_level, logical, sufficient for logical decoding.Robert Haas
2013-12-02Increase git_changelog's timestamp_slop from 10 min to 1 day.Tom Lane
2013-11-14Fix whitespacePeter Eisentraut
2013-11-13Fix isolation check for MSVC to handle recent changes.Andrew Dunstan
2013-11-10Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut
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