Peter Eisentraut
35fde297c0
Small polishing of bug reporting template
2005-01-10 08:21:43 +00:00
Peter Eisentraut
c2719ae503
Translation updates
2005-01-10 08:14:35 +00:00
Tom Lane
a54ea1f75e
Comment out check for substitution of private key file on Windows,
...
since st_ino can't be trusted on that platform. Per report from T.J.
2005-01-10 00:37:12 +00:00
Tom Lane
8e4f4078d8
Un-break MSVC build, per Andrew Dunstan.
2005-01-10 00:19:51 +00:00
Tom Lane
ab3bb9cf78
Add some real documentation about TOAST (finally). Combine this with
...
the old 'page' chapter and the recently added 'filelayout' chapter to
make a coherent chapter about PostgreSQL's physical storage layout.
2005-01-10 00:04:43 +00:00
Tom Lane
521e8888e9
Undo an unadvertised change in the API of pg_atoi. In all previous
...
releases, a nonzero 'c' argument meant that the input string could be
terminated by either that character or \0. Recent refactoring broke
that, causing the thing to scan for 'c' only. This went undetected
because no part of the main code actually passes nonzero 'c'. However
it broke tsearch2 and possibly other user-written code that assumed
the old definition. Per report from Tom Hebbron.
2005-01-09 21:03:19 +00:00
Tom Lane
0471cd5f62
Clarify description of greedy and non-greedy POSIX regular expressions,
...
per discussion in Nov 2004 with Ken Tanzer.
2005-01-09 20:08:50 +00:00
Bruce Momjian
a9566cccca
Update OS/2 URL.
2005-01-09 19:44:25 +00:00
Tom Lane
7da8623a56
Last batch of updates in response to 7.4 interactive docs comments.
2005-01-09 18:58:10 +00:00
Tom Lane
7bbdb078bd
Update discussion of ALTER TABLE ADD COLUMN, per Michael Fuhr.
2005-01-09 17:47:30 +00:00
Tom Lane
0549de06ba
Fix segfault when xpath_list function is applied to an invalid document.
...
John Gray
2005-01-09 17:40:40 +00:00
Peter Eisentraut
84620860d9
New translations
2005-01-09 17:38:19 +00:00
Peter Eisentraut
a58e738cd7
Translation updates
2005-01-09 17:32:05 +00:00
Peter Eisentraut
8511a1b734
New translation
2005-01-09 17:10:29 +00:00
Peter Eisentraut
11ca6d580c
Translation updates
2005-01-09 17:07:27 +00:00
Tom Lane
b548cde1f5
Some more small improvements in response to 7.4 interactive docs comments.
2005-01-09 05:57:45 +00:00
Tom Lane
8afe005f42
Consistently use geteuid() not getuid(); there were a few places deviating
...
from our long-established standard.
2005-01-08 22:51:15 +00:00
Tom Lane
b5adf46cbd
Some more small improvements in response to 7.4 interactive docs comments.
2005-01-08 22:13:38 +00:00
Peter Eisentraut
b19011e10c
Update supported platforms list.
2005-01-08 09:54:47 +00:00
Peter Eisentraut
3bfb93a441
New version of mkinstalldirs fixes problems on Tru64 UNIX.
2005-01-08 09:54:29 +00:00
Tom Lane
6889537c48
Some small docs improvements motivated by reading the comments for the 7.4
...
7.4 interactive docs.
2005-01-08 05:19:18 +00:00
Bruce Momjian
cb6eab78b7
Remove mp3 that is now missing.
2005-01-08 03:59:04 +00:00
Tom Lane
cef2cc50b5
Some small docs improvements motivated by reading the comments for the
...
7.4 interactive docs.
2005-01-08 01:44:08 +00:00
Tom Lane
3b5152cac6
Improve comments in sample config files.
2005-01-07 23:59:17 +00:00
Tom Lane
ffce35fe6f
Add a tip showing how functions on composite types can be used to
...
emulate computed fields. I suppose this is why the Berkeley boys made
it work that way in the first place, but the docs never said so anyplace.
2005-01-07 23:08:44 +00:00
Tom Lane
4e64e7f563
Improve discussion of SQL functions taking/returning row types.
2005-01-07 22:40:46 +00:00
Peter Eisentraut
7a986fb4a4
Update supported platforms list
2005-01-07 10:21:02 +00:00
Bruce Momjian
826f732562
Fix ECPGstatus() documentation of parameters.
...
Edmund Bacon
2005-01-07 05:43:28 +00:00
PostgreSQL Daemon
75a59ad6d1
upgrade tags to rc4
2005-01-07 02:44:31 +00:00
Tom Lane
bbeeea1437
Minor mop-up for Windows home-directory stuff, per Magnus.
2005-01-06 21:41:45 +00:00
Tom Lane
41ca756386
Spell APPDATA as %APPDATA%, per recommendation from Magnus.
2005-01-06 21:20:44 +00:00
Tom Lane
c2f7e3e227
Don't list port twice in SUBDIRS. Caught by Honda Shigehiro.
2005-01-06 21:00:24 +00:00
Tom Lane
6f864be004
Revert -Wl, change to Makefile.osf, as the allegedly more standard
...
syntax apparently does not work for all toolchains on that platform.
Per Honda Shigehiro.
2005-01-06 20:56:50 +00:00
Tom Lane
7507d594d2
Adjust examples to avoid using keywords as identifiers, per Honda Shigehiro.
2005-01-06 20:53:34 +00:00
Tom Lane
4717992b4e
Instead of a bare recv() to read the server's response to an SSL
...
request packet, use pqReadData(). This has the same effect since
conn->ssl isn't set yet and we aren't expecting more than one byte.
The advantage is that we will correctly detect loss-of-connection
instead of going into an infinite loop. Per report from Hannu Krosing.
2005-01-06 20:06:58 +00:00
Tom Lane
a3f98d5795
Adjust lookup of client-side profile files (.pgpass and so on) as per
...
discussion on pgsql-hackers-win32 list. Documentation still needs to
be tweaked --- I'm not sure how to refer to the APPDATA folder in
user documentation.
2005-01-06 18:29:11 +00:00
Dennis Bjorklund
b8139ea397
Translation updates
2005-01-06 12:23:33 +00:00
Dennis Bjorklund
90f1507275
Translation updates
2005-01-06 12:14:36 +00:00
Dennis Bjorklund
883730edc8
Translation updates
2005-01-06 11:44:12 +00:00
Peter Eisentraut
f4833cf30c
Update to supported platforms list
2005-01-06 10:12:22 +00:00
Peter Eisentraut
381de28eb0
Translation updates
2005-01-06 09:07:17 +00:00
Peter Eisentraut
c43bd11683
Translation updates
2005-01-06 08:46:07 +00:00
Tom Lane
d6294efbec
More minor updates and copy-editing.
2005-01-06 01:49:24 +00:00
Tom Lane
d97ae8230e
Make the various places that determine the user's "home directory"
...
consistent. On Unix we now always consult getpwuid(); $HOME isn't used
at all. On Windows the code currently consults $USERPROFILE, or $HOME
if that's not defined, but I expect this will change as soon as the win32
hackers come to a consensus. Nothing done yet about changing the file
names used underneath $USERPROFILE.
2005-01-06 01:00:12 +00:00
Tom Lane
fdbeaaf90a
Keep translations in step with synopses.
2005-01-06 00:11:56 +00:00
Tom Lane
e0b9085074
Re-readjust synopses for CREATE/ALTER USER.
2005-01-06 00:11:14 +00:00
Tom Lane
81c41e3d0e
More minor updates and copy-editing.
2005-01-05 23:42:03 +00:00
Bruce Momjian
b4b984bccf
Update URL's to point to new site main location.
2005-01-05 22:37:28 +00:00
Bruce Momjian
a87f494d9c
Fix example, change table name from 'array' to 'array_int'.
2005-01-05 18:03:19 +00:00
Bruce Momjian
a8d97fcded
Update date stamp.
2005-01-05 17:52:28 +00:00