4ea43bdfdf
Update copyright script.
2005-01-03 06:16:54 +00:00
11373311d0
Add:
...
> * Allow building with directories containing spaces
2005-01-02 21:08:14 +00:00
a17e589046
Adjust a few more copyright notices to match the format expected by
...
the src/tools/copyright script.
2005-01-01 22:14:33 +00:00
7e1c8ef4fc
Some more missed copyright notices. Many of these look like they
...
should have been caught by the src/tools/copyright script ... why
weren't they?
2005-01-01 20:44:34 +00:00
3ca924a9dd
Update:
...
< the Win32 wcscoll() can be used.
> the Win32 wcscoll() can be used, and perhaps other functions
> like towupper().
2005-01-01 17:29:17 +00:00
bfeaefd245
Update:
...
< the Win32 strcoll() can be used.
> the Win32 wcscoll() can be used.
2005-01-01 17:25:01 +00:00
f882247664
Update:
...
< 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.
2005-01-01 16:36:57 +00:00
2daed8c5b3
Update copyrights that were missed.
2005-01-01 05:43:09 +00:00
5e05d2bcdb
forgot to autoconf after tag'ng configure.in with rc3
REL8_0_0RC3
2004-12-31 22:22:24 +00:00
2ff501590b
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 ...
2004-12-31 22:04:05 +00:00
7cd25199a9
Clean up win32ver.o on Windows, per Magnus.
2004-12-31 19:09:37 +00:00
0686fe331f
make clean must remove zic$(X) for Windows, per Magnus.
2004-12-31 19:01:54 +00:00
883ac5ca7a
More minor updates and copy-editing.
2004-12-30 21:45:37 +00:00
1fbdb6bc9f
Fixed segfault in connect when specifying no database name.
2004-12-30 09:36:37 +00:00
c3d583ddce
More updates and copy-editing. Rearrange order of sections a little bit
...
to put more widely useful info before less widely useful info.
2004-12-30 03:13:56 +00:00
1ade4b33f6
Triggers should return TRIGGER not OPAQUE. Looks like this script got
...
overlooked in 7.3 updates. Not a critical fix but avoids a notice when
the resulting SQL script is executed.
2004-12-30 00:30:40 +00:00
96ecf9d5aa
Support Sun's compiler on SunOS4 (a/k/a Solaris 9). Per ayan@ayan.net
2004-12-29 23:47:40 +00:00
ec0e307596
Convert external-projects to an appendix.
2004-12-29 23:36:47 +00:00
eee5abce46
Refactor EXEC_BACKEND code so that postmaster child processes reattach
...
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.
2004-12-29 21:36:09 +00:00
e14018dc5e
Translation updates
2004-12-29 02:30:16 +00:00
d9236a69fc
Make libpq default to localhost connections on machines without Unix-domain
...
sockets, rather than failing as it formerly did. Revert the
thereby-obsoleted patch to make psql supply the localhost default.
2004-12-28 23:17:54 +00:00
797c2b2501
More minor updates and copy-editing.
2004-12-28 22:47:15 +00:00
7737d01ece
More minor updates and copy-editing.
2004-12-28 19:08:58 +00:00
31cc047d94
BDST should be "British double SUMMER time", not Standard time.
...
Per John Smith.
2004-12-28 15:25:55 +00:00
af71fbafd0
Add:
...
> * 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
2004-12-27 22:44:44 +00:00
008e9e452f
More minor updates and copy-editing.
2004-12-27 22:30:10 +00:00
361f354109
Make sure --with-pgport option propagates into postgresql.conf.
...
Per gripe from Josh Berkus.
2004-12-27 20:39:21 +00:00
39475990e0
Move info about psql console code page issues out of install-win32.sgml,
...
where it doesn't belong, and put it in the psql reference page.
2004-12-27 20:13:48 +00:00
370f90970d
Cause pg_hba.conf file inclusion (@file stuff) to behave as documented,
...
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.
2004-12-27 19:19:24 +00:00
6dac6b89a0
Translation update
2004-12-27 14:24:22 +00:00
42f167f8b1
Fix func_ptr declaration for netbsd-mac68k, per Rémi Zara.
2004-12-26 23:20:12 +00:00
cdd402f8b3
More minor updates and copy-editing.
2004-12-26 23:06:56 +00:00
5cfdd68f84
Rearrange include file contents into a saner order, add inclusion of
...
<signal.h>. Per Andrew Dunstan.
2004-12-26 19:20:33 +00:00
e40ae565c2
Improve Win32 install instructions.
2004-12-24 19:20:18 +00:00
7cc37511a2
Minor updates and copy-editing.
2004-12-24 19:12:37 +00:00
c62465cba3
Back out Win32 changes until Tom is done.
2004-12-24 18:37:26 +00:00
91e081d515
Adjust documention for Win32 installation options.
2004-12-24 18:32:50 +00:00
e4ff7c5e94
Update docs for Win32 installation, per Tom.
2004-12-24 18:11:16 +00:00
860d507b89
Updates from Ian Barwick.
...
Update FAQ with new URL's for site.
2004-12-24 17:19:23 +00:00
8a10119bf3
Update FAQ.
2004-12-24 17:13:51 +00:00
f0c08ae7c9
Remove 'optimization' to skip resolve_symlinks() when the found
...
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.
2004-12-24 16:55:43 +00:00
bad4897d9f
Update FAQ with new URL's for site.
2004-12-24 16:02:36 +00:00
9405e14e00
Switch order of WHERE clauses in tab completion queries, as suggested
...
by Rod Taylor. The foo_is_visible() functions are relatively slow and
so it pays to check them after checking the name pattern match.
2004-12-24 15:42:05 +00:00
0add759825
More minor updates and copy-editing.
2004-12-23 23:07:38 +00:00
08457504f0
Avoid memory leakage during VACUUM FULL when an index expression or
...
index predicate uses temporary memory for evaluation. Per example
from Jean-Gerard Pailloncy.
2004-12-23 22:42:15 +00:00
f9a134b6e4
Add missing ecpg prototype for newly added functions.
2004-12-23 13:19:17 +00:00
f0299325e4
Added PGTYPEStimestamp_add_interval written by Dave Cramer.
...
Fixed parsing of defines to make sure they used more than once.
2004-12-23 10:46:10 +00:00
f8ffb60492
A small pass of docs review and copy-editing.
2004-12-23 05:37:40 +00:00
3621657a61
Use float8-small-is-zero for netbsd on m68k, per Rémi Zara.
2004-12-23 03:49:40 +00:00
63a90720b4
Remove extra parenthesis.
2004-12-23 00:03:24 +00:00