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