summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2016-10-04Avoid direct cross-module links in hstore_plperl and ltree_plpython, too.Tom Lane
2016-10-04Convert contrib/hstore_plpython to not use direct linking to other modules.Tom Lane
2016-09-29Move fsync routines of initdb into src/common/Peter Eisentraut
2016-09-25Refer to OS X as "macOS", except for the port name which is still "darwin".Tom Lane
2016-09-23Improve error message on MSVC if perl*.lib is not found.Heikki Linnakangas
2016-09-19MSVC: Include pg_recvlogical in client-only install.Robert Haas
2016-09-11Fix and simplify MSVC build's handling of xml/xslt/uuid dependencies.Tom Lane
2016-09-08MSVC: Pass any user-set MSBFLAGS to MSBuild and VCBUILD.Noah Misch
2016-09-08MSVC: Place gendef.pl temporary file in the target directory.Noah Misch
2016-09-04Remove vestigial references to "zic" in favor of "IANA database".Tom Lane
2016-09-02Move code shared between libpq and backend from backend/libpq/ to common/.Heikki Linnakangas
2016-08-20initdb now needs to reference libpq include files in MSVC builds.Tom Lane
2016-08-16Automate the maintenance of SO_MINOR_VERSION for our shared libraries.Tom Lane
2016-08-16Remove separate version numbering for ecpg preprocessor.Tom Lane
2016-08-15Once again allow LWLocks to be used within DSM segments.Robert Haas
2016-08-15Update git_changelog to know that there's a 9.6 branch.Tom Lane
2016-08-15Stamp shared-library minor version numbers for v10.Tom Lane
2016-08-15Stamp HEAD as 10devel.Tom Lane
2016-08-15Final pgindent + perltidy run for 9.6.Tom Lane
2016-08-15Simplify the process of perltidy'ing our Perl files.Tom Lane
2016-08-08Obstruct shell, SQL, and conninfo injection via database and role names.Noah Misch
2016-07-17Establish conventions about global object names used in regression tests.Tom Lane
2016-07-09Fix TAP tests and MSVC scripts for pathnames with spaces.Tom Lane
2016-06-22Update oidjoins regression test for 9.6.Tom Lane
2016-06-15Add integrity-checking functions to pg_visibility.Robert Haas
2016-06-12Finish pgindent run for 9.6: Perl files.Noah Misch
2016-06-12Document the authoritative version of perltidy.Noah Misch
2016-06-09Yet again update typedefs.list file in preparation for pgindent runRobert Haas
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