- Jan 05, 2005
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Peter Eisentraut authored
-
- Jan 04, 2005
-
-
Peter Eisentraut authored
dangling cross-references.
-
Bruce Momjian authored
-
Tom Lane authored
-
Bruce Momjian authored
< * Allow building with directories containing spaces > * Allow building in directories containing spaces < There are two capabilities here, first the ability to build from a < source directory that contains spaces, and second the ability to install < into a directory that contains spaces. The first is probably not < possible because 'gmake' and other compiler tools do not fully support < spaces in path names. The second is possible with proper quoting in < the makefiles. Because PostgreSQL supports relocatable installs, it < is possible to install into a directory that doesn't contain spaces and < then copy the install to a directory with spaces. > This is probably not possible because 'gmake' and other compiler tools > do not fully support quoting of paths with spaces. > > * Allow installing to directories containing spaces > > This is possible if proper quoting is added to the makefiles for the > install targets. Because PostgreSQL supports relocatable installs, it > is already possible to install into a directory that doesn't contain > spaces and then copy the install to a directory with spaces.
-
Bruce Momjian authored
> There are two capabilities here, first the ability to build from a > source directory that contains spaces, and second the ability to install > into a directory that contains spaces. The first is probably not > possible because 'gmake' and other compiler tools do not fully support > spaces in path names. The second is possible with proper quoting in > the makefiles. Because PostgreSQL supports relocatable installs, it > is possible to install into a directory that doesn't contain spaces and > then copy the install to a directory with spaces.
-
Tom Lane authored
-
Bruce Momjian authored
Viktor Vislobokov
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
-
Bruce Momjian authored
-
- Jan 02, 2005
-
-
Bruce Momjian authored
> * Allow building with directories containing spaces
-
- Jan 01, 2005
-
-
Tom Lane authored
the src/tools/copyright script.
-
Bruce Momjian authored
< the Win32 wcscoll() can be used. > the Win32 wcscoll() can be used, and perhaps other functions > like towupper().
-
Bruce Momjian authored
< the Win32 strcoll() can be used. > the Win32 wcscoll() can be used.
-
Bruce Momjian authored
< o Disallow encodings like UTF8 which which PostgreSQL supports > o Disallow encodings like UTF8 which PostgreSQL supports 914a915,917 > > To fix UTF8, the data needs to be converted to UTF16 and then > the Win32 strcoll() can be used.
-
- Dec 31, 2004
-
-
PostgreSQL Daemon authored
Tag appropriate files for rc3 Also performed an initial run through of upgrading our Copyright date to extend to 2005 ... first run here was very simple ... change everything where: grep 1996-2004 && the word 'Copyright' ... scanned through the generated list with 'less' first, and after, to make sure that I only picked up the right entries ...
-
- Dec 30, 2004
- Dec 29, 2004
-
-
Tom Lane authored
sockets, rather than failing as it formerly did. Revert the thereby-obsoleted patch to make psql supply the localhost default.
-
- Dec 28, 2004
- Dec 27, 2004
-
-
Bruce Momjian authored
> * Improve the background writer > > Allow the background writer to more efficiently write dirty buffers > from the end of the LRU cache and use a clock sweep algorithm to > write other dirty buffers to reduced checkpoint I/O
-
Tom Lane authored
-
Tom Lane authored
where it doesn't belong, and put it in the psql reference page.
-
Tom Lane authored
that is, files are sought in the same directory as the referencing file. Also allow absolute paths in @file constructs. Improve documentation to actually say what is allowed in an included file.
-
Tom Lane authored
-
- Dec 24, 2004
-
-
Bruce Momjian authored
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Update FAQ with new URL's for site.
-
Bruce Momjian authored
-
Bruce Momjian authored
-