summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
1997-01-01Fix for SELECT INTO ... GROUP/ORDER BY where table already exists unlink error.Bruce Momjian
1996-12-31Fixed realloc for increasing tempRels list.Vadim B. Mikheev
1996-12-31ReleaseTmpRelBuffers () releases buffers in LOCAL buffer pool nowVadim B. Mikheev
1996-12-29explain changeBruce Momjian
1996-12-29Improved EXPLAIN option handling.Bruce Momjian
1996-12-28Fixed Assert check where ! should be !=.Bruce Momjian
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-27Add asserts to check for file descriptor ring corruption.Bryan Henderson
1996-12-27There was JMP_BUF defined in config.h. And SIGJMP_BUF later.Vadim B. Mikheev
1996-12-26pq/signal() portability patch. Also psql copy prompt fix.Bruce Momjian
1996-12-26Added include files needed for getpid prototype.Bruce Momjian
1996-12-26Change %ud to %uBruce Momjian
1996-12-26In file: .../src/backend/postmaster/postmaster.c I found 3 leaks andBruce Momjian
1996-12-26I have this annoying habit (among others) of puttingBruce Momjian
1996-12-26In src/backend/catalog/pg_operator.c in OperatorDef, thereBruce Momjian
1996-12-26Removal of CppConcat from indexam.c.Bruce Momjian
1996-12-23Add cast to quiet compiler warning.Bryan Henderson
1996-12-20Improve handling of semicolons ending statements.Bruce Momjian
1996-12-20Rename parameter.Bruce Momjian
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-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-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-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-09Add comments describing interface to heap_getattr().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
1996-12-03pname=NULL -> pname="" (stringinfo.c:appendStringInfo doesn't like NULL).Vadim B. Mikheev
1996-12-03Make COUNT,SUM case insensitive.Bruce Momjian
1996-12-01Fix compiler warning about unitialized variables.Bruce Momjian
1996-11-30This patch changes quite a few instances of references of Oid'sBruce Momjian