Commit Graph

1738 Commits (7684b6fbed3a0770a0d8fdcbb5cf8b61394de691)

Author SHA1 Message Date
Bruce Momjian 8b0f0822fd Fix missing pgdefine detection in pgrminclude. 15 years ago
Bruce Momjian f8e41abd8a Modify pgrminclude to include all code, even in #if blocks. Process 15 years ago
Bruce Momjian c6e9da17a1 Cleanup of script. 15 years ago
Bruce Momjian 987214b4d5 do include files first 15 years ago
Bruce Momjian ac5f11e0ec Fix #if blocks. 15 years ago
Bruce Momjian 910725b49d Fix pgrminclude regex pattern. 15 years ago
Andrew Dunstan 6a56a38f01 Unbreak MSVC build broken by my port of flex check. 15 years ago
Bruce Momjian 6f9afc351b In pgrminclude, add code to skip includes with a marker comment. 15 years ago
Bruce Momjian 4399e81749 In pgrminclude, make skipped include names constent and skip files with 15 years ago
Andrew Dunstan 7327cb6420 Port backup check on psql lexer to MSVC. 15 years ago
Bruce Momjian 034dda61dd Mark cpluspluscheck as excutable in git. 15 years ago
Bruce Momjian ee639d2777 Fix copyright.pl to properly us 'tie' function. 15 years ago
Bruce Momjian 6dfcadafd3 Fix problem with regex in copyright test. 15 years ago
Bruce Momjian 272c289a46 Remove use of 'tie' in perl for copyright.pl; instead use normal file 15 years ago
Bruce Momjian da64fb93e5 Add executable bit to file. 15 years ago
Bruce Momjian 739e3f1050 Implement src/tools/copyright as a Perl program, so anyone can run it. 15 years ago
Alvaro Herrera 0d29c375cc Blind attempt at fixing isolation_tester on Win32 15 years ago
Magnus Hagander fd6913a189 perltidy run over msvc build system 15 years ago
Andrew Dunstan b2e3be41a6 Fix comments over eagerly c&p'd. 15 years ago
Andrew Dunstan c895e775a5 Reimplement pgbison and pgflex as perl scripts instead of bat files. 15 years ago
Andrew Dunstan 19b7fac86d Fix bat file quoting of %ENV. 15 years ago
Tom Lane 2ed81ebfaf Add REL9_1_STABLE to the set of branches tracked by git_changelog. 15 years ago
Tom Lane c962792211 Stamp HEAD as 9.2devel. 15 years ago
Alvaro Herrera d69149ed71 Add comment about pg_ctl stop 15 years ago
Bruce Momjian bb8f0c4b48 Mention "pg_ctl stop" in pgindent README instructions. 15 years ago
Bruce Momjian adf43b2b36 Update typedef list for upcoming pgindent run. 15 years ago
Andrew Dunstan 8c3604ae7f Convert builddoc.bat into a perl script that actually works. 15 years ago
Andrew Dunstan a9b6519606 Remove spurious underscore in name of isolation tester on MSVC. 15 years ago
Andrew Dunstan df15d11cb5 Add required psqldir setting for isolation checks. 15 years ago
Andrew Dunstan 20bacc9560 Add missing check function lookup. 15 years ago
Andrew Dunstan 840826e36c Build and run isolation test programs under MSVC. 15 years ago
Andrew Dunstan 08a0c2dabc Adjust yywrap macro for non-reentrant scanners for MSVC. 15 years ago
Tom Lane 795c382e8c Improve findoidjoins to cover more cases. 15 years ago
Tom Lane 970d8a3973 Update oidjoins regression test for 9.1 catalog schema additions. 15 years ago
Peter Eisentraut 78e7e20afe Small update to emacs example configuration 15 years ago
Peter Eisentraut 415f5e1259 Add fill-column setting to emacs example configurations 15 years ago
Peter Eisentraut 385942f46c Refix the unaccent regression test on MSVC properly 15 years ago
Peter Eisentraut 2e8d954475 Treat config.pl as optional in vcregress.pl 15 years ago
Peter Eisentraut 908eb1f98b Fix typo 15 years ago
Peter Eisentraut f536d41942 Rename pg_regress option --multibyte to --encoding 15 years ago
Andrew Dunstan fe1438da8a Latest consolidated typedef list from buildfarm. 15 years ago
Andrew Dunstan a53112338c Avoid use of mixed slash style paths in arguments to xcopy in MSVC builds. 15 years ago
Alvaro Herrera 34a991619b Update MSVC toolchain to match SGML entity uppercasing 15 years ago
Bruce Momjian dae1e5546c Add comment to tools/git-external-diff. 15 years ago
Bruce Momjian 9d4625ad0b Add proper git-external-diff script to src/tools. 15 years ago
Andrew Dunstan a956b16026 Add PL extension files to MSVC Install procedure. 15 years ago
Tom Lane bfd7f8cbb2 Make plpythonu language use plpython2 shared library directly. 15 years ago
Tom Lane 63b656b7bf Create extension infrastructure for the core procedural languages. 15 years ago
Peter Eisentraut 474a42473a PL/Python custom SPI exceptions 15 years ago
Alvaro Herrera a5dfc94c9a Use $INDENT instead of `which` to find the indent binary 15 years ago