Commit Graph

220 Commits (a2ada08d4c0afa2d1f678ba7fb03ccc065f3a57b)

Author SHA1 Message Date
Tom Lane f04d4ac919 Reindent Perl files with perltidy version 20170521. 8 years ago
Stephen Frost da9b580d89 Refactor dir/file permissions 8 years ago
Heikki Linnakangas f044d71e33 Use ARMv8 CRC instructions where available. 8 years ago
Peter Eisentraut 4ab2999815 Attempt to fix jsonb_plperl build on Windows 8 years ago
Peter Eisentraut 75e95dd79b Attempt to fix jsonb_plpython build on Windows 8 years ago
Teodor Sigaev 2058d6a22b Add conditional.c to libpgfeutils for MSVC build 8 years ago
Peter Eisentraut 8a3d942529 Add ssl_passphrase_command setting 8 years ago
Magnus Hagander 6946280cde Actually pick .lib file when multiple perl libs are present 8 years ago
Magnus Hagander 7240962f86 Fix msvc builds for ActivePerl > 5.24 8 years ago
Peter Eisentraut f75a959155 Refactor client-side SSL certificate checking code 8 years ago
Noah Misch 65a00f3035 MSVC: Test whether 32-bit Perl needs -D_USE_32BIT_TIME_T. 8 years ago
Noah Misch 84c4313c6f Support linking with MinGW-built Perl. 8 years ago
Tom Lane b5178c5d08 Further tweaks to compiler flags for PL/Perl on Windows. 8 years ago
Tom Lane 21d304dfed Final pgindent + perltidy run for v10. 8 years ago
Tom Lane 5a5c2feca3 Absorb -D_USE_32BIT_TIME_T switch from Perl, if relevant. 8 years ago
Tom Lane 3c163a7fc7 PL/Perl portability fix: absorb relevant -D switches from Perl. 9 years ago
Noah Misch 71ad8000da MSVC: Accept tcl86.lib in addition to tcl86t.lib. 9 years ago
Noah Misch 2f7f45a64b MSVC: Don't link libpgcommon into pgcrypto. 9 years ago
Tom Lane 1ae8536545 Ooops, WIN32 code in pg_ctl.c still needs PQExpBuffer. 9 years ago
Tom Lane f13ea95f9e Change pg_ctl to detect server-ready by watching status in postmaster.pid. 9 years ago
Bruce Momjian ce55481032 Post-PG 10 beta1 pgperltidy run 9 years ago
Alvaro Herrera 14722c69f9 Allow MSVC to build with Tcl 8.6. 9 years ago
Magnus Hagander 28d1c8ccc8 Build pgoutput.dll in MSVC build 9 years ago
Heikki Linnakangas 60f11b87a2 Use SASLprep to normalize passwords for SCRAM authentication. 9 years ago
Peter Eisentraut facde2a98f Clean up Perl code according to perlcritic 9 years ago
Heikki Linnakangas 818fd4a67d Support SCRAM-SHA-256 authentication (RFC 5802 and 7677). 9 years ago
Heikki Linnakangas 273c458a2b Refactor SHA2 functions and move them to src/common/. 9 years ago
Robert Haas 7ada2d31f4 Remove contrib/tsearch2. 9 years ago
Robert Haas 85c11324ca Rename user-facing tools with "xlog" in the name to say "wal". 9 years ago
Heikki Linnakangas fe0a0b5993 Replace PostmasterRandom() with a stronger source, second attempt. 9 years ago
Heikki Linnakangas faae1c918e Revert "Replace PostmasterRandom() with a stronger way of generating randomness." 9 years ago
Heikki Linnakangas 9e083fd468 Replace PostmasterRandom() with a stronger way of generating randomness. 9 years ago
Tom Lane eda04886c1 Avoid direct cross-module links in hstore_plperl and ltree_plpython, too. 9 years ago
Tom Lane d51924be88 Convert contrib/hstore_plpython to not use direct linking to other modules. 9 years ago
Peter Eisentraut bf5bb2e85b Move fsync routines of initdb into src/common/ 9 years ago
Heikki Linnakangas 3c2d5d6600 Improve error message on MSVC if perl*.lib is not found. 9 years ago
Tom Lane 28e5e5648c Fix and simplify MSVC build's handling of xml/xslt/uuid dependencies. 9 years ago
Heikki Linnakangas ec136d19b2 Move code shared between libpq and backend from backend/libpq/ to common/. 9 years ago
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. 9 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