a36711c368
Mention REINDEX can be used for disk space reclaimation too.
2002-06-23 03:45:15 +00:00
30be6c23c1
Handle mixed-case names in reindex script.
...
Document need for reindex in SGML docs.
2002-06-23 03:37:12 +00:00
a8a1f15877
uint -> uint32, portability.
2002-06-22 04:08:07 +00:00
90edb265e3
Implement SQL99 CREATE CAST and DROP CAST statements.
...
Also implement alternative forms to expose the PostgreSQL CREATE FUNCTION
features.
Implement syntax for READ ONLY and READ WRITE clauses in SET TRANSACTION.
READ WRITE is already implemented (of course).
Implement syntax for "LIKE table" clause in CREATE TABLE. Should be fairly
easy to complete since it resembles SELECT INTO.
Implement MATCH SIMPLE clause for foreign key definitions. This is explicit
SQL99 syntax for the default behavior, so we now support it :)
Start implementation of shorthand for national character literals in
scanner. For now, just swallow the leading "N", but sometime soon let's
figure out how to pass leading type info from the scanner to the parser.
We should use the same technique for binary and hex bit string literals,
though it might be unusual to have two apparently independent literal
types fold into the same storage type.
2002-06-22 02:04:55 +00:00
cc8839a10b
Done:
...
> * -Test hash index performance and discourage usage
2002-06-21 20:13:08 +00:00
41400d66aa
Add mention of segmented files to oid2name.
2002-06-21 19:48:18 +00:00
485fc354e1
Add reindex utility to /contrib.
...
Shaun Thomas <sthomas@townnews.com >
2002-06-21 19:34:18 +00:00
561dca3263
Mention dbsize in database sizing manual section.
2002-06-21 19:17:40 +00:00
dad0e20f29
Mention "PostgreSQL"'s hashes as slower/similar to btree.
2002-06-21 19:06:44 +00:00
1415a8388f
Update hash warning in manual.
2002-06-21 16:52:00 +00:00
ebe4375fa1
Document problems with hash indexes compared to btree.
2002-06-21 03:25:53 +00:00
db650b451e
Remove Jan's copyright, with his approval.
2002-06-21 02:59:38 +00:00
8188474a5c
Update FAQ.
2002-06-21 02:01:04 +00:00
bed81bcbec
Add pg_dump/restore item to FAQ.
...
Martijn van Oosterhout
2002-06-21 02:00:51 +00:00
d1fcd337e0
Add new documentation on page format.
...
Martijn van Ooster
2002-06-20 21:48:47 +00:00
42ef2c9cb7
Clean up some copyrights.
2002-06-20 20:51:45 +00:00
7191652005
Add another missing SRF file.
2002-06-20 20:39:04 +00:00
27bce57766
Add missing SRF file.
2002-06-20 20:37:00 +00:00
95712b15b1
Add missing regression files for SRF.
2002-06-20 20:35:56 +00:00
d84fe82230
Update copyright to 2002.
2002-06-20 20:29:54 +00:00
ba790a5608
Here is a patch for Composite and Set returning function support. I made
...
two small changes to the API since last patch, which hopefully completes
the decoupling of composite function support from SRF specific support.
Joe Conway
2002-06-20 17:19:08 +00:00
bffc4b6da1
Attached is a regression test patch for SRFs. I based it on the test
...
scripts that I have been using, minus the C function tests and without
calls to random() -- figured random() wouldn't work too well for a
regression test ;-)
Joe Conway
2002-06-20 17:09:42 +00:00
b2e7a4c4a0
> Here's the first doc patch for SRFs. The patch covers general
...
> information and SQL language specific info wrt SRFs. I've taken to
> calling this feature "Table Fuctions" to be consistent with (at least)
> one well known RDBMS.
Joe Conway
2002-06-20 16:57:00 +00:00
3f90b17339
Add from Dave Cramer:
...
JDBC
> o Compile under jdk 1.4
2002-06-20 16:55:20 +00:00
585aa11587
Update as done:
...
JDBC:
> o -Updateable resultSet
2002-06-20 16:49:41 +00:00
c2c2fd57ee
Improve COPY syntax to use WITH clause, keep backward compatibility.
2002-06-20 16:00:44 +00:00
2912fd45d1
This patch updates the CREATE LANGUAGE & pg_language docs for the 7.3
...
table structure.
Dave Page
2002-06-20 15:44:06 +00:00
bad59c290e
Add new Russian FAQ.
...
Viktor Vislobokov
2002-06-20 04:34:31 +00:00
cd75bb7011
Add:
...
> * -Allow object creation to be disabled for specific users
2002-06-19 16:36:13 +00:00
e136986afb
Properly mark rules that return no value.
2002-06-19 15:40:58 +00:00
5fa77c2570
CacheMemoryContext should be DLLIMPORT.
2002-06-19 13:46:09 +00:00
17ce9a0a1e
Split list of SQL99 features into "Supported" and "Unsupported" lists.
2002-06-19 06:11:36 +00:00
8080ac74d5
Wrap long gram.y lines.
2002-06-18 17:56:41 +00:00
71fd49e28d
Change CREATE DATABASE to use DefElem instead of constructing structure
...
members in gram.y. This is the prefered method for WITH and arbitrary
param/value pairs.
2002-06-18 17:27:58 +00:00
3d564953cd
Improve rule action ordering in gram.y, more cleanups.
2002-06-18 00:28:11 +00:00
e25f9e4f5d
Mark noise keyword actions with {} rather than returning TRUE, like
...
opt_with and from_in.
2002-06-17 20:38:04 +00:00
42423c7195
Manually indent gram.y to be consistent.
2002-06-17 20:27:43 +00:00
134a1c8178
Use KAME accessor macros for addr8.
2002-06-17 15:55:09 +00:00
9e1c5fba03
Fix missing 'buf' variable in SSL sources and add missing includes.
2002-06-17 15:23:36 +00:00
7005e4c076
Fix SSL DEBUG levels to match CVS elog flags.
2002-06-17 15:19:28 +00:00
0bb61f4af8
Back out accidental COPY data changes.
2002-06-17 15:01:45 +00:00
507ed0332a
Repair AlterTableOwner --- was failing for relations with indexes.
2002-06-17 14:31:32 +00:00
2fabb99388
Fixed parser bug concerning octal numbers in single quotes.
2002-06-17 13:23:27 +00:00
e4cd7c315f
Rename DEBUG to DEBUG1 in SSL code.
2002-06-17 07:33:25 +00:00
10f05d8127
Merge ALTER GROUP ADD/DROP rules by creating add_drop action.
2002-06-17 07:00:27 +00:00
f91ee129a7
Simplify optional WITH handling in CREATE USER, ALTER USER, CREATE
...
GROUP. Make WITH optional in CREATE DATABASE for consistency.
2002-06-17 05:40:32 +00:00
0daee96ed1
implemented refresh row
2002-06-16 18:26:53 +00:00
0dbfea39f3
Remove KSQO from GUC and move file to _deadcode.
2002-06-16 00:09:12 +00:00
b50cbbd66b
Fix up memory leakage created by recent changes.
2002-06-15 22:25:40 +00:00
62d4526114
Ooops, fix busted markup.
2002-06-15 22:15:03 +00:00