Thomas G. Lockhart
09cfab3a7f
Include references to other "drop" man pages.
1997-09-26 15:20:12 +00:00
Thomas G. Lockhart
5acd45f6fd
Initial docs for Vadim's new trigger capabilities.
1997-09-26 15:13:09 +00:00
Thomas G. Lockhart
b105324f7e
Fix SUBSTRING(str FROM int TO int) parsing.
1997-09-26 15:09:11 +00:00
Vadim B. Mikheev
142d42f938
Scripts to run queries and data.
1997-09-26 14:57:36 +00:00
Vadim B. Mikheev
dbde5caeed
Some results.
1997-09-26 14:55:44 +00:00
Vadim B. Mikheev
cf76759f34
Start with performance suite.
1997-09-26 14:55:21 +00:00
Vadim B. Mikheev
561b35e556
Return error if char *query is null in SPI_prepare()
1997-09-26 13:57:39 +00:00
Marc G. Fournier
99048aca00
Get these two files finally committed for Peter...sorry for delay :(
1997-09-26 08:22:21 +00:00
Edmund Mergl
c5d49902fb
*** empty log message ***
1997-09-25 21:15:04 +00:00
Bruce Momjian
4a98c5763e
Back out inclusion of postgres.h.
1997-09-25 16:52:23 +00:00
Bruce Momjian
2f4275327e
Massive examples fix from Nicola Bernardelli
1997-09-25 16:35:52 +00:00
Bruce Momjian
0384d37083
Fix for libpgtcl from Constantin Teodorescu.
1997-09-25 15:48:51 +00:00
Thomas G. Lockhart
5004b99e92
Tatsuo's patch to fix alignment problems in structure for RISC machines.
1997-09-25 14:11:42 +00:00
Thomas G. Lockhart
e008c68408
One more change to recover v6.1.1 escaped-text input behavior.
...
Should be changed for v6.3!
1997-09-25 14:10:23 +00:00
Thomas G. Lockhart
4293adc117
Disable checking for zero or one points with deeper parens on input.
...
Polygon input would not accept single-point polygon output and dump.
1997-09-25 14:09:04 +00:00
Vadim B. Mikheev
6be30fb524
Fix handling of functions with non-attribute first argument in WHERE
...
clauses.
1997-09-25 12:48:15 +00:00
Vadim B. Mikheev
c42f7f1460
Fix GROUP BY when order of entries is different from order in target list.
1997-09-25 12:21:15 +00:00
Vadim B. Mikheev
bb0cc20e64
Fix handling of SPI_tuptable.
1997-09-25 12:16:05 +00:00
Bruce Momjian
be5241420a
S_LOCK_FREE fix.
1997-09-25 01:48:58 +00:00
Bruce Momjian
ebb3008dbd
Fix for S_FREE_LOCK.
1997-09-24 23:37:26 +00:00
Thomas G. Lockhart
d77a506307
Use additional ORDER BY to cope with new sorting routines.
1997-09-24 17:55:38 +00:00
Thomas G. Lockhart
16d65f5c25
Add SQL/92 "constants" current_date, current_time, and current_timestamp.
...
Add SQL/92 types decimal and numeric (temporary for syntax support).
These types need more support in the backend to be really implemented,
and the parser will need to be changed at that time.
Adjust limits on precision parameters for FLOAT(p) to match IEEE-compliant
arithmetic. Perhaps these limits should be processor-specific or obtained
from system include files instead.
1997-09-24 17:53:53 +00:00
Thomas G. Lockhart
ba8763c500
Add SQL/92 types decimal and numeric.
...
Add SQL/92 "constants" current_date, current_time, and current_timestamp.
1997-09-24 17:49:56 +00:00
Thomas G. Lockhart
53ad0aa262
Restore proper behavior for escaped quotes and for escaped literals
...
like newline inside quoted strings.
1997-09-24 17:48:25 +00:00
Thomas G. Lockhart
c7dbd366ba
Remove debugging "puts" print statement.
1997-09-24 17:46:14 +00:00
Thomas G. Lockhart
0e699286d3
Coerce type of NULL pointer return to suppress gcc compiler warnings.
1997-09-24 17:45:21 +00:00
Bruce Momjian
e00f0ea39e
Fix for pg_dump.
1997-09-24 16:20:04 +00:00
Bruce Momjian
9eaaf36f04
Update configure.
1997-09-24 15:57:28 +00:00
Bruce Momjian
28c2edcb3d
Remove aix power pc.
1997-09-24 15:49:46 +00:00
Bruce Momjian
55780ae0e8
Remove extra float.h I added.
1997-09-24 15:40:59 +00:00
Bruce Momjian
837f0cbea0
CREATE FUNCTION fixup for types of functions.
1997-09-24 15:36:36 +00:00
Bruce Momjian
77d514a550
Rollback changes to pg_dump.c
1997-09-24 15:14:02 +00:00
Vadim B. Mikheev
c13454edc2
Timetravel tests.
1997-09-24 08:36:47 +00:00
Vadim B. Mikheev
76271543ae
Added: ttdummy() - variation of timetravel() function
...
for regress test.
1997-09-24 08:35:10 +00:00
Vadim B. Mikheev
1777ba4c80
+ SPI_palloc(), SPI_repalloc(), SPI_pfree()
1997-09-24 08:32:09 +00:00
Vadim B. Mikheev
f79b7a56b4
Allow use functions with no arguments in DEFAULT
...
Allow use IDENT as arguments of trigger functions
1997-09-24 08:31:04 +00:00
Vadim B. Mikheev
eec6108650
+ SPI_palloc(), SPI_repalloc(), SPI_pfree() - for allocations
...
in upper Executor memory context.
1997-09-24 08:28:37 +00:00
Bruce Momjian
f0b9b2152e
HPUX 10 patch.
1997-09-24 04:20:29 +00:00
Bruce Momjian
11b4a9689d
Add -S to top of manual page.
1997-09-24 03:20:54 +00:00
Bruce Momjian
88325bd010
AIX fixes.
1997-09-23 22:53:47 +00:00
Bruce Momjian
a572fc229b
Fix for CREATE FUNCTION.
1997-09-23 21:44:07 +00:00
Bruce Momjian
cad3e709fe
Fix for backslash quote.
1997-09-23 19:47:59 +00:00
Bruce Momjian
38d2ca5418
AIx patch from Frank Dana.
1997-09-23 17:43:33 +00:00
Bruce Momjian
bcdd0a93ed
Cleanup.
1997-09-23 00:02:44 +00:00
Bruce Momjian
09dfed4022
Cleanup backslashes.
1997-09-22 18:14:25 +00:00
Bruce Momjian
a2a0842d1c
Fix for missing tas on some platforms.
1997-09-22 15:59:19 +00:00
Bruce Momjian
85f7555132
Small lock cleanup for prototype.
1997-09-22 15:49:14 +00:00
Vadim B. Mikheev
5fb82eb4c7
Blowaway relation buffers from buffer pool before truncation:
...
+ BlowawayRelationBuffers(relation, blocknumber)
1997-09-22 07:13:56 +00:00
Vadim B. Mikheev
708f67c7a9
Blowaway relation buffers from buffer pool before truncation.
1997-09-22 07:12:33 +00:00
Vadim B. Mikheev
94e52d38df
Two copies...
1997-09-22 04:21:51 +00:00