1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-20 15:22:23 +03:00
Commit Graph

11242 Commits

Author SHA1 Message Date
1a2be80ee7 Add first release note detail item. 2003-10-29 20:38:19 +00:00
a00d6b23eb Update for 7.4 --- prefer IN to EXISTS. 2003-10-29 20:20:12 +00:00
d890c1d065 Update for OSF 4.0 platform. 2003-10-29 13:42:55 +00:00
50cb974068 Adjust wording to avoid giving the impression that schema USAGE
privilege hides system catalog entries.
2003-10-28 20:18:09 +00:00
53b714d2a7 Add --describe-config to top of postgres manual page. 2003-10-28 19:39:18 +00:00
6228228009 Document --describe-config. 2003-10-28 15:01:27 +00:00
5db5cbb838 Update Win32 clients. 2003-10-27 15:35:10 +00:00
03a2c3b586 Fix MOVE/FETCH wording. 2003-10-27 02:51:39 +00:00
866c850cf5 Update intel solaris. 2003-10-26 14:31:09 +00:00
8f67daded7 Improve indenting of port entries. 2003-10-26 13:28:46 +00:00
98fa527942 Update Solaris 5.6. 2003-10-26 13:26:41 +00:00
06495a7324 Correct version numbers. 2003-10-26 11:14:39 +00:00
b3a10a88d7 Update MOVE/FETCH release note mention. 2003-10-26 04:50:16 +00:00
eb1c22c39d Add mention of quotes on function body to NOTES section.
Oliver Elphick
2003-10-26 04:34:05 +00:00
cc9c59af24 Update for Noèl Köthe in SGML. 2003-10-26 01:39:43 +00:00
f6332c7354 Mark Linux/ppc as working. 2003-10-26 01:32:36 +00:00
c8013b60cb Mark linux m68k, alpha as working. 2003-10-26 01:19:57 +00:00
bcc6c9da83 Remove very old platforms as unsupported, <=7.0. 2003-10-26 01:17:31 +00:00
454c670cce Mark true64 os version as 5.1. 2003-10-26 01:06:35 +00:00
dc46010e18 Mark true64 alpha port as working. 2003-10-26 01:05:53 +00:00
52008990e9 Fix Hans' name in SGML. 2003-10-26 00:58:31 +00:00
b10cd331fe Update aix port. 2003-10-26 00:31:48 +00:00
1fdbc8cc20 Update linux/mips port.
Add m68k to linux port.
2003-10-26 00:26:13 +00:00
530f997e6e Update linux/mips port. 2003-10-26 00:22:51 +00:00
823240bf64 update linux ports for arm, s390, itanium. 2003-10-26 00:21:04 +00:00
d3423926c8 Update for port freebsd/alpha. 2003-10-26 00:00:40 +00:00
1919b62058 Update Netbsd/i386 port. 2003-10-25 03:23:47 +00:00
561a8ca808 Update ports for Solaris. 2003-10-25 03:17:43 +00:00
e0ca78fb87 Update openbsd port. 2003-10-24 21:09:08 +00:00
863d793fa3 Update for osX 10.3. 2003-10-24 20:44:19 +00:00
7d4844f247 Update ports for freebsd, cygwin. 2003-10-24 20:39:09 +00:00
2a9986f7d5 Update Linux/Sparc 32-bit port. 2003-10-24 16:30:53 +00:00
7672a1056d Update Linux x86 port. 2003-10-24 16:29:00 +00:00
b97e0aa650 Update OSX port. 2003-10-24 15:56:29 +00:00
79c0082d70 Mark BSD/OS as working in 7.4. 2003-10-24 15:31:29 +00:00
739839b7f7 Move pre-7.3 platforms to unsupported. 2003-10-24 15:30:52 +00:00
747df1a35e Remove obsolete information about altering default optimization flags for
gcc.  Per comment from original author, Brian Gallew:
"Ancient history.  Kill it fast."
2003-10-23 13:58:43 +00:00
cdbf9b328e Move docs about index cost estimation functions and writing a procedural
language handler to the 'Internals' area, per my proposal of yesterday.
Clean up the trigger documentation a bit.  Push SPI chapter to the end
of its part, and reorder the Internals chapters into what seems a more
sensible order (at the moment anyway).
2003-10-22 22:28:10 +00:00
b8400c7f52 Here is a documentation patch that makes zulu, etc. all more consistent. 2003-10-22 18:10:53 +00:00
269df29e8b Release notes updates from Neil Conway. 2003-10-22 17:27:14 +00:00
4377a9afc3 Add mention that "today" doesn't work as column default anymore. 2003-10-22 05:09:12 +00:00
336297e676 Another example-to-documentation difference. Maybe we can find a
better way to keep these in sync...
2003-10-22 03:50:27 +00:00
2744abb736 Ooops, missed updating this part of the complex-datatype example. 2003-10-21 23:28:42 +00:00
6fbb14a174 Update the complex-datatype example to V1 function calling conventions,
and add binary send/receive functions.  Fix some other grottiness such
as failure to mark the C functions STRICT.
2003-10-21 22:51:14 +00:00
6c7c493a09 For some reason, the preface mentions just six of the seven major parts
of the book.  Fix it.
2003-10-21 22:47:54 +00:00
2f603a8b0c Add release info about dollar signs to migration section:
<listitem><para> Dollar sign (<literal>$</>) is no longer allowed
	in operator names</para></listitem>
     <listitem><para> Dollar sign (<literal>$</>) can be a non-first
	character in identifiers</para></listitem>
2003-10-21 01:25:31 +00:00
0a4048646b Document all the system views created by initdb (several of these were
never documented anywhere, sigh).  Centralize the detailed documentation
of system views into catalogs.sgml, and provide cross-references.
2003-10-17 22:38:20 +00:00
e5c2c97892 Add a listing of our SQLSTATE error codes to the documentation.
Link to it from some appropriate places.
2003-10-17 18:57:01 +00:00
34ed505966 Fix busted markup. 2003-10-17 18:29:55 +00:00
fe1b5034dd Adjust display of actual runtimes in EXPLAIN output to use three fractional
digits, and label it 'ms' not 'msec', for consistency with psql's \timing
display.  Per recent discussions.
2003-10-17 01:14:26 +00:00