summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2016-06-03Fix various common mispellings.Greg Stark
2016-05-14Update release instructions for translation updatesPeter Eisentraut
2016-05-06Add test_pg_dump to @contrib_excludesStephen Frost
2016-05-02Again update typedefs.list file in preparation for pgindent runRobert Haas
2016-05-01Add a --non-master-only option to git_changelog.Tom Lane
2016-04-29Support building with Visual Studio 2015Andrew Dunstan
2016-04-27Update typedefs.list file in preparation for pgindent runRobert Haas
2016-04-26Add a --brief option to git_changelog.Tom Lane
2016-04-15Update helptext for vcregress.plMagnus Hagander
2016-04-11Make oldSnapshotControl a pointer to a volatile structureKevin Grittner
2016-04-11cpluspluscheck: Update include pathPeter Eisentraut
2016-04-11Allow Pin/UnpinBuffer to operate in a lockfree manner.Andres Freund
2016-04-08Add snapshot_too_old to NSVC @contrib_excludesKevin Grittner
2016-04-08Silence warning from modern perl about unescaped bracesAndrew Dunstan
2016-04-08Turn down MSVC compiler verbosityAndrew Dunstan
2016-04-06Support multiple synchronous standby servers.Fujii Masao
2016-04-05Support ALTER THING .. DEPENDS ON EXTENSIONAlvaro Herrera
2016-04-02Copyedit comments and documentation.Noah Misch
2016-03-30Add missing gss option to msvc config templateMagnus Hagander
2016-03-28Fix MSVC build for changes in zic.Tom Lane
2016-03-25Improve PL/Tcl errorCode facility by providing decoded name for SQLSTATE.Tom Lane
2016-03-25Move psql's psqlscan.l into src/fe_utils.Tom Lane
2016-03-24Move psql's print.c and mbprint.c into src/fe_utils.Tom Lane
2016-03-24Add missed inclusion requirement in Mkvcbuild.pm.Tom Lane
2016-03-24Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.Tom Lane
2016-03-24Move keywords.c/kwlookup.c into src/common/.Tom Lane
2016-03-21Introduce WaitEventSet API.Andres Freund
2016-03-21Combine win32 and unix latch implementations.Andres Freund
2016-03-21Second attempt at fixing MSVC build for 68ab8e8ba4a471d9.Andres Freund
2016-03-20Best-guess attempt at fixing MSVC build for 68ab8e8ba4a471d9.Tom Lane
2016-03-19Remove dependency on psed for MSVC builds.Andrew Dunstan
2016-03-19Split psql's lexer into two separate .l files for SQL and backslash cases.Tom Lane
2016-03-11Checkpoint sorting and balancing.Andres Freund
2016-03-11Allow to trigger kernel writeback after a configurable number of writes.Andres Freund
2016-03-09Add valgrind suppressions for python code.Andres Freund
2016-03-09Add valgrind suppressions for bootstrap related code.Andres Freund
2016-03-05Expose control file data via SQL accessible functions.Joe Conway
2016-03-04Fix Windows build broken by d78a7d9c7fa3e9cd494b906f065fe7b7fe9fb9a5Teodor Sigaev
2016-03-04Add 'tap_tests' flag in config_default.plAlvaro Herrera
2016-02-29Minor tweaks for new src/test/recoveryAlvaro Herrera
2016-02-26Add a test framework for recoveryAlvaro Herrera
2016-02-25MSVC: Clean tmp_check directory of pg_controldata test suite.Noah Misch
2016-02-20Call xlc __isync() after, not before, associated compare-and-swap.Noah Misch
2016-02-17Add new system view, pg_configJoe Conway
2016-02-04Change the way that LWLocks for extensions are allocated.Robert Haas
2016-01-20Properly install dynloader.h on MSVC buildsBruce Momjian
2016-01-18Restructure index access method API to hide most of it at the C level.Tom Lane
2016-01-07Windows: Make pg_ctl reliably detect service statusAlvaro Herrera
2016-01-02Make copyright.pl cope with nonstandard case choices in copyright notices.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian