summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Function cleanupo for List* when it should be Node *.Bruce Momjian1998-01-141-25/+26
|
* Cleanup of prototypes. FIx for PQtrace start/stop several times.Bruce Momjian1998-01-145-64/+34
|
* this should pretty much clean up the i386_solaris port, with regressionMarc G. Fournier1998-01-134-62/+2859
| | | | tests running "as expected"...
* Various cleanups for the i386_solaris environmentMarc G. Fournier1998-01-133-24/+17
|
* isinf() doesn't exist under i386_solaris, so code it such thatMarc G. Fournier1998-01-133-46/+101
| | | | it is (!isnan() && !finite()) instead
* Oops, should be 'tas.o', not 'tas.s'Marc G. Fournier1998-01-132-2/+2
|
* MIssed a semi-colon in AC_LINK_FILES for i386_solaris port...Marc G. Fournier1998-01-132-3/+3
|
* Further clean up "auto-configuration" for portsMarc G. Fournier1998-01-133-212/+221
|
* Work on getting the i386_solaris compile to work ...Marc G. Fournier1998-01-132-34/+0
|
* Remove unused "option" from PQconnectdb().Vadim B. Mikheev1998-01-131-2/+1
|
* Remove PageSizeIsValid from BufferGetPageSize.Vadim B. Mikheev1998-01-131-4/+2
|
* extern char* crypt_getpwdreloadfilename(void);Vadim B. Mikheev1998-01-131-1/+1
| | | | ^^^^
* Add a 'dummy' file for i386_solaris.c for configureMarc G. Fournier1998-01-131-0/+4
|
* Updated Regression outputMarc G. Fournier1998-01-131-1224/+1529
|
* Have clean clean out the test directory also, as well as the Makefiles inMarc G. Fournier1998-01-131-1/+4
| | | | interfaces/{libpq,libpgtcl}
* A minor patch for HP/UX 10 vs 9Marc G. Fournier1998-01-131-1/+6
|
* From: Goran Thyni <goran@bildbasen.se>Marc G. Fournier1998-01-131-41/+18
| | | | | | | | | | | OK, here comes a patch, DBD::Pg (and possibly other 3rd party clients) can connect to unix sockets. Patch is against current source tree. Background: libpq set some policy for client, which it should not IMHO. It prevent some 3rd party clients to connect with unix domain sockets etc.
* One more src/interfaces/libpq/Makefile problem: there's an explicitMarc G. Fournier1998-01-131-2/+2
| | | | | | | reference to the name of the shared library, instead of dereferencing the definition from the top of the file. From: Tom I Helbekkmo <tih@Hamartun.Priv.NO>
* Various fixes resulting from removing the PORTNAME definesMarc G. Fournier1998-01-134-7/+11
| | | | From: Tom I Helbekkmo <tih@Hamartun.Priv.NO>
* Some *very* major changes by darrenk@insightdist.com (Darren King)Marc G. Fournier1998-01-1315-161/+150
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ========================================== What follows is a set of diffs that cleans up the usage of BLCKSZ. As a side effect, the person compiling the code can change the value of BLCKSZ _at_their_own_risk_. By that, I mean that I've tried it here at 4096 and 16384 with no ill-effects. A value of 4096 _shouldn't_ affect much as far as the kernel/file system goes, but making it bigger than 8192 can have severe consequences if you don't know what you're doing. 16394 worked for me, _BUT_ when I went to 32768 and did an initdb, the SCSI driver broke and the partition that I was running under went to hell in a hand basket. Had to reboot and do a good bit of fsck'ing to fix things up. The patch can be safely applied though. Just leave BLCKSZ = 8192 and everything is as before. It basically only cleans up all of the references to BLCKSZ in the code. If this patch is applied, a comment in the config.h file though above the BLCKSZ define with warning about monkeying around with it would be a good idea. Darren darrenk@insightdist.com (Also cleans up some of the #includes in files referencing BLCKSZ.) ==========================================
* > It seems there is a mistake in substr function:Marc G. Fournier1998-01-131-2/+2
| | | | | | | | | | | | | | | > then you try get substr, which consists only of last char in string > you get all string > > For example: > userbase=> select substr('123456', 6,1) ; > substr > ------ > 123456 > (1 row) > From Edmund Mergl <E.Mergl@bawue.de>
* Should fix it all, Peter?Marc G. Fournier1998-01-132-633/+0
|
* Oops...missed over half the patch :(Marc G. Fournier1998-01-1318-1/+3019
|
* Upgrade to 0.76Marc G. Fournier1998-01-122-1032/+1755
|
* Html backend_dir cleanupBruce Momjian1998-01-121-0/+5
|
* Manual page dash cleanup.Bruce Momjian1998-01-1171-146/+146
|
* Fix from Peter for BLOBsMarc G. Fournier1998-01-111-2/+2
|
* Peter's Mega-Patch for JDBC...Marc G. Fournier1998-01-1113-306/+1276
| | | | see README_6.3 for list of changes
* Fix SCO and change index name.Bruce Momjian1998-01-112-6/+11
|
* Clean up of copyfuncs.Bruce Momjian1998-01-114-88/+55
|
* psql help cleanup.Bruce Momjian1998-01-112-6/+7
|
* Update psql help.Bruce Momjian1998-01-111-23/+112
|
* Add UNION, GROUP, DISTINCT to INSERT.Bruce Momjian1998-01-114-10/+46
|
* Fix up for recent changes in elog error messages.Thomas G. Lockhart1998-01-103-13/+9
| | | | | Some behavior of the triggers test cases changed for the least week or two; now back to the usual expected behavior.
* Fix CLUSTER.Bruce Momjian1998-01-103-2/+10
|
* Bye CursorStmt, now use SelectStmt.Bruce Momjian1998-01-104-69/+26
|
* Remove old quel labels.Bruce Momjian1998-01-091-2/+2
|
* Remove old quel labels.Bruce Momjian1998-01-091-4/+4
|
* Remove old quel labels.Bruce Momjian1998-01-093-75/+77
|
* PAGER \z in psql.Bruce Momjian1998-01-091-11/+43
|
* Yohoo UNIONS of VIEWS.Bruce Momjian1998-01-093-17/+38
|
* Cleanup of varchar.Bruce Momjian1998-01-081-33/+18
|
* Re-install working varchar() with compress size.Bruce Momjian1998-01-081-6/+3
|
* Completion of varchar rollback.Bruce Momjian1998-01-081-19/+19
|
* Cleanup of varchar.Bruce Momjian1998-01-081-2/+2
|
* Rollback varchar size change.Bruce Momjian1998-01-081-5/+24
|
* Fix for varchar I missed.Bruce Momjian1998-01-071-2/+2
|
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-0799-497/+493
|
* Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. ↵Bruce Momjian1998-01-0714-273/+237
| | | | Clean up use of VARDATA.
* Wrap the function in and #ifdef, not the header filesMarc G. Fournier1998-01-071-3/+2
| | | | Should fix an AIX compiler problem