Bruce Momjian
cc8839a10b
Done:
...
> * -Test hash index performance and discourage usage
2002-06-21 20:13:08 +00:00
Bruce Momjian
41400d66aa
Add mention of segmented files to oid2name.
2002-06-21 19:48:18 +00:00
Bruce Momjian
485fc354e1
Add reindex utility to /contrib.
...
Shaun Thomas <sthomas@townnews.com>
2002-06-21 19:34:18 +00:00
Bruce Momjian
561dca3263
Mention dbsize in database sizing manual section.
2002-06-21 19:17:40 +00:00
Bruce Momjian
dad0e20f29
Mention "PostgreSQL"'s hashes as slower/similar to btree.
2002-06-21 19:06:44 +00:00
Bruce Momjian
1415a8388f
Update hash warning in manual.
2002-06-21 16:52:00 +00:00
Bruce Momjian
ebe4375fa1
Document problems with hash indexes compared to btree.
2002-06-21 03:25:53 +00:00
Bruce Momjian
db650b451e
Remove Jan's copyright, with his approval.
2002-06-21 02:59:38 +00:00
Bruce Momjian
8188474a5c
Update FAQ.
2002-06-21 02:01:04 +00:00
Bruce Momjian
bed81bcbec
Add pg_dump/restore item to FAQ.
...
Martijn van Oosterhout
2002-06-21 02:00:51 +00:00
Bruce Momjian
d1fcd337e0
Add new documentation on page format.
...
Martijn van Ooster
2002-06-20 21:48:47 +00:00
Bruce Momjian
42ef2c9cb7
Clean up some copyrights.
2002-06-20 20:51:45 +00:00
Bruce Momjian
7191652005
Add another missing SRF file.
2002-06-20 20:39:04 +00:00
Bruce Momjian
27bce57766
Add missing SRF file.
2002-06-20 20:37:00 +00:00
Bruce Momjian
95712b15b1
Add missing regression files for SRF.
2002-06-20 20:35:56 +00:00
Bruce Momjian
d84fe82230
Update copyright to 2002.
2002-06-20 20:29:54 +00:00
Bruce Momjian
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
Bruce Momjian
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
Bruce Momjian
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
Bruce Momjian
3f90b17339
Add from Dave Cramer:
...
JDBC
> o Compile under jdk 1.4
2002-06-20 16:55:20 +00:00
Bruce Momjian
585aa11587
Update as done:
...
JDBC:
> o -Updateable resultSet
2002-06-20 16:49:41 +00:00
Bruce Momjian
c2c2fd57ee
Improve COPY syntax to use WITH clause, keep backward compatibility.
2002-06-20 16:00:44 +00:00
Bruce Momjian
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
Bruce Momjian
bad59c290e
Add new Russian FAQ.
...
Viktor Vislobokov
2002-06-20 04:34:31 +00:00
Bruce Momjian
cd75bb7011
Add:
...
> * -Allow object creation to be disabled for specific users
2002-06-19 16:36:13 +00:00
Bruce Momjian
e136986afb
Properly mark rules that return no value.
2002-06-19 15:40:58 +00:00
Tom Lane
5fa77c2570
CacheMemoryContext should be DLLIMPORT.
2002-06-19 13:46:09 +00:00
Thomas G. Lockhart
17ce9a0a1e
Split list of SQL99 features into "Supported" and "Unsupported" lists.
2002-06-19 06:11:36 +00:00
Bruce Momjian
8080ac74d5
Wrap long gram.y lines.
2002-06-18 17:56:41 +00:00
Bruce Momjian
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
Bruce Momjian
3d564953cd
Improve rule action ordering in gram.y, more cleanups.
2002-06-18 00:28:11 +00:00
Bruce Momjian
e25f9e4f5d
Mark noise keyword actions with {} rather than returning TRUE, like
...
opt_with and from_in.
2002-06-17 20:38:04 +00:00
Bruce Momjian
42423c7195
Manually indent gram.y to be consistent.
2002-06-17 20:27:43 +00:00
Bruce Momjian
134a1c8178
Use KAME accessor macros for addr8.
2002-06-17 15:55:09 +00:00
Bruce Momjian
9e1c5fba03
Fix missing 'buf' variable in SSL sources and add missing includes.
2002-06-17 15:23:36 +00:00
Bruce Momjian
7005e4c076
Fix SSL DEBUG levels to match CVS elog flags.
2002-06-17 15:19:28 +00:00
Bruce Momjian
0bb61f4af8
Back out accidental COPY data changes.
2002-06-17 15:01:45 +00:00
Tom Lane
507ed0332a
Repair AlterTableOwner --- was failing for relations with indexes.
2002-06-17 14:31:32 +00:00
Michael Meskes
2fabb99388
Fixed parser bug concerning octal numbers in single quotes.
2002-06-17 13:23:27 +00:00
Bruce Momjian
e4cd7c315f
Rename DEBUG to DEBUG1 in SSL code.
2002-06-17 07:33:25 +00:00
Bruce Momjian
10f05d8127
Merge ALTER GROUP ADD/DROP rules by creating add_drop action.
2002-06-17 07:00:27 +00:00
Bruce Momjian
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
Dave Cramer
0daee96ed1
implemented refresh row
2002-06-16 18:26:53 +00:00
Bruce Momjian
0dbfea39f3
Remove KSQO from GUC and move file to _deadcode.
2002-06-16 00:09:12 +00:00
Tom Lane
b50cbbd66b
Fix up memory leakage created by recent changes.
2002-06-15 22:25:40 +00:00
Tom Lane
62d4526114
Ooops, fix busted markup.
2002-06-15 22:15:03 +00:00
Tom Lane
32fecad80a
Clean up gcc warnings. Avoid the bad habit of putting externs in .c
...
files rather than a header file where they belong. Pay some modicum
of attention to picking global routine names that aren't likely to
conflict with surrounding applications.
2002-06-15 22:06:09 +00:00
Tom Lane
c63bc32c2c
Fix up gcc warnings, improve comments.
2002-06-15 21:52:31 +00:00
Tom Lane
2da3742cf5
Add a little more material to the new section about evaluation order.
2002-06-15 21:28:55 +00:00
Bruce Momjian
eb1ad5b4b5
Patch for current_schemas to optionally include implicit ...
...
Second cut attached. This one just adds a boolean option to the existing
function to indicate that implicit schemas are to be included (or not).
I remembered the docs as well this time :-)
Dave Page
2002-06-15 20:03:51 +00:00