summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
1997-01-24Remove from include/config.h:Marc G. Fournier
1997-01-24This should clean everything up back to pre-configure statusMarc G. Fournier
1997-01-24Remove all the configure related stuff...Marc G. Fournier
1997-01-24Okay, that does it for tonight...Marc G. Fournier
1997-01-24Slowly building up config.h so that it is pretty much generated byMarc G. Fournier
1997-01-23Add config.h to configureMarc G. Fournier
1997-01-23The last patch fixes some incongruences in the #define used to compile theMarc G. Fournier
1997-01-23Document and enable ACLGROUP_PATCH submitted by MassimoMarc G. Fournier
1997-01-23Remove SB_PAD. Compute padding at compile time.Bruce Momjian
1997-01-22Taking a chance here. Under both Solaris and FreeBSD, there is aMarc G. Fournier
1997-01-22Cast constants to the type of the other binary operand.Bruce Momjian
1997-01-20New flag for BufferDesc - BM_JUST_DIRTIED, - to preventVadim B. Mikheev
1997-01-16Change EXPLAIN options to just use VERBOSE.Bruce Momjian
1997-01-16SetBufferWriteMode () added; FlushLocalBuffer () fixed (shouldn'tVadim B. Mikheev
1997-01-14DEC Alpha fix. Missing #.Bruce Momjian
1997-01-14There is no more ReleaseTmpRelBuffers, but ReleaseRelationBuffers.Vadim B. Mikheev
1997-01-14Restored original pg_type/pg_attribute defaults. Regression fixes.Bruce Momjian
1997-01-13Part of patch to make a working nextstep port.Bryan Henderson
1997-01-13Added VERBOSE option to vacuum command.Bruce Momjian
1997-01-13From: Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier
1997-01-10Remove octal character constants and convert to decimal constantsBruce Momjian
1997-01-10I found the following bugs in the version 6.0 (dated 961229).Bruce Momjian
1997-01-10index_insert has now HeapRelation as last param (forVadim B. Mikheev
1997-01-08Use proper types so it compiles on DEC C89. Thanks Erik Bertelson.Bryan Henderson
1997-01-06Add Irix stuff.Bryan Henderson
1997-01-06PORT NeXT requires an isascii() define...put it in config.h, most likelyMarc G. Fournier
1997-01-06add define for USE_LIMIT_H into NeXT port...Marc G. Fournier
1996-12-28Here's the final set of patches to 6.0 (sup'd on 27/12/96) that allow a fullBruce Momjian
1996-12-26Remove use of "bool", which user program may not have defined. This .h fileBryan Henderson
1996-12-26pq/signal() portability patch. Also psql copy prompt fix.Bruce Momjian
1996-12-26Added needed prototype.Bruce Momjian
1996-12-26Removal of unused CppConcat defines.Bruce Momjian
1996-12-23Fix Solaris stuff so it compiles. Thanks Keith Parks.Bryan Henderson
1996-12-20Remove NOTIFY_PATCH.Bruce Momjian
1996-12-19Add various comments to explain #define's and add a few extra #define'sMarc G. Fournier
1996-12-17Make GROUP BY work with aliases, ORDER BY with column numbersBruce Momjian
1996-12-15Make compile on AIX, Alpha OSF. Thanks Darren King, Igor Notanzon.Bryan Henderson
1996-12-11Use "Oid" type where applicable and %ud instead of %d. Thanks Darren King.Bryan Henderson
1996-12-10sigjmp_buf/jmp_buf is backwards, so backend doesn't compile.Bryan Henderson
1996-12-10Fix bug: libpq clients (which include libpq-fe.h) won't compile.Bryan Henderson
1996-12-09Add comments defining "typelem" column of pg_type.Bryan Henderson
1996-12-04Change portname "sparc" to "sunos4" and change some portname dependencies toBryan Henderson
1996-12-03Remove #if defined(bsdi) define SIGJMP_BUF, per Kurt Lidl.Bryan Henderson
1996-11-30This patch changes quite a few instances of references of Oid'sBruce Momjian
1996-11-29vrl_min_tlen added to VRelListData.Vadim B. Mikheev
1996-11-27Remove unused define's.Bruce Momjian
1996-11-27More stuff to make it compile on various ports.Bryan Henderson
1996-11-27New structures for new vacuum.Vadim B. Mikheev
1996-11-27New mdtruncate() & smgrtruncate() funcs.Vadim B. Mikheev
1996-11-27TransactionIdIsInProgress moved to shmem.cVadim B. Mikheev