- 01 Jan, 2005 6 commits
-
-
Tom Lane authored
the src/tools/copyright script.
-
Tom Lane authored
should have been caught by the src/tools/copyright script ... why weren't they?
-
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.
-
Bruce Momjian authored
-
- 31 Dec, 2004 4 commits
-
-
PostgreSQL Daemon authored
forgot to autoconf after tag'ng configure.in with rc3
-
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 ...
-
Tom Lane authored
-
Tom Lane authored
-
- 30 Dec, 2004 4 commits
-
-
Tom Lane authored
-
Michael Meskes authored
-
Tom Lane authored
to put more widely useful info before less widely useful info.
-
Tom Lane authored
overlooked in 7.3 updates. Not a critical fix but avoids a notice when the resulting SQL script is executed.
-
- 29 Dec, 2004 4 commits
-
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
to shared memory as soon as possible, ie, right after read_backend_variables. The effective difference from the original code is that this happens before instead of after read_nondefault_variables(), which loads GUC information and is apparently capable of expanding the backend's memory allocation more than you'd think it should. This should fix the failure-to-attach-to-shared-memory reports we've been seeing on Windows. Also clean up a few bits of unnecessarily grotty EXEC_BACKEND code.
-
Peter Eisentraut authored
-
- 28 Dec, 2004 4 commits
- 27 Dec, 2004 6 commits
-
-
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
Per gripe from Josh Berkus.
-
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.
-
Peter Eisentraut authored
-
- 26 Dec, 2004 3 commits
- 24 Dec, 2004 9 commits
-
-
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
-
Tom Lane authored
executable file isn't itself a symlink. We still need to run the algorithm so that any directory symlinks in the path to the executable are replaced by a true path. Noticed this on seeing pg_config give me a completely wrong answer for --pkglibdir when I called it through a symlink to the installation bindir.
-
Bruce Momjian authored
-