Commit Graph

894 Commits (26174d5fd0dec01bbbc4e766ed32b9a50a019c29)

Author SHA1 Message Date
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
Alvaro Herrera c4d124365b Use $INDENT rather than indent throughout the pgindent code 15 years ago
Tom Lane 01ff8dd756 Fix MSVC build scripts for recent extension-related changes. 15 years ago
Tom Lane 2ee69ff65d Remove no-longer-needed special case hacks in MSVC build scripts. 15 years ago
Heikki Linnakangas dafaa3efb7 Implement genuine serializable isolation level. 15 years ago
Bruce Momjian 97116ca417 Rename macro DECIMAL to DECIMAL_T to help pgindent; this is already 15 years ago
Andrew Dunstan 895ad83d70 Attempt to unbreak MSVC builds after pipe.c move. 15 years ago
Robert Haas 356f2cbbb4 Make handling of errcodes.h more consistent with other generated headers. 15 years ago
Magnus Hagander 39fbec73b0 Use single quotes when there are backslashes in the filename 15 years ago
Robert Haas ddfe26f644 Avoid maintaining three separate copies of the error codes list. 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
Andrew Dunstan 6c41cf5977 Silence flex warnings about DOS file paths in MSVC builds 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
Bruce Momjian 606a3d54fc Move test_fsync to /contrib. 15 years ago
Bruce Momjian 8995440e38 In test_fsync, adjust test headings to match wal_sync_method values; 15 years ago
Bruce Momjian 4acfd43a7d Remove "github test" that somehow got into my tree. Sorry. 15 years ago
Bruce Momjian 2c38cce1be github test 15 years ago
Bruce Momjian 08af45f4ff Add getopt() support to test_fsync; also fix printf() format problem. 15 years ago
Bruce Momjian e0c274679c In test_fsync, use #define for printf format of ops/sec. 15 years ago
Bruce Momjian 6dc15e3bef Use O_DIRECT in O_SYNC test of different size. Restructure O_DIRECT 15 years ago
Bruce Momjian 3eebb33ddd Reverse number of stars used for test_fsync details. 15 years ago
Bruce Momjian 431605f666 In test_fsync, warn about options without o_direct that are not used by 15 years ago
Bruce Momjian 001d3664e3 Have test_fsync output details that fdatasync is the default 15 years ago
Bruce Momjian 169516ad93 Restructure test_fync to use modular C so there is less duplicate code 15 years ago
Bruce Momjian 3ab80cfe03 Improve output display of test_fsync. 15 years ago
Bruce Momjian 677b06ca46 Apply patch for test_fsync to add tests for O_DIRECT. 15 years ago
Magnus Hagander fcd810c69a Use a lexer and grammar for parsing walsender commands 15 years ago
Magnus Hagander 361418be7c Ensure the directory for gram.h is created on win32 15 years ago
Magnus Hagander 3457514c2d Properly install gram.h on MSVC builds 15 years ago
Magnus Hagander c0e96b49e5 perltidy run on the MSVC build system 15 years ago
Bruce Momjian 5d950e3b0c Stamp copyrights for year 2011. 15 years ago
Tom Lane f79136439f Remove -fno-operator-names switch from cpluspluscheck. 15 years ago
Tom Lane 8c61f81b31 Rearrange cpluspluscheck to check just one .h file at a time. 15 years ago
Tom Lane a977db6f1c Tweak cpluspluscheck to avoid directly #include'ing gram.h. 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
Peter Eisentraut 19e231bbda Improved parallel make support 15 years ago
Magnus Hagander cd0e825321 Fix msvc build for localized versions of Visual C++ 15 years ago
Tom Lane e77f605d43 Remove excess argument to open(2). 15 years ago
Andrew Dunstan f00847dc01 Fix MSVC builds for dummy_seclabel breakage. 15 years ago
Tom Lane bf429cebd0 Improve git_changelog as per discussion with Robert Haas. 15 years ago