Bruce Momjian
090319b20f
Fix spacing.
2002-06-10 16:13:54 +00:00
Bruce Momjian
6146200219
Update new Russian FAQ, from Victor Vislobokov
2002-06-08 04:23:45 +00:00
Bruce Momjian
4cb53d71b9
Remove DEBUG_LEVEL from postgresql.conf. Now uses CLIENT/SERVER_MIN_MESSAGES.
2002-06-08 04:08:19 +00:00
Bruce Momjian
585fef1671
Improve readability of factorial, from Florian Weimer.
2002-06-07 23:43:17 +00:00
Bruce Momjian
8a3f34b558
Fix for factorial(0::int2) returning 1, from sugita@sra.co.jp.
2002-06-07 23:41:53 +00:00
Bruce Momjian
74a8af099f
Please apply attached patch to contrib/intarray (7.2, 7.3).
...
Fixed bug with '=' operator for gist__int_ops and
define '=' operator for gist__intbig_ops opclass.
Now '=' operator is consistent with standard 'array' type.
Thanks Achilleus Mantzios for bug report and suggestion.
Oleg Bartunov
2002-06-07 21:52:33 +00:00
Bruce Momjian
2f297a2fcf
The attached patch fixes a problem with InstallXLogFileSegment()'s use
...
of link() under Cygwin:
http://archives.postgresql.org/pgsql-cygwin/2002-04/msg00072.php
Note that it appears that BeOS and Netware also have the above or
similar problem.
I have only verified that PostgreSQL builds under Cygwin with this
patch.
Since I cannot reproduce the problem, I cannot verify that the proposed
patch solves it. Nevertheless, both Barry Pederson and David P.
Caldwell
attest that this patch solves the problem. See the following for
details:
http://archives.postgresql.org/pgsql-cygwin/2002-05/msg00043.php
http://archives.postgresql.org/pgsql-cygwin/2002-05/msg00040.php
Jason Tishler
2002-06-07 21:47:45 +00:00
Bruce Momjian
31d9184239
None.
2002-06-07 20:22:33 +00:00
Bruce Momjian
ccab6f7402
Remove int16 from libpgeasy examples. Improve error reporting.
2002-06-07 16:53:40 +00:00
Barry Lind
936ff27696
fixed bug reported by cc.ais40@wanadoo.fr where getObject was returning an Integer for a smallint datatype instead of a Short
2002-06-07 16:46:24 +00:00
Bruce Momjian
c78e411fef
Add:
...
> * Allow DEFERRABLE UNIQUE constraints
2002-06-07 04:19:52 +00:00
Bruce Momjian
ce4a287f43
Fix interface example errors causes by backend changes.
...
Permaine Cheung
2002-06-07 03:55:15 +00:00
Bruce Momjian
4ac77d3708
Mark as done:
...
> o -Abort all SET changes made in an aborted transaction
2002-06-07 03:47:06 +00:00
Dave Cramer
106dda2915
change table name to lower case in getColumns
2002-06-06 14:47:52 +00:00
Hiroshi Inoue
6cfb3ec593
Add missing win_setup.h.
2002-06-06 09:47:25 +00:00
Hiroshi Inoue
89d6f6808c
Add *Int8 As* option.
2002-06-06 04:50:47 +00:00
Dave Cramer
520695701c
fixed getImported/ExportedKeys to be simpler, and return the correct number of keys
2002-06-05 19:12:01 +00:00
Bruce Momjian
40690c120c
Add /dev/zero mention for anon mmap().
2002-06-05 04:01:27 +00:00
Bruce Momjian
448ca1fe0b
Update Japanese FAQ, from Jun Kuwamura
2002-06-04 05:12:21 +00:00
Bruce Momjian
31cd5355ee
Document that SM_* variables should be longer.
2002-06-03 22:57:47 +00:00
Bruce Momjian
e3c1609df3
Update as done:
...
> * -Add deleted bit to index tuples to reduce heap access
2002-06-03 22:46:09 +00:00
Barry Lind
b48b4ab48e
fixed bug reported by Noel Rappin (nrappin@sockeye.com) java Array type handled Timestamps incorrectly
2002-06-03 17:52:05 +00:00
Bruce Momjian
07cc12b833
Remove NOCREATE patch from TODO.detail.
2002-06-03 17:45:19 +00:00
Bruce Momjian
e0faed4bee
Small patch to correct the default arraysize associated
...
with the Cursor object's fetchmany() method. The API and
inline documentation state that the default is 1. It
currently defaults to 5.
Patrick Macdonald
2002-06-03 17:42:11 +00:00
Bruce Momjian
cc574c4482
Update index growth problem.
2002-06-03 17:41:37 +00:00
Bruce Momjian
e301b855d1
The attached patch fixes a typo in the documentation for SET
...
CONSTRAINTS.
Neil Conway <neilconway@rogers.com>
2002-06-03 01:10:38 +00:00
Bruce Momjian
416fcd9dba
Mention SM_USER should be the same size as the others.
2002-06-03 01:05:45 +00:00
Bruce Momjian
de1f32efc1
Add PQescapeString and PQescapeBytea for Win32.
2002-06-02 22:36:30 +00:00
Bruce Momjian
85af3be5e2
Remove mention of timestamp() in SGML docs; doesn't exist anymore.
2002-06-02 21:56:09 +00:00
Bruce Momjian
6bb39991da
Allow pod2man 5.005p3 to work with our current sources.
2002-06-02 21:37:26 +00:00
Peter Eisentraut
bf886d5baf
Add section explaining unspecified expression evaluation order.
2002-06-01 20:56:55 +00:00
Peter Eisentraut
1731048c12
Indent verbatim environments.
2002-06-01 20:56:00 +00:00
Bruce Momjian
50b7148218
Mention btree:
...
> * Add FILLFACTOR to btree index creation
2002-06-01 19:53:31 +00:00
Thomas G. Lockhart
17adf80b47
Fix timestamp to date conversion for the case where timestamp uses a double
...
precision storage format. Previously applied the same math as used for the
64-bit integer storage format case, which was wrong.
Problem introduced recently when the 64-bit storage format was
implemented.
2002-06-01 15:52:15 +00:00
Tom Lane
606db06f83
Improve manual's discussion of locking and MVCC.
2002-05-30 20:45:18 +00:00
Dave Cramer
3dd13ffd95
small fix to testExportedKeys
2002-05-30 16:39:26 +00:00
Dave Cramer
1ffd044af7
added imported/exported key testDatabaseMetaDataTest.java
2002-05-30 16:26:55 +00:00
Tom Lane
970ff81e2f
Add a note about the interpretation of amcanmulticol and amindexnulls:
...
a multicolumn-capable index AM *must* support nulls in index columns
after the first one.
2002-05-29 17:36:40 +00:00
Tom Lane
9ca89b4f8c
Another place that needs schema qualification.
2002-05-29 01:49:57 +00:00
Tom Lane
49bf04ba8c
Fix some more not-schema-aware queries in pg_dump. Also fix some places
...
that would do the wrong thing with BLOB OIDs exceeding 2G.
2002-05-29 01:38:56 +00:00
Bruce Momjian
dc20063e43
Remove 32-bit mention:
...
> * Add BSD-licensed qsort() for Solaris
2002-05-29 00:44:11 +00:00
Tom Lane
75c93c0a68
Rearrange LOG_CONNECTIONS code so that two log messages are made:
...
one immediately upon forking to handle a new connection, and one after
the authentication cycle is finished. Per today's pggeneral discussion.
2002-05-28 23:56:51 +00:00
Tom Lane
36a1e732a6
Rework pg_dump namespace search criteria so that dumping of user objects
...
having names conflicting with system objects will work --- the search
path is now user-schema, pg_catalog rather than implicitly the other way
around. Note this requires being careful to explicitly qualify references
to system names whenever pg_catalog is not first in the search path.
Also, add support for dumping ACLs of schemas.
2002-05-28 22:26:57 +00:00
Tom Lane
5a8ab29adf
Queries used by ruleutils were not schema-proof.
2002-05-28 22:16:15 +00:00
Tom Lane
e80d6a1bac
In default nextval('foo') expression for a SERIAL column, use double
...
quotes only when necessary.
2002-05-28 22:15:42 +00:00
Peter Eisentraut
7662419f1b
Change PL/Perl and Pg interface build to use configured compiler and
...
Makefile.shlib system, not MakeMaker.
2002-05-28 16:57:53 +00:00
Tom Lane
de1f586f09
Fix a bug with building rtree_gist indexes.
...
Patch from Teodor Sigaev.
2002-05-28 15:24:53 +00:00
Tom Lane
a71a53079c
Repair error with not adjusting active scans properly after gistSplit.
...
Patch from Teodor Sigaev.
2002-05-28 15:22:33 +00:00
Bruce Momjian
6005c50fa6
Update:
...
> * Add BSD-licensed qsort() for 32-bit Solaris
2002-05-28 01:06:23 +00:00
Tom Lane
d15b1e1791
Update dblink to work with qualified relation names.
...
From Joe Conway.
2002-05-27 21:59:12 +00:00