aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Add asserts to check for file descriptor ring corruption.Bryan Henderson1996-12-27
* There was JMP_BUF defined in config.h. And SIGJMP_BUF later.Vadim B. Mikheev1996-12-27
* pq/signal() portability patch. Also psql copy prompt fix.Bruce Momjian1996-12-26
* Added include files needed for getpid prototype.Bruce Momjian1996-12-26
* Change %ud to %uBruce Momjian1996-12-26
* In file: .../src/backend/postmaster/postmaster.c I found 3 leaks andBruce Momjian1996-12-26
* I have this annoying habit (among others) of puttingBruce Momjian1996-12-26
* In src/backend/catalog/pg_operator.c in OperatorDef, thereBruce Momjian1996-12-26
* Removal of CppConcat from indexam.c.Bruce Momjian1996-12-26
* Add cast to quiet compiler warning.Bryan Henderson1996-12-23
* Improve handling of semicolons ending statements.Bruce Momjian1996-12-20
* Rename parameter.Bruce Momjian1996-12-20
* More patches/documentation from: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1996-12-19
* COPY_PATCH...Marc G. Fournier1996-12-19
* #ifdef ASYNC_DEBUG various sections of async.cMarc G. Fournier1996-12-19
* Make GROUP BY work with aliases, ORDER BY with column numbersBruce Momjian1996-12-17
* Put sys/types.h before sys/timeb.h so Ultrix compiles.Bryan Henderson1996-12-16
* Remove __P macro usage so it compiles without cdefs.h.Bryan Henderson1996-12-15
* Make compile on AIX, Alpha OSF. Thanks Darren King, Igor Notanzon.Bryan Henderson1996-12-15
* Fix over fix: JMP_BUF gone away and we have SIGJMP_BUF now.Vadim B. Mikheev1996-12-14
* Avoiding:Vadim B. Mikheev1996-12-14
* const register ... --> register const ...Vadim B. Mikheev1996-12-14
* AvoidingVadim B. Mikheev1996-12-14
* AvoidingVadim B. Mikheev1996-12-14
* Unuseful tupDesc = CreateTupleDesc(attr_count, attr); in CopyFromVadim B. Mikheev1996-12-14
* Require seimcolons between statements.Bruce Momjian1996-12-11
* Use "Oid" type where applicable and %ud instead of %d. Thanks Darren King.Bryan Henderson1996-12-11
* Rename postgres95 to PostgreSQL. Add comment for SELECT NULLBruce Momjian1996-12-11
* Add comments describing interface to heap_getattr().Bryan Henderson1996-12-09
* Reduce printing from debug level 2 ande layout change.Bruce Momjian1996-12-07
* Reduce printing from deub level 2 ande layout change.Bruce Momjian1996-12-07
* Remove Dan's fix of SELECT NULL to fix INSERT NULL.Bruce Momjian1996-12-07
* Fix for SELECT NULL.Bruce Momjian1996-12-07
* Fix from Jan agreed with by Massimo.Bruce Momjian1996-12-07
* _bt_updateitem is returned in code, but works only if sizes of keysVadim B. Mikheev1996-12-06
* 1. _bt_compare fixed to work properly with new code in _bt_insertonpgVadim B. Mikheev1996-12-06
* Remove duplicate patch for COUNT fix.Bruce Momjian1996-12-04
* Change portname "sparc" to "sunos4" and change some portname dependencies toBryan Henderson1996-12-04
* Change tests to lowercase for esthetics.Bruce Momjian1996-12-03
* pname=NULL -> pname="" (stringinfo.c:appendStringInfo doesn't like NULL).Vadim B. Mikheev1996-12-03
* Make COUNT,SUM case insensitive.Bruce Momjian1996-12-03
* Fix compiler warning about unitialized variables.Bruce Momjian1996-12-01
* This patch changes quite a few instances of references of Oid'sBruce Momjian1996-11-30
* As someone asked for this feature - patch for 1.09 follows.Bruce Momjian1996-11-30
* Change end-of-line comma to semicolon.Bruce Momjian1996-11-30
* Added BETWEEN and IN to grammar. Map != to <>.Bruce Momjian1996-11-30
* Allow select oid,* from table. Allow * anywhere in target list.Bruce Momjian1996-11-29
* Added: dynamic re-moving page from list of pages usable for shrinkingVadim B. Mikheev1996-11-29
* Fix for BSDI compile.Bruce Momjian1996-11-29
* Changed saved_relname size to save memory.Bruce Momjian1996-11-28