Commit Graph

97 Commits (d0d75c402217421b691050857eb3d7af82d0c770)

Author SHA1 Message Date
Alvaro Herrera 8396447cdb Create libpgcommon, and move pg_malloc et al to it 13 years ago
Magnus Hagander 940d136661 Centralize single quote escaping in src/port/quotes.c 13 years ago
Magnus Hagander b10e9ae9f3 Add new file to MSVC build system as well 13 years ago
Peter Eisentraut 05346c131a PL/pgSQL: rename gram.y to pl_gram.y 13 years ago
Bruce Momjian 042d9ffc28 Run newly-configured perltidy script on Perl files. 13 years ago
Tom Lane 357c549334 Stamp library minor versions for 9.3. 13 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 13 years ago
Andrew Dunstan d2c1740dc2 Remove now redundant pgpipe code. 13 years ago
Robert Haas 7f63527c82 Attempt to unbreak pg_test_timing on Windows. 13 years ago
Tom Lane 8cae5810eb Fix MSVC builds for previous patch's addition of a src/port file. 14 years ago
Robert Haas dd7c84185c Attempt to fix MSVC builds and other fls-related breakage. 14 years ago
Andrew Dunstan 63876d3bac Support for building with MS Visual Studio 2010. 14 years ago
Bruce Momjian 8b08deb0d1 Simplify the pg_dump/pg_restore error reporting macros, and allow 14 years ago
Andrew Dunstan 91572ee0a6 Make pg_dumpall build with the right object files under MSVC. 14 years ago
Andrew Dunstan 4a9018135a Fix MSVC builds broken by xsubpp change 14 years ago
Andrew Dunstan ba00ab0b11 Use the preferred version of xsubpp, not necessarily the one that came with the 14 years ago
Magnus Hagander d9bae53173 Implement streaming xlog for backup tools 14 years ago
Tom Lane 5a8de2f2e7 Try to un-break MSVC build. 14 years ago
Heikki Linnakangas 65e899b2fb Fix MinGW build, broken by my previous patch to add a setlocale() wrapper 14 years ago
Alvaro Herrera 0d29c375cc Blind attempt at fixing isolation_tester on Win32 14 years ago
Magnus Hagander fd6913a189 perltidy run over msvc build system 14 years ago
Andrew Dunstan a9b6519606 Remove spurious underscore in name of isolation tester on MSVC. 14 years ago
Andrew Dunstan 840826e36c Build and run isolation test programs under MSVC. 14 years ago
Tom Lane bfd7f8cbb2 Make plpythonu language use plpython2 shared library directly. 15 years ago
Tom Lane 2ee69ff65d Remove no-longer-needed special case hacks in MSVC build scripts. 15 years ago
Andrew Dunstan 895ad83d70 Attempt to unbreak MSVC builds after pipe.c move. 15 years ago
Magnus Hagander 9752080942 Exclude sepgsql from MSVC regression testing as well 15 years ago
Robert Haas c26ac226e4 Blind attempt to exclude sepgsql from MSVC build system. 15 years ago
Magnus Hagander 048d148fe6 Add pg_basebackup tool for streaming base backups 15 years ago
Magnus Hagander f5a0fd2f3b Link libpgport into pg_test_fsync on msvc 15 years ago
Magnus Hagander fcd810c69a Use a lexer and grammar for parsing walsender commands 15 years ago
Magnus Hagander c0e96b49e5 perltidy run on the MSVC build system 15 years ago
Magnus Hagander 20f3964291 Add required new port files to MSVC builds. 15 years ago
Bruce Momjian e6e38b4ac2 Add inet_net_ntop.c as needed by MSVC, per Magnus. 15 years ago
Peter Eisentraut fc946c39ae Remove useless whitespace at end of lines 15 years ago
Andrew Dunstan 52e2c12288 Attempt to fix MSVC builds broken by parallel make changes. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Heikki Linnakangas 2746e5f21d Introduce latches. A latch is a boolean variable, with the capability to 15 years ago
Andrew Dunstan 97301ab189 Unbreak MSVC builds by removing copydir.c from list of libpgport files 15 years ago
Andrew Dunstan 540113dc96 Unbreak MSVC builds for pg_archivecleanup by linking with libpgport 15 years ago
Andrew Dunstan 2a73ee59db Fix MSVC builds for recent plperl changes. Go back to version 8.2, which is 15 years ago
Magnus Hagander 12bc72db60 Properly support multi-line entires (such as OBJS=) when building 15 years ago
Andrew Dunstan 52d0b49f5e Add missing library and include support for pg_upgrade to MSVC build system. 15 years ago
Magnus Hagander 93f35f0955 Perltidy run over the MSVC build system files, to clean up code formatting 15 years ago
Magnus Hagander ec86ef7a21 Fix another stupid typo... 16 years ago
Magnus Hagander a05af1d404 Make the msvc build system ask python about details of version and installation 16 years ago
Heikki Linnakangas 55d877184e Adjust MSVC build script too, now that the walreceiver dynamic module 16 years ago
Andrew Dunstan 60e2fdf092 Fix typo in Mkvcbuild.pl 16 years ago
Andrew Dunstan 3d3616cc2f Build plperl's new Util.xs 16 years ago
Magnus Hagander ee3b4188a7 Add include directory for dblink to find fmgroids.h on VS2008 builds. 16 years ago