aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* My first cut at libpq revision didn't handle MULTIBYTE correctly,Tom Lane1999-04-25
* Revise backend libpq interfaces so that messages to the frontendTom Lane1999-04-25
* Fix duplicating ROOT page in concurrent updates.Vadim B. Mikheev1999-04-22
* There are some bugs about backward scanning usingBruce Momjian1999-04-13
* Unique btree-s:Vadim B. Mikheev1999-04-12
* Small cleanups.Bruce Momjian1999-03-30
* 1. Vacuum is updated for MVCC.Vadim B. Mikheev1999-03-28
* cleanupBruce Momjian1999-03-14
* compile cleanupBruce Momjian1999-03-14
* Compile cleanupBruce Momjian1999-03-14
* Enclosed below I have a patch to allow a btree index on the int8 type.Bruce Momjian1999-03-14
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-21
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-03
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-02
* READ COMMITTED isolevel is implemented and is default now.Vadim B. Mikheev1999-01-29
* Turns out it's easy to cache the fmgr function lookupTom Lane1999-01-27
* Another SELECT speedup: extract OIDs of column print functionsTom Lane1999-01-27
* Tighten coding of inner loops in nocachegetattr ...Tom Lane1999-01-24
* Use heap_attisnull, rather than heap_getattr, for a smallTom Lane1999-01-24
* Replace typtoout() and gettypelem() with a single routine,Tom Lane1999-01-24
* Add a set of braces to clarify conditional nesting.Thomas G. Lockhart1999-01-20
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-17
* SET TRANSACTION ISOLATION LEVEL ...Vadim B. Mikheev1998-12-18
* Serialized mode works!Vadim B. Mikheev1998-12-16
* Initial MVCC code.Vadim B. Mikheev1998-12-15
* Many more cleanups...Marc G. Fournier1998-12-14
* Initial attempt to clean up the code...Marc G. Fournier1998-12-14
* Included patches should fix following problems in the muti-byteBruce Momjian1998-12-12
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-27
* Fix for relname.data from SHIOZAKI TakehikoBruce Momjian1998-11-02
* Fix for vacuum and cache use. Fix for BSDI 4.0.Bruce Momjian1998-10-12
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-08
* Substantial rewrite of async.c to avoid problems with non-reentrant stdioTom Lane1998-10-06
* hash.h's use of BSHIFT conflicts with <sys/param.h> on myTom Lane1998-10-04
* Here's a combination of all the patches I'm currently waitingBruce Momjian1998-10-02
* Allow 8-key indexes.Bruce Momjian1998-09-23
* Alignment cleanup so no more massive switch statements for alignment,Bruce Momjian1998-09-07
* offsetof cleanup.Bruce Momjian1998-09-04
* t_bits alignment fix from Tatsuo IshiiBruce Momjian1998-09-04
* Fix for indexing problems.Bruce Momjian1998-09-02
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-30
* Make 'name' type int aligned, like char/varchar.Bruce Momjian1998-08-27
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-25
* fix for index problem.Bruce Momjian1998-08-20
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-19
* fix typo.Bruce Momjian1998-08-11
* Strategy cleanups.Bruce Momjian1998-08-11