Commit Graph

735 Commits (ff301d6e690bb5581502ea3d8591a1600fd87acc)

Author SHA1 Message Date
Magnus Hagander ace2b067d5 Fix MSVC build for new ways to pull in keywords.c and kwlookup.c. 17 years ago
Magnus Hagander 59a64e381c Remove references to foreign data wrapper libraries, since they have 17 years ago
Magnus Hagander 0154345078 Make win32 builds always do SetEnvironmentVariable() when doing putenv(). 17 years ago
Magnus Hagander 477c5d3b0d Install .mo files for NLS as <program>-<version>.mo when building with MSVC 17 years ago
Bruce Momjian 6faf495b8a Make 'find' syntax consistent; add .git exclusion to make_ctags. 17 years ago
Peter Eisentraut c82b63a54f Avoid version-control system directories when creating TAGS. Besides 17 years ago
Peter Eisentraut 03b4fc7240 Remove useless (and insecure) temp file handling. 17 years ago
Magnus Hagander 2b1782fa58 Make the MSVC build output "32-bit" at the end of the version string, the 17 years ago
Bruce Momjian 65deb13436 Be smarter --- accept missing comma, and force comma if missing. 17 years ago
Bruce Momjian 34273b44a6 Mention src/interfaces/libpq/libpq.rc.in needs to be updated for 17 years ago
Bruce Momjian c4eaa9672a Make comma optional for copyright text change. 17 years ago
Bruce Momjian 511db38ace Update copyright for 2009. 17 years ago
Magnus Hagander 4fc6e2fdcf Teach MSVC build system about building foreign data wrappers. 17 years ago
Andrew Dunstan 04ecc64310 Attempt to fix MSVC breakage from Major Version patch. 17 years ago
Magnus Hagander 2c69fa0c38 Change wildcard cerfificate mapping to be much simler - we now only match 17 years ago
Tom Lane 3191ab5dcc Remove the last traces of --temp-port. 17 years ago
Tom Lane 2a6108ac24 Partial fix for fallout from temp-port changes. ecpg still needs more work, 17 years ago
Magnus Hagander cb10467d30 Add support for matching wildcard server certificates to the new SSL code. 17 years ago
Magnus Hagander 772eedb6bb Exclude contrib/intagg from the list of MSVC project files to be generated, 17 years ago
Michael Meskes b78f9b496d Enable script to generate preproc.y in build process. 17 years ago
Bruce Momjian 06c22d7f51 Small shell syntax improvement. 17 years ago
Tom Lane d6dfa1e6c6 Update oidjoins test to match CVS HEAD. 17 years ago
Tom Lane 556dfb5e06 Fix bogus comment emitted by make_oidjoins_check, per Greg Stark. 17 years ago
Bruce Momjian a6586c0dc1 Improve backend flowchart to show more detail. 18 years ago
Tom Lane dad4215d0a Experimental patch to see if it fixes MSVC builds ... 18 years ago
Tom Lane 32f159cc55 Add an "events" system to libpq, whereby applications can get callbacks that 18 years ago
Bruce Momjian f536f74ade Add Win32 MSVC code to support this recent patch: 18 years ago
Tom Lane b8f5ea7685 Fix (hopefully) some oversights in recent Bison cleanup patch. 18 years ago
Peter Eisentraut 7c31742a07 Remove all traces that suggest that a non-Bison yacc might be supported, and 18 years ago
Bruce Momjian 3c35de85e7 Remove tools and documention for generating TODO.html. 18 years ago
Magnus Hagander f434ebaa9a Properly remove src\include\utils\probes.h when running clean.bat. 18 years ago
Magnus Hagander 19c1e68e16 probes.h is generated from probes.d, not pg_trace.d. 18 years ago
Tom Lane 4b362c662e Avoid substituting NAMEDATALEN, FLOAT4PASSBYVAL, and FLOAT8PASSBYVAL into 18 years ago
Tom Lane 320c7eb8c6 Oops, make the MSVC build put fmgroids.h where it needs to be. 18 years ago
Tom Lane eeee06919f Fix Gen_fmgrtab.sh to not rely on hard-wired knowledge of the column numbers 18 years ago
Andrew Dunstan 2ac64dba44 Prevent CVS from mangling script 18 years ago
Andrew Dunstan 3f850cbdc5 Add script to find .c and .h files that are missing CVS PostgreSQL markers 18 years ago
Tom Lane 99b8ebec64 Create a script to handle stamping release version numbers into files, 18 years ago
Tom Lane bf4bd50ff7 Copy refint.so and autoinc.so into the src/test/regress directory during 18 years ago
Michael Meskes d82e7c84fa Link in keywords file instead of copying it. 18 years ago
Magnus Hagander 42ad6631cd Add include directory required after the latest changes to the ecpg build. 18 years ago
Andrew Dunstan 53972b460c Add $PostgreSQL$ markers to a lot of files that were missing them. 18 years ago
Andrew Dunstan a86a9bf9fe Remaining pieces of fix for contrib makefiles 18 years ago
Andrew Dunstan 3159040627 Improve logic for finding object files on OBJS lines in contrib Makefiles. If this unbreaks buildfarm mastodon, apply everywhere. 18 years ago
Andrew Dunstan d61eecb5a1 Provide for MSVC config equivalents of recently added configure options. Remove 18 years ago
Bruce Momjian a256ea5088 FAQ2txt now only controls the main FAQ, not FAQ_DEV. 18 years ago
Magnus Hagander a31b03ba27 Clean up float4byval and float8byval handling by dealing with them completely 18 years ago
Magnus Hagander de6e4c9d60 Make float4byval and float8byval configurable on MSVC. 18 years ago
Tom Lane 8472bf7a73 Allow float8, int8, and related datatypes to be passed by value on machines 18 years ago
Bruce Momjian 6e884662a1 Update doc script comments. 18 years ago