Commit Graph

182 Commits (9cca11c915e458323d0e746c68203f2c11da0302)

Author SHA1 Message Date
Tom Lane 04164deb7c initdb now needs to reference libpq include files in MSVC builds. 9 years ago
Tom Lane a7b5573d66 Remove separate version numbering for ecpg preprocessor. 9 years ago
Tom Lane 0b9358d440 Stamp shared-library minor version numbers for v10. 10 years ago
Noah Misch 3be0a62ffe Finish pgindent run for 9.6: Perl files. 10 years ago
Stephen Frost 6e243c43c9 Add test_pg_dump to @contrib_excludes 10 years ago
Kevin Grittner 279d86afdb Add snapshot_too_old to NSVC @contrib_excludes 10 years ago
Fujii Masao 989be0810d Support multiple synchronous standby servers. 10 years ago
Tom Lane f5f15ea6aa Fix MSVC build for changes in zic. 10 years ago
Tom Lane c1156411ad Move psql's psqlscan.l into src/fe_utils. 10 years ago
Tom Lane d65bea26a8 Move psql's print.c and mbprint.c into src/fe_utils. 10 years ago
Tom Lane 0ecd3fedfc Add missed inclusion requirement in Mkvcbuild.pm. 10 years ago
Tom Lane 588d963b00 Create src/fe_utils/, and move stuff into there from pg_dump's dumputils. 10 years ago
Tom Lane 2c6af4f442 Move keywords.c/kwlookup.c into src/common/. 10 years ago
Andres Freund 72e2d21c12 Combine win32 and unix latch implementations. 10 years ago
Andres Freund 326d73c86f Second attempt at fixing MSVC build for 68ab8e8ba4. 10 years ago
Tom Lane 6f1f34c92b Best-guess attempt at fixing MSVC build for 68ab8e8ba4. 10 years ago
Tom Lane 0ea9efbe9e Split psql's lexer into two separate .l files for SQL and backslash cases. 10 years ago
Joe Conway dc7d70ea05 Expose control file data via SQL accessible functions. 10 years ago
Joe Conway a5c43b8869 Add new system view, pg_config 10 years ago
Alvaro Herrera a967613911 Windows: Make pg_ctl reliably detect service status 10 years ago
Andres Freund b67aaf21e8 Add CASCADE support for CREATE EXTENSION. 10 years ago
Alvaro Herrera d67616c743 MSVC: Exclude 'brin' contrib module 11 years ago
Tom Lane 019f7813da Stamp shared-library minor version numbers for 9.6. 11 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 11 years ago
Tom Lane 0c071936e9 Revert error-throwing wrappers for the printf family of functions. 11 years ago
Noah Misch 16304a0134 Add error-throwing wrappers for the printf family of functions. 11 years ago
Andrew Dunstan cbf9f0ec31 Fix MSVC builds for contrib transforms modules. 11 years ago
Andrew Dunstan 06ca28d5ab Fix vcbuild failures and chkpass dependency caused by 854adb8 11 years ago
Peter Eisentraut 854adb8371 Replace backslashes by forward slashes in MSVC build code 11 years ago
Noah Misch bcd7e8897c Remove superfluous -DFRONTEND. 11 years ago
Noah Misch 151e74719b Build every ECPG library with -DFRONTEND. 11 years ago
Peter Eisentraut b0a738f428 Move pg_xlogdump from contrib/ to src/bin/ 11 years ago
Peter Eisentraut 528c2e44ab Move pg_test_timing from contrib/ to src/bin/ 11 years ago
Peter Eisentraut 00882d9e5c Move pg_test_fsync from contrib/ to src/bin/ 11 years ago
Alvaro Herrera 90898af30b MSVC: Include modules of src/test/modules in build 11 years ago
Peter Eisentraut 9fa8b0ee90 Move pg_upgrade from contrib/ to src/bin/ 11 years ago
Heikki Linnakangas 3dc2d62d04 Use Intel SSE 4.2 CRC instructions where available. 11 years ago
Heikki Linnakangas 4f700bcd20 Reorganize our CRC source files again. 11 years ago
Peter Eisentraut d577bb868d pgbench: Attempt fix build on Windows 11 years ago
Peter Eisentraut 81134af3ec Move pgbench from contrib/ to src/bin/ 11 years ago
Peter Eisentraut 83aca89f7c Move pg_archivecleanup from contrib/ to src/bin/ 11 years ago
Magnus Hagander c9970ab937 Fix typo 11 years ago
Andrew Dunstan fa1e5afa8a Run pg_upgrade and pg_resetxlog with restricted token on Windows 11 years ago
Heikki Linnakangas 4babae1a86 Try to fix MSVC build of pg_rewind. 11 years ago
Heikki Linnakangas 61081e75c6 Add pg_rewind, for re-synchronizing a master server after failback. 11 years ago
Heikki Linnakangas 1933a5bbc8 Make pg_xlogdump MSVC build work more like others. 11 years ago
Alvaro Herrera 66ece312f9 Refactor Mkvcbuild.pm to facilitate modules migrations 11 years ago
Robert Haas 878fdcb843 pgbench: Add a real expression syntax to \set 11 years ago
Heikki Linnakangas cc761b170c Fix MSVC build. 11 years ago
Fujii Masao 40bede5477 Move pg_lzcompress.c to src/common. 11 years ago