summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2014-05-30Fix typos in MSVC solution file.Heikki Linnakangas
2014-05-28Fix obsolete config-module-exclusion logic in vcregress.pl.Tom Lane
2014-05-13Add Valgrind suppression for reorderbuffer padding bytes.Noah Misch
2014-05-12Ignore config.pl and buildenv.pl in src/tools/msvc.Tom Lane
2014-05-07Remove pgindent ecpg exclusion patternBruce Momjian
2014-05-06Improve pgindent test instructionsBruce Momjian
2014-05-06pgindent run for 9.4Bruce Momjian
2014-05-06Adjust pgindent to remove tabs after periods in C comments.Bruce Momjian
2014-05-06Update typedef list in preparation for pgindent runBruce Momjian
2014-05-05Replace SYSTEMQUOTEs with Windows-specific wrapper functions.Heikki Linnakangas
2014-04-24Properly build pg_recvlogical in the msvc build systemMagnus Hagander
2014-04-16Update oidjoins regression test for 9.4.Tom Lane
2014-04-16Attempt to get plpython regression tests working again for MSVC builds.Andrew Dunstan
2014-04-10The new pointer_to_struct test needs a special command line parameter to ecpg.Michael Meskes
2014-03-10Allow logical decoding via the walsender interface.Robert Haas
2014-03-03Introduce logical decoding.Robert Haas
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