summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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
1996-11-26Whoops, redo Ultrix patch so the other ports still compile.Bryan Henderson
1996-11-26Make it compile on Ultrix. Thanks Erik Bertelson.Bryan Henderson
1996-11-24Move include of signal.h inside pqsignal.h so it's always where it's needed.Bryan Henderson
1996-11-18Include some macros that used to be -D options in Makefile.global.Bryan Henderson
1996-11-16Add prototype for new datetime functions.Bruce Momjian
1996-11-14Features added:Marc G. Fournier
1996-11-14Fix a comment that wasn't commente'd outMarc G. Fournier
1996-11-14Remove most compile-time options, add a few runtime options to make up for it.Bryan Henderson
1996-11-14Include stdlib.h to gives its NULL, etc. definitions precedence over ours.Bryan Henderson
1996-11-13Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com>Marc G. Fournier
1996-11-12Use new utils/version.c instead of backend/utils/init/magic.c.Bryan Henderson
1996-11-11Goes with the recently added src/utils/version.c, will replace some stuff inBryan Henderson
1996-11-10All external function definitions now have prototypes that are checked.Bruce Momjian
1996-11-10Quiet compiler warnings.Bryan Henderson
1996-11-10Add USE_POSIX_TIME, HAVE_TZSET for Linux so backend compiles.Bryan Henderson
1996-11-09Added new include file.Bruce Momjian
1996-11-09A few more sparc_solaris cleanups from keith parksMarc G. Fournier
1996-11-08More compile cleanupsBruce Momjian
1996-11-08Change includes from "" to <>Marc G. Fournier
1996-11-08Compile and warning cleanupBruce Momjian
1996-11-08Secondly, small problem when trying to create a MAX/MIN aggregate in 1.09.Marc G. Fournier
1996-11-08D'Arcy's recent cleanupsMarc G. Fournier
1996-11-06Okay...this pretty much cleans out the include files.Marc G. Fournier
1996-11-06Add prototype for: int DebugFileOpen()Marc G. Fournier
1996-11-06...same...Marc G. Fournier
1996-11-06One by one, file by fileMarc G. Fournier
1996-11-06AnotherMarc G. Fournier
1996-11-06Getting there, one by one...Marc G. Fournier
1996-11-06And anotherMarc G. Fournier