- Feb 27, 2007
-
-
Magnus Hagander authored
-
- Feb 21, 2007
-
-
Magnus Hagander authored
to have such entries, and want to be notified when we do... Leave the plain bugfix in genbki.
-
- Feb 19, 2007
-
-
Magnus Hagander authored
-
- Feb 14, 2007
-
-
Magnus Hagander authored
-
Bruce Momjian authored
can be used by src/tools/fsync/test_fsync.c.
-
- Feb 13, 2007
-
-
Magnus Hagander authored
clean script to properly clean up the result of it.
-
Magnus Hagander authored
-
Magnus Hagander authored
-
- Feb 10, 2007
-
-
Magnus Hagander authored
-
- Feb 08, 2007
-
-
Bruce Momjian authored
For win32 in general, this makes it possible to run the regression tests as an admin user by using the same restricted token method that's used by pg_ctl and initdb. For vc++, it adds building of pg_regress.exe, adds a resultmap, and fixes how it runs the install. Magnus Hagander
-
Peter Eisentraut authored
where possible, and fix some sites that apparently thought that fgets() will overwrite the buffer by one byte. Also add some strlcpy() to eliminate some weird memory handling.
-
- Feb 07, 2007
-
-
Alvaro Herrera authored
Hagander.
-
- Feb 06, 2007
-
-
Peter Eisentraut authored
used to be part of libpq's exported interface many releases ago, but now it's no longer necessary to make it accessible to clients.
-
- Feb 02, 2007
-
-
Neil Conway authored
generated solution files for what to install, instead of blindly copying everything as it previously did. With the previous quick-n-dirty version, it would copy old DLLs if you reconfigured in a way that didn't include subprojects like a PL for example. Magnus Hagander.
-
- Feb 01, 2007
-
-
Bruce Momjian authored
Standard English uses "may", "can", and "might" in different ways: may - permission, "You may borrow my rake." can - ability, "I can lift that log." might - possibility, "It might rain today." Unfortunately, in conversational English, their use is often mixed, as in, "You may use this variable to do X", when in fact, "can" is a better choice. Similarly, "It may crash" is better stated, "It might crash".
-
- Jan 31, 2007
-
-
Bruce Momjian authored
-
- Jan 28, 2007
-
-
Andrew Dunstan authored
-
- Jan 26, 2007
-
-
Neil Conway authored
suffix, to distinguish them from doubles. Make some function declarations and definitions use the "const" qualifier for arguments consistently. Ignore warning 4102 ("unreferenced label"), because such warnings are always emitted by bison-generated code. Patch from Magnus Hagander.
-
- Jan 25, 2007
-
-
Neil Conway authored
to deal with buildenv.bat properly, so that PATH (for example) doesn't expand infintly. Per report from Joachim Wieland, patch from Magnus.
-
- Jan 24, 2007
-
-
Bruce Momjian authored
specified. Magnus Hagander
-
- Jan 23, 2007
-
-
Alvaro Herrera authored
pg_proc.h (it's the same changes that's in gen_fmgrtab.sh in the unix build). Patch from Magnus Hagander.
-
- Jan 16, 2007
-
-
Neil Conway authored
* After Markos patch, now builds pgcrypto without zlib again * Updates README with xml info * xml requires xslt and iconv * disable unnecessary warning about __cdecl() * Add a buildenv.bat called from all other bat files to set up things like PATH for flex/bison. (Can't just set it before calling, doesn't always work when building from the GUI)
-
- Jan 10, 2007
-
-
Neil Conway authored
1) gendef works from inside visual studio - use a tempfile instead of redirection, because for some reason you can't redirect dumpbin from inside (patch from Joachim Wieland) 2) gendef must process only *.obj, or you get weird errors in some build scenarios when it tries to process a logfile Magnus Hagander
-
Neil Conway authored
the same output level that was used when building a single project before, and really needed to get reasonable information about what happens (non-verbose just says "starting build of foo" and "done building foo", more or less). Magnus Hagander
-
Bruce Momjian authored
-
- Jan 09, 2007
- Jan 06, 2007
-
-
Bruce Momjian authored
Improve release docs for ecpg regression tests.
-
Bruce Momjian authored
the library version number.
-
- Jan 05, 2007
-
-
Bruce Momjian authored
back-stamped for this.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Jan 04, 2007
-
-
Tom Lane authored
-
- Dec 30, 2006
-
-
Tom Lane authored
about typmod representation for standard types out into type-specific typmod I/O functions. Teodor Sigaev, with some editorialization by Tom Lane.
-
- Dec 29, 2006
-
-
Tom Lane authored
Magnus Hagander
-
- Dec 28, 2006
-
-
Bruce Momjian authored
multi-line comments to the next line.
-
- Dec 23, 2006
-
-
Tom Lane authored
cases. Operator classes now exist within "operator families". While most families are equivalent to a single class, related classes can be grouped into one family to represent the fact that they are semantically compatible. Cross-type operators are now naturally adjunct parts of a family, without having to wedge them into a particular opclass as we had done originally. This commit restructures the catalogs and cleans up enough of the fallout so that everything still works at least as well as before, but most of the work needed to actually improve the planner's behavior will come later. Also, there are not yet CREATE/DROP/ALTER OPERATOR FAMILY commands; the only way to create a new family right now is to allow CREATE OPERATOR CLASS to make one by default. I owe some more documentation work, too. But that can all be done in smaller pieces once this infrastructure is in place.
-
- Nov 29, 2006
-
-
Tom Lane authored
-
- Nov 25, 2006
-
-
Bruce Momjian authored
include. Propery align for O_DIRECT. Check for write()/fsync() failures.
-