summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
1996-12-23Fix Solaris stuff so it compiles. Thanks Keith Parks.Bryan Henderson
1996-12-23Add some quotes so it works on more shells.Bryan Henderson
1996-12-23Add cast to quiet compiler warning.Bryan Henderson
1996-12-20Fix multiple "C" from backend.Bruce Momjian
1996-12-20Remove NOTIFY_PATCH.Bruce Momjian
1996-12-20Improve handling of semicolons ending statements.Bruce Momjian
1996-12-20Rename parameter.Bruce Momjian
1996-12-19Make sure user is running GNU make.Bryan Henderson
1996-12-19Add two new comments to pglibtcl...Marc G. Fournier
1996-12-19More patches/documentation from: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier
1996-12-19COPY_PATCH...Marc G. Fournier
1996-12-19Add various comments to explain #define's and add a few extra #define'sMarc G. Fournier
1996-12-19#ifdef ASYNC_DEBUG various sections of async.cMarc G. Fournier
1996-12-17Make GROUP BY work with aliases, ORDER BY with column numbersBruce Momjian
1996-12-16Put sys/types.h before sys/timeb.h so Ultrix compiles.Bryan Henderson
1996-12-15Remove __P macro usage so it compiles without cdefs.h.Bryan Henderson
1996-12-15Make compile on AIX, Alpha OSF. Thanks Darren King, Igor Notanzon.Bryan Henderson
1996-12-14Fix over fix: JMP_BUF gone away and we have SIGJMP_BUF now.Vadim B. Mikheev
1996-12-14 if (settings->opt.fieldSep);Vadim B. Mikheev
1996-12-14Avoiding:Vadim B. Mikheev
1996-12-14const register ... --> register const ...Vadim B. Mikheev
1996-12-14AvoidingVadim B. Mikheev
1996-12-14AvoidingVadim B. Mikheev
1996-12-14Unuseful tupDesc = CreateTupleDesc(attr_count, attr); in CopyFromVadim B. Mikheev
1996-12-13Clean up. Get rid of tabs and overly long lines.Bryan Henderson
1996-12-13Small regression and doc patchBruce Momjian
1996-12-11Postgres95 to PostgreSQL.Bruce Momjian
1996-12-11Require seimcolons between statements.Bruce Momjian
1996-12-11Use "Oid" type where applicable and %ud instead of %d. Thanks Darren King.Bryan Henderson
1996-12-11Rename postgres95 to PostgreSQL. Add comment for SELECT NULLBruce Momjian
1996-12-10Fix bug: libpq clients (which include libpq-fe.h) won't compile.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-10Add empty "dep:" target.Bryan Henderson
1996-12-10No change...just a test to make sure I didn't screw anything upMarc G. Fournier
1996-12-09Monitor has been obsoleted by psql.Bryan Henderson
1996-12-09Remove include of libpq-fe.h. This file has nothing to do with libpq.Bryan Henderson
1996-12-09Add comments defining "typelem" column of pg_type.Bryan Henderson
1996-12-09Add comments describing interface to heap_getattr().Bryan Henderson
1996-12-09Add CUSTOM_CC variable for Makefile.custom. Thanks Kurt Lidl.Bryan Henderson
1996-12-07Reduce printing from debug level 2 ande layout change.Bruce Momjian
1996-12-07Reduce printing from deub level 2 ande layout change.Bruce Momjian
1996-12-07Remove Dan's fix of SELECT NULL to fix INSERT NULL.Bruce Momjian
1996-12-07Fix for SELECT NULL.Bruce Momjian
1996-12-07Fix from Jan agreed with by Massimo.Bruce Momjian
1996-12-06_bt_updateitem is returned in code, but works only if sizes of keysVadim B. Mikheev
1996-12-061. _bt_compare fixed to work properly with new code in _bt_insertonpgVadim B. Mikheev
1996-12-04Remove duplicate patch for COUNT fix.Bruce Momjian
1996-12-04Change portname "sparc" to "sunos4" and change some portname dependencies toBryan Henderson
1996-12-03Change tests to lowercase for esthetics.Bruce Momjian