bc8f725a4a
Done:
...
> o -Cluster all tables at once using pg_index.indisclustered set during
2002-08-27 04:30:24 +00:00
a4965520f6
Add to mmap discussion.
2002-08-27 04:09:01 +00:00
e0a77f56e3
Cleanup of SGML
2002-08-27 03:55:17 +00:00
c0ad595386
I attach a little patch to make CLUSTER set and reset the indisclustered
...
bit on the indexes.
I also attach clusterdb and clusterdb.sgml; both of them are blatant
rips of vacuumdb and vacuumdb.sgml, but get the job done. Please review
them, as I'm probably making a lot of mistakes with SGML and I can't
compile it here.
vacuumdb itself is not very comfortable to use when the databases have
passwords, because it has to connect once for each table (I can probably
make it connect only once for each database; should I?). Because of
this I added a mention of PGPASSWORDFILE in the documentation, but I
don't know if that is the correct place for that.
Alvaro Herrera
2002-08-27 03:38:28 +00:00
90997ddaac
Add OS X link line example for external functions.
2002-08-26 23:22:47 +00:00
543539bb35
Add discussion of pre-write pages to WAL.
2002-08-26 23:14:15 +00:00
52b784a728
Add:
...
> partial page writes [wal]
2002-08-26 23:13:37 +00:00
3109e33eb8
Add:
...
> * Add CORRESPONDING BY to UNION/INTERSECT/EXCEPT
2002-08-26 23:02:21 +00:00
c6b67cac6b
Remove:
...
< o Add plsh server-side shell language (Peter E)
2002-08-26 22:02:20 +00:00
9072329da8
*** empty log message ***
2002-08-26 22:01:50 +00:00
6f8d160be3
Add to selfjoin DELETE todo.
2002-08-26 21:52:00 +00:00
80d5040fd7
Add:
...
> * Allow DELETE to handle table aliases for self-joins [delete]
2002-08-26 21:35:32 +00:00
566cde8cdc
Add delete selfjoin item.
2002-08-26 21:35:01 +00:00
89f4f4a8e5
Add info on disabled triggers.
2002-08-26 20:03:10 +00:00
339982c850
Add:
...
> * Allow triggers to be disabled [trigger]
2002-08-26 20:02:45 +00:00
8009c27592
Add 'return' file.
2002-08-26 17:40:27 +00:00
c7f3263dfb
Add return tuple count item to TODO.
2002-08-26 17:40:00 +00:00
50bbb3a11d
Add:
...
> * Return proper effected tuple count from complex commands [return]
2002-08-26 17:39:31 +00:00
d87677022b
Add anther sequential scan email.
2002-08-26 17:14:29 +00:00
43e740b317
Add mention of 1 terrabyte databases.
2002-08-26 01:05:43 +00:00
f5615ed45d
*** empty log message ***
2002-08-26 01:04:44 +00:00
e21e02ab12
Add raw file discussion to performance TODO.detail.
2002-08-26 01:04:13 +00:00
7e3f2449d8
Done:
...
> * -Disallow TRUNCATE on tables that are involved in referential constraints
2002-08-26 00:52:40 +00:00
11825dd96e
Add to tablespaces discussion.
2002-08-26 00:22:53 +00:00
15f335eab9
Add to tablespaces file.
2002-08-26 00:19:33 +00:00
a10353ab83
Add file describing error message format.
2002-08-25 20:36:14 +00:00
f82bab0952
Add:
...
> * Make error messages more consistent [error]
2002-08-25 20:30:30 +00:00
d46172e4fa
Update docs for 7.2.2 release info.
2002-08-25 14:34:24 +00:00
58e47c40a0
Update Japanese FAQ, from Jun Kuwamura
2002-08-25 12:58:44 +00:00
976246cc7e
The cstring datatype can now be copied, passed around, etc. The typlen
...
value '-2' is used to indicate a variable-width type whose width is
computed as strlen(datum)+1. Everything that looks at typlen is updated
except for array support, which Joe Conway is working on; at the moment
it wouldn't work to try to create an array of cstring.
2002-08-24 15:00:47 +00:00
cf4d885c67
Done:
...
> * -SELECT cash_out(2) crashes because of opaque
2002-08-24 11:24:58 +00:00
a2a3192802
Further cleanup around the edges of OPAQUE/pseudotype changes. Correct
...
the declarations of some index access method support functions. Support
SQL functions returning VOID.
2002-08-23 16:41:38 +00:00
6415ffe7af
Not sure how I fixed it the first time, but here's a fix for another
...
instance in which the docs mention that 'NAMEDATALEN == 32".
Neil Conway
2002-08-23 04:27:19 +00:00
77072f891b
Add space.k>
2002-08-23 03:10:44 +00:00
ec2c71ad39
Add:
...
> * Allow xlog directory location to be specified during initdb, perhaps
> using symlinks
2002-08-23 03:10:15 +00:00
2e0e430659
This patch updates the CREATE OPERATOR sgml docs for the new default
...
settings of NAMEDATALEN. I looked through the docs for other
references to NAMEDATALEN, but this is the only one I could find.
Neil Conway
2002-08-23 02:54:18 +00:00
b5ccfc216a
Update Russian FAQ.
2002-08-23 02:53:20 +00:00
3d801dbb1c
Add:
...
> * Add GUC parameter to print queries that generate errors
2002-08-23 02:46:39 +00:00
ebddac07a9
Very minor copy-editing.
2002-08-23 01:28:17 +00:00
6bd8a1c2d3
Add note that explains that \df omits functions it thinks are I/O functions.
2002-08-23 01:27:44 +00:00
41ff800bb2
Update reference to value of NAMEDATALEN. Someone needs to troll the
...
docs and find the other obsolete statements that no doubt lurk.
2002-08-23 00:33:24 +00:00
ec35e4592d
Mark 7.2.2 as newest release.
2002-08-22 23:20:52 +00:00
0540b2b59d
Update FAQ.
2002-08-22 23:20:25 +00:00
5530b0c666
Improve wording of upgrade section.
2002-08-22 15:31:07 +00:00
090884bed3
Fix for documention:
...
>>" It's also possible to select no escape character by writing ESCAPE ''.
>>In this case there is no way to turn off the special meaning of
>>underscore and percent signs in the pattern."
Joe Conway
2002-08-22 04:56:44 +00:00
c76f5aa530
> > I had great difficulty in finding how to change the search path, so here
...
> > is a patch to add some cross-referencing.
Oliver Elphick
2002-08-22 04:52:17 +00:00
dac22ee43c
Add:
...
> * Allow bytea to handle LIKE with non-TEXT patterns
2002-08-22 04:47:31 +00:00
f6353c6ee4
Remove libpq++ SGML documentation.
2002-08-22 03:17:38 +00:00
b663f3443b
Add a bunch of pseudo-types to replace the behavior formerly associated
...
with OPAQUE, as per recent pghackers discussion. I still want to do some
more work on the 'cstring' pseudo-type, but I'm going to commit the bulk
of the changes now before the tree starts shifting under me ...
2002-08-22 00:01:51 +00:00
0f9f2feee4
Fix bad markup detected by Alvaro Herrera
2002-08-21 16:08:19 +00:00