Thomas G. Lockhart
b0df88745d
Include SQL/92 string continuation across newlines.
...
Allows the following example:
select 'first string'
'---'
'last string';
to be output as 'first string---last string'.
1997-10-15 01:12:21 +00:00
Thomas G. Lockhart
ba2358896a
Fix final function for cash avg() aggregate.
...
Wrong function referenced in previous versions.
1997-10-15 01:08:25 +00:00
Vadim B. Mikheev
14f81d8d34
Decrement relation reference count incremented in
...
RelationIdCacheGetRelation() to flush relations from cache
in commit time.
1997-10-12 07:12:03 +00:00
Vadim B. Mikheev
defb10a450
DEFAULT is handled by analyze.c now.
1997-10-12 07:09:20 +00:00
Thomas G. Lockhart
c927f80fe4
Use P_TYPE rather than TYPE_P (which will be the name in the next release).
1997-10-09 05:43:59 +00:00
Thomas G. Lockhart
0f66d799a3
Allow both TIME and TYPE as column and table names.
1997-10-09 05:35:30 +00:00
Thomas G. Lockhart
070d494464
Clean up function declarations for the boolean type package
...
to use bool as the type for arguments and return values.
1997-10-09 05:07:25 +00:00
Thomas G. Lockhart
a21c3e353a
Allow 't', 'T', and even/odd ASCII characters to denote true/false
...
rather than just 't' and 'T'. This allows yes/no and 1/0
to be interpreted as one might expect.
Clean up function declarations to use bool as the type for arguments
and return values.
1997-10-09 05:06:12 +00:00
Thomas G. Lockhart
8fe55efd7b
Support special values 'now', 'current', etc on output.
1997-10-09 05:02:17 +00:00
Thomas G. Lockhart
f54cc390e1
Allow TIME in column and table names (SQL/92 non-reserved word).
1997-10-09 05:00:54 +00:00
Thomas G. Lockhart
8bd813d6be
Fix error in ordering of arguments.
1997-10-09 04:59:37 +00:00
Bruce Momjian
577b0584aa
Update to version 0.51.
1997-10-03 23:11:26 +00:00
Marc G. Fournier
f1bfc520c0
We never do remember to up the PG_VERSION number, do we? :(
1997-10-03 17:31:29 +00:00
Bruce Momjian
4aab22fcda
Update to 0.5.
1997-10-03 15:47:17 +00:00
Bruce Momjian
4c4f11896a
Update machine-specific FAQs. Too late.
1997-10-03 15:38:31 +00:00
Bruce Momjian
83cd375cd2
Linux/alpha patch from Dan Maynard
1997-10-03 15:27:18 +00:00
Thomas G. Lockhart
8b028b5c2d
From JM de Lauwereyns (jmlauwer@icdc.caissedesdepots.fr):
...
lconv is already taken as a struct identifier defined in a /usr/include file.
Only has an effect with USE_LOCALE enabled.
(Apparently unique to AIX and/or AIX compiler? thomas)
1997-10-03 13:10:06 +00:00
Bruce Momjian
d663f1c839
Sparc lock fix for Linux/netbsd.
1997-10-02 18:32:58 +00:00
Vadim B. Mikheev
4b74ca2d57
Updates for release
1997-10-02 18:17:56 +00:00
Vadim B. Mikheev
91eb34e9eb
New edition by D'Arcy and me.
1997-10-02 18:03:09 +00:00
Vadim B. Mikheev
d75206fdf5
General function for SERIAL/IDENTITY/AUTOINCREMENT feature.
...
Handle INSERT event in timetravel().
1997-10-02 18:01:57 +00:00
Vadim B. Mikheev
cd7c56eeeb
Last changes.
1997-10-02 18:00:34 +00:00
Vadim B. Mikheev
953e9e2b3c
+ MOVE
...
+ CREATE TRIGGER
Little changes for create table.
1997-10-02 13:58:06 +00:00
Vadim B. Mikheev
abb0e707da
Dump DEFAULT, CHECK, Triggers.
...
Fix BASETYPE for aggregates with sfunc2 only.
1997-10-02 13:57:07 +00:00
Vadim B. Mikheev
1b677e7e34
Fix \ handling
1997-10-02 13:52:29 +00:00
Vadim B. Mikheev
0c8ef6e5cb
MOVE command
1997-10-02 03:15:11 +00:00
Vadim B. Mikheev
61a72beda5
A word about constraint nature of DEFAULT.
1997-10-02 02:50:22 +00:00
Marc G. Fournier
127f21c788
Space pad it a little bit...improve readability...
1997-10-02 01:52:25 +00:00
Thomas G. Lockhart
45bb4b945a
First attempt at an installation completion message suggesting to keep
...
in touch with the Web site for updates etc.
1997-10-02 01:05:16 +00:00
Marc G. Fournier
bf125ca401
Bring in a "registration" file to be printed out after the user has
...
performed a 'make install'
Uses 'more', which should be standard across all systems, I hope?
1997-10-02 00:59:35 +00:00
Marc G. Fournier
87d703f4cd
Document which is default for:
...
enable-hba/enable-cassert/enable-locale
1997-10-02 00:50:28 +00:00
Bruce Momjian
f477db7705
Update manuals for 6.2 release.
1997-10-01 19:42:53 +00:00
Bruce Momjian
7566949a97
Update manuals for 6.2 release.
1997-10-01 19:30:59 +00:00
Bruce Momjian
a127aafca7
Update manuals for 6.2 release.
1997-10-01 19:24:21 +00:00
Bruce Momjian
c03c6857b7
Update manuals for 6.2 release.
1997-10-01 19:14:35 +00:00
Bruce Momjian
c83beeff06
Update manuals for 6.2 release.
1997-10-01 19:08:48 +00:00
Bruce Momjian
140f728658
Update manuals for 6.2 release.
1997-10-01 18:57:48 +00:00
Bruce Momjian
59509a0711
Update manuals for 6.2 release.
1997-10-01 18:53:28 +00:00
Bruce Momjian
627730fa47
Update PQntuples now returns rows affected.
1997-10-01 18:14:53 +00:00
Thomas G. Lockhart
7cd15c47d8
Document NOT NULL for table creation.
...
Clarify usage of date_part() for timespan data type.
1997-10-01 17:05:16 +00:00
Bruce Momjian
dec1889a73
Update to 0.4.
1997-10-01 15:38:59 +00:00
Bruce Momjian
4a226f0a7e
Update to 0.4 version.
1997-10-01 15:13:14 +00:00
Bruce Momjian
1d3290e7ff
Fix permits.
1997-09-30 18:40:37 +00:00
Bruce Momjian
cb9604f2ac
Add support for NetBSD/sparc.
1997-09-30 16:21:42 +00:00
Bruce Momjian
a4cffdcf82
HPUX 10 fix.
1997-09-30 15:19:32 +00:00
Vadim B. Mikheev
a788027724
Little changes.
1997-09-30 09:50:28 +00:00
Vadim B. Mikheev
7a5d3fbd9b
STATEMENT triggers are not implemented - elog (WARN).
1997-09-30 09:49:54 +00:00
Vadim B. Mikheev
01a89482df
Trigger programming guide.
...
Description of data changes visibility added.
1997-09-30 09:49:10 +00:00
Bruce Momjian
da707e4224
Cleanup.
1997-09-30 03:28:02 +00:00
Bruce Momjian
701d9c40cb
Vadim's updates to HISTORY file.
1997-09-30 03:12:43 +00:00