1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-03 20:02:46 +03:00
Commit Graph

16590 Commits

Author SHA1 Message Date
39b752f6b7 SGML cleanup. 2003-10-30 20:29:35 +00:00
c0d92dc489 Update SGML release notes with Peter's direction. Does not compile
because of section adjustments still needed.
2003-10-30 20:25:36 +00:00
216bc11020 Mark release note comments as new subsections rather than footnotes, per
Peter.

Remove "Changes" section and pull all sections below it up one level.

More comment additions.
2003-10-30 19:43:01 +00:00
3108b5db28 Allow the query for a plpgsql cursor to begin with '(' as well as 'SELECT'.
Per example from Kumar, 30-Oct-03.
2003-10-30 17:18:55 +00:00
f4b4d7ce60 use the result set to set the fetchsize 2003-10-30 12:18:56 +00:00
f590a5ea72 Applied patch by Dave Cramer to fix several bugs in compatlib. 2003-10-30 10:19:30 +00:00
d807bbe837 Fix markup for new release footnotes. 2003-10-30 03:46:42 +00:00
60b198a768 Update FAQ_DEV: elog => ereport. 2003-10-30 02:40:29 +00:00
d46f9cd3bd Update more release descriptions. 2003-10-29 23:28:59 +00:00
8478bbfd76 Add more footnote comments to the release notes. 2003-10-29 22:54:01 +00:00
f016c92ea4 Fix some corner cases in ACL manipulation: don't foul up on an empty
ACL array, and force languages to be treated as owned by the bootstrap
user ID.  (pg_language should have a lanowner column, but until it does
this will have to do as a workaround.)
2003-10-29 22:20:54 +00:00
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
a35deb5400 Give a useful error message if a RangeVar is encountered in an expression.
Per example from Ian Barwick, 28-Oct-03.
2003-10-29 18:10:15 +00:00
abec4cbf1f compact_fsm_storage() does need to handle the case where a relation's
FSM data has to be both moved down and compressed.  Per report from
Dror Matalon.
2003-10-29 17:36:57 +00:00
d890c1d065 Update for OSF 4.0 platform. 2003-10-29 13:42:55 +00:00
7ecb6ede28 Patches from Oliver Jowett to fix CursorFetchTest, 7.4 now does not automatically delete cursors 2003-10-29 02:39:10 +00:00
15c6764bda Don't include "schema." in the set of possible tab completions once
"schema." has been typed.  This allows readline to complete subsequent
characters immediately if all relations in the target schema start with
the same prefix.  This actually worked before, but I unintentionally
broke it a few days ago.
Also, make completion schema-aware for GRANT, REVOKE, VACUUM.
2003-10-28 23:35:52 +00:00
979b537522 Include -lkrb5 when needed for shlibs depending on libpq. Per report
from Johan Henselmans.
2003-10-28 21:55:58 +00:00
e554e2b090 Don't choke when the handler for a procedural language is located in
the pg_catalog schema.  Per bug report some months back from Jochem van Dieten.
2003-10-28 21:05:29 +00:00
573f8c0116 Guard against Ant versions that print CLASSPATH before the version number
in -version output.  Per report from Johann Uhrmann.
2003-10-28 20:26:47 +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
700f7f4227 Change Solaris tests to test for SHM_SHARE_MMU, per Tom. 2003-10-27 18:30:07 +00:00
5db5cbb838 Update Win32 clients. 2003-10-27 15:35:10 +00:00
f88c15991b Un-break Darwin port. 2003-10-27 07:42:34 +00:00
e781a1a95d Here is an update to the dbmirror README file.
-References to older versions of PostgreSQL have been removed(It no
longer
compiles against older versions)
-Added a link to PgPerl at GBorg.

Steven Singer
2003-10-27 02:52:45 +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
0262337ad3 Fixed bug with indicators when storage for the string is dynamically allocated. 2003-10-26 09:50:47 +00:00
d47e9bd023 'sun' => '__sun__' 2003-10-26 04:54:44 +00:00
15f98a3e51 Test for 'sun' rather than 'solaris' for intimate shared memory. 2003-10-26 04:53:24 +00:00
3c9a32d4a2 Fix two bugs in funcs.source that made the tutorial script fail.
Make a LOT of fixes to syscat.source to:

* Set search_path properly (and reset it)
* Add schema name to all results
* Add schema name to ORDER BY first
* Make checks for user-defined objects match reality
* format_type all type names
* Respect attisdropped
* Change !~ to 'not like' since it's more standard


Christopher Kings-Lynne
2003-10-26 04:51:51 +00:00
b3a10a88d7 Update MOVE/FETCH release note mention. 2003-10-26 04:50:16 +00:00
8cdadab4dd Add:
> * Change LIMIT/OFFSET to use int8
2003-10-26 04:43:55 +00:00
eb1c22c39d Add mention of quotes on function body to NOTES section.
Oliver Elphick
2003-10-26 04:34:05 +00:00
b80b384b78 Allow win32 client compiles with MSC.
Hiroshi Saito
2003-10-26 04:29:15 +00:00
2cd5abd4d1 *** empty log message *** 2003-10-26 04:21:43 +00:00
070c33c8e1 Add:
> * Allow more ISOLATION LEVELS to be accepted, but issue a warning for them
2003-10-26 02:57:39 +00:00
8b3414d247 Uppercase a few keywords in queries. 2003-10-26 02:53:45 +00:00
ce26858fac Update for m68k from Peter. 2003-10-26 01:41:10 +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