4cbc06cff1
Add new psql \da, \do, and \dT options.
1997-11-14 21:38:25 +00:00
ea4223c45f
FIx for indexing regex stuff. Change rowoid to objoid.
1997-11-14 05:57:46 +00:00
5071ae2972
Add pg_description table for info on tables, columns, operators, types, and aggregates. Modify psql with new \dd operator to access description
1997-11-13 03:23:18 +00:00
baeb8790ac
Fix case issues with quotes.
1997-11-10 05:10:50 +00:00
6016148c61
new alpha linux locking from Travis Melhiser <melhiser@viper.co.union.nc.us>
1997-11-07 21:35:41 +00:00
c17fa36d3c
Add Unix domain socket support, from Goran Thyni, goran@bildbasen.se
1997-11-07 20:52:15 +00:00
27b12bfd54
Include transam.h to get NullTransactionId defined
...
for use by recently created macros.
1997-11-07 18:39:38 +00:00
ea567d2fad
Declare routines which support SET keyword = value SQL commands.
1997-11-07 06:45:16 +00:00
7d1f2f8a27
Support alternate database locations.
1997-11-07 06:38:51 +00:00
32cd09ac6d
Good Bye, Time Travel!
1997-11-02 15:27:14 +00:00
0308f91cd2
No more warnings on macros, thanks VAdim.
1997-10-30 23:37:01 +00:00
818f2644e9
Update version to 6.3. dump/reload for 6.1 version users.
1997-10-30 22:09:04 +00:00
cc1b420cfd
Add routines istrue() and isfalse() to directly evaluate boolean type.
1997-10-30 16:45:12 +00:00
58ed1232f5
Fix for netbsd locking, from Henry B. Hotz.
1997-10-30 05:24:19 +00:00
7bff4c5078
Now we are able to CREATE PROCEDURAL LANGUAGE (Thanks, Jan).
1997-10-28 15:11:45 +00:00
6855820e8f
c.h:
...
#define StrNCpy(dst,src,len) \
(strncpy((dst),(src),(len)),(len > 0) ? *((dst)+(len)-1)='\0' : \
NULL,(void)(dst))
^^^^^^ - to avoid "value computed is not used" from gcc
in ma-a-any places (should to fix thouse places instead, but ...
time)
config.h.in:
/*
* TBL_FREE_CMD_MEMORY: free memory allocated for an user query inside
* transaction block after this query is done.
*/
#define TBL_FREE_CMD_MEMORY
- this is default now.
1997-10-27 12:07:13 +00:00
60fee0d67c
Add conversion routines for int2, int4, and oid to and from text.
...
Change a few routine names to ensure <= 16 characters in name
to fit correctly into pg_proc.
1997-10-25 05:40:43 +00:00
d8e260646e
Reassign cash/float4 arithmetic operator oids to avoid duplicate oids.
1997-10-25 05:31:55 +00:00
a9a91b54c6
Add conversion functions for int2, int4, oid to and from text.
...
Shorten a few routine names to <= 16 characters long to fit in table.
1997-10-25 05:29:48 +00:00
b5f582b7ab
Rename column to avoid "action" SQL92 reserved word.
1997-10-25 05:25:10 +00:00
789d075021
StrNCpy cleanup.
1997-10-25 02:14:22 +00:00
f3af1368bd
Rename strNcpy to StrNCpy, and change third parameter.
1997-10-25 01:10:58 +00:00
a805635d21
Cleanups for 6.2.1.
1997-10-16 04:14:30 +00:00
78351f422b
Fix for backward cursors with ORDER BY.
1997-10-15 06:36:36 +00:00
ba2358896a
Fix final function for cash avg() aggregate.
...
Wrong function referenced in previous versions.
1997-10-15 01:08:25 +00:00
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
f1bfc520c0
We never do remember to up the PG_VERSION number, do we? :(
1997-10-03 17:31:29 +00:00
83cd375cd2
Linux/alpha patch from Dan Maynard
1997-10-03 15:27:18 +00:00
d663f1c839
Sparc lock fix for Linux/netbsd.
1997-10-02 18:32:58 +00:00
cb9604f2ac
Add support for NetBSD/sparc.
1997-09-30 16:21:42 +00:00
51689ece82
MOVE implementation (added bool ismove to FetchStmt).
1997-09-29 06:01:46 +00:00
4b9fb26648
HPUX patches from Vladimir Turin.
1997-09-29 03:27:18 +00:00
725a03eb4b
Make GetAttributeByNum visible again for external use.
1997-09-27 14:37:21 +00:00
4a98c5763e
Back out inclusion of postgres.h.
1997-09-25 16:52:23 +00:00
2f4275327e
Massive examples fix from Nicola Bernardelli
1997-09-25 16:35:52 +00:00
be5241420a
S_LOCK_FREE fix.
1997-09-25 01:48:58 +00:00
ebb3008dbd
Fix for S_FREE_LOCK.
1997-09-24 23:37:26 +00:00
1777ba4c80
+ SPI_palloc(), SPI_repalloc(), SPI_pfree()
1997-09-24 08:32:09 +00:00
09dfed4022
Cleanup backslashes.
1997-09-22 18:14:25 +00:00
a2a0842d1c
Fix for missing tas on some platforms.
1997-09-22 15:59:19 +00:00
85f7555132
Small lock cleanup for prototype.
1997-09-22 15:49:14 +00:00
94e52d38df
Two copies...
1997-09-22 04:21:51 +00:00
354a18fcb2
Add tinterval comparison operators.
...
Add integer/money arithmetic.
1997-09-20 16:29:38 +00:00
aae2420e8b
Add point_ne() comparison routine.
1997-09-20 16:25:28 +00:00
d0ab9c3f81
Add tinterval comparison routines.
1997-09-20 16:24:39 +00:00
2b83160dca
Add integer/money arithmetic from Darren King.
1997-09-20 16:23:47 +00:00
0f928c2d21
UPdate memset macro.
1997-09-18 18:48:32 +00:00
79cb0fd9bb
Cleanup for memset macro.
1997-09-18 17:06:21 +00:00
220941dac5
Add in srandom() check to configure
...
Add appropriate HAVE_{RANDOM,SRANDOM} values to config.h
Add approrpiate #ifdef's to sparc_solaris port files for Solaris v2.6
1997-09-18 16:09:41 +00:00
a6e0803a7f
No more SortTuplesInTree...
1997-09-18 14:42:35 +00:00