| Commit message (Expand) | Author | Age | Files | Lines |
* | Teach MSVC build system about building foreign data wrappers. | Magnus Hagander | 2008-12-20 | 1 | -1/+10 |
* | Attempt to fix MSVC breakage from Major Version patch. | Andrew Dunstan | 2008-12-16 | 1 | -1/+2 |
* | Change wildcard cerfificate mapping to be much simler - we now only match | Magnus Hagander | 2008-12-02 | 1 | -2/+2 |
* | Remove the last traces of --temp-port. | Tom Lane | 2008-12-01 | 1 | -13/+2 |
* | Partial fix for fallout from temp-port changes. ecpg still needs more work, | Tom Lane | 2008-11-28 | 1 | -4/+3 |
* | Add support for matching wildcard server certificates to the new SSL code. | Magnus Hagander | 2008-11-24 | 1 | -2/+2 |
* | Exclude contrib/intagg from the list of MSVC project files to be generated, | Magnus Hagander | 2008-11-14 | 1 | -2/+2 |
* | Enable script to generate preproc.y in build process. | Michael Meskes | 2008-11-14 | 1 | -1/+14 |
* | Small shell syntax improvement. | Bruce Momjian | 2008-11-03 | 1 | -2/+2 |
* | Update oidjoins test to match CVS HEAD. | Tom Lane | 2008-10-13 | 1 | -5/+26 |
* | Fix bogus comment emitted by make_oidjoins_check, per Greg Stark. | Tom Lane | 2008-10-13 | 1 | -2/+2 |
* | Improve backend flowchart to show more detail. | Bruce Momjian | 2008-10-07 | 3 | -121/+131 |
* | Experimental patch to see if it fixes MSVC builds ... | Tom Lane | 2008-10-06 | 1 | -1/+3 |
* | Add an "events" system to libpq, whereby applications can get callbacks that | Tom Lane | 2008-09-17 | 1 | -2/+4 |
* | Add Win32 MSVC code to support this recent patch: | Bruce Momjian | 2008-09-05 | 1 | -1/+4 |
* | Fix (hopefully) some oversights in recent Bison cleanup patch. | Tom Lane | 2008-08-30 | 2 | -8/+6 |
* | Remove all traces that suggest that a non-Bison yacc might be supported, and | Peter Eisentraut | 2008-08-29 | 2 | -6/+5 |
* | Remove tools and documention for generating TODO.html. | Bruce Momjian | 2008-08-20 | 1 | -24/+0 |
* | Properly remove src\include\utils\probes.h when running clean.bat. | Magnus Hagander | 2008-08-18 | 1 | -1/+2 |
* | probes.h is generated from probes.d, not pg_trace.d. | Magnus Hagander | 2008-08-16 | 1 | -2/+2 |
* | Avoid substituting NAMEDATALEN, FLOAT4PASSBYVAL, and FLOAT8PASSBYVAL into | Tom Lane | 2008-07-19 | 1 | -17/+1 |
* | Oops, make the MSVC build put fmgroids.h where it needs to be. | Tom Lane | 2008-06-24 | 2 | -2/+4 |
* | Fix Gen_fmgrtab.sh to not rely on hard-wired knowledge of the column numbers | Tom Lane | 2008-06-23 | 1 | -54/+5 |
* | Prevent CVS from mangling script | Andrew Dunstan | 2008-06-15 | 1 | -3/+3 |
* | Add script to find .c and .h files that are missing CVS PostgreSQL markers | Andrew Dunstan | 2008-06-15 | 1 | -0/+50 |
* | Create a script to handle stamping release version numbers into files, | Tom Lane | 2008-06-10 | 2 | -8/+124 |
* | Copy refint.so and autoinc.so into the src/test/regress directory during | Tom Lane | 2008-05-30 | 2 | -4/+6 |
* | Link in keywords file instead of copying it. | Michael Meskes | 2008-05-21 | 1 | -2/+2 |
* | Add include directory required after the latest changes to the ecpg build. | Magnus Hagander | 2008-05-21 | 1 | -1/+2 |
* | Add $PostgreSQL$ markers to a lot of files that were missing them. | Andrew Dunstan | 2008-05-17 | 1 | -0/+3 |
* | Remaining pieces of fix for contrib makefiles | Andrew Dunstan | 2008-05-10 | 1 | -4/+8 |
* | Improve logic for finding object files on OBJS lines in contrib Makefiles. If... | Andrew Dunstan | 2008-05-09 | 1 | -2/+4 |
* | Provide for MSVC config equivalents of recently added configure options. Remove | Andrew Dunstan | 2008-05-03 | 2 | -2/+31 |
* | FAQ2txt now only controls the main FAQ, not FAQ_DEV. | Bruce Momjian | 2008-04-22 | 1 | -3/+2 |
* | Clean up float4byval and float8byval handling by dealing with them completely | Magnus Hagander | 2008-04-21 | 1 | -7/+12 |
* | Make float4byval and float8byval configurable on MSVC. | Magnus Hagander | 2008-04-21 | 2 | -1/+19 |
* | Allow float8, int8, and related datatypes to be passed by value on machines | Tom Lane | 2008-04-21 | 1 | -1/+11 |
* | Update doc script comments. | Bruce Momjian | 2008-04-19 | 2 | -4/+5 |
* | Add script FAQ2txt to convert HTML files to txt. Add comment to TODO2html. | Bruce Momjian | 2008-04-19 | 2 | -1/+10 |
* | Add TODO2html tool to convert TODO to HTML. | Bruce Momjian | 2008-04-19 | 1 | -0/+22 |
* | Ignore blank lines in typedef file. | Bruce Momjian | 2008-04-16 | 1 | -2/+2 |
* | Avoid using unnecessary pgwin32_safestat in libpq. | Andrew Dunstan | 2008-04-16 | 1 | -1/+2 |
* | Add multi-line flag to regex that needs it. Backpatch to 8.2. Fix from Andrea... | Andrew Dunstan | 2008-04-15 | 1 | -2/+3 |
* | Make integer_datetimes the default for MSVC even if not mentioned in config.pl. | Andrew Dunstan | 2008-04-15 | 2 | -2/+5 |
* | Make integer_datetimes the default on msvc as well, to have the same | Magnus Hagander | 2008-04-08 | 1 | -1/+1 |
* | More README src cleanups. | Bruce Momjian | 2008-03-21 | 7 | -4/+30 |
* | Generate dummy probes.h for MSVC builds. | Andrew Dunstan | 2008-03-21 | 1 | -1/+7 |
* | Add find_typedef comments for Linux. | Bruce Momjian | 2008-03-18 | 1 | -2/+6 |
* | Add find_typedef comment. | Bruce Momjian | 2008-03-18 | 1 | -2/+2 |
* | Add Linux support to find_typedefs, with help from Alvaro. | Bruce Momjian | 2008-03-18 | 1 | -5/+13 |