aboutsummaryrefslogtreecommitdiff
path: root/src/include/access
Commit message (Expand)AuthorAge
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Another SELECT speedup: extract OIDs of column print functionsTom Lane1999-01-27
* Replace typtoout() and gettypelem() with a single routine,Tom Lane1999-01-24
* 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
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-27
* 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
* Fix for macro for AIX.Bruce Momjian1998-09-08
* Alignment cleanup so no more massive switch statements for alignment,Bruce Momjian1998-09-07
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-19
* index strategy cleanupBruce Momjian1998-08-11
* Fix scan adjustment.Vadim B. Mikheev1998-07-30
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-27
* VariableCache (next XID generator) is placed in shmem.Vadim B. Mikheev1998-07-21
* Change atttypmod from int16 to int32, for Thomas.Bruce Momjian1998-07-12
* Fix macros that were not properly surrounded by parens or braces.Bruce Momjian1998-06-15
* Make new DISABLE_COMPLEX_MACRO for compilers that can't handle ourBruce Momjian1998-06-14
* Re-apply Darren's char2-16 removal code.Bruce Momjian1998-04-26
* Inline some small functions called for every row.Bruce Momjian1998-04-24
* Back out char2-char16 removal. Add later.Bruce Momjian1998-04-07
* The following uuencoded, gzip'd file will ...Bruce Momjian1998-03-30
* From: "Billy G. Allie" <Bill.Allie@mug.org>Marc G. Fournier1998-03-01
* index_markpos()/index_restrpos() are in use now.Vadim B. Mikheev1998-02-26
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Pass around typmod as int16.Bruce Momjian1998-02-10
* Pass attypmod through to executor by adding to Var and Resdom.Bruce Momjian1998-02-10
* Update now that attcacheoff initial value is -1 always.Bruce Momjian1998-02-06
* Reduce size of inlining.Bruce Momjian1998-02-01
* Inline fastgetattr and others so data access does not use functionBruce Momjian1998-01-31
* dummyret cleanupBruce Momjian1998-01-27
* Deadlock ceallnup.Bruce Momjian1998-01-27
* Somehow the 'comment' here got messed upMarc G. Fournier1998-01-25
* Fix prototypes so they don't look like function definitions.Bruce Momjian1998-01-24
* Thank god for searchable mail archives.PostgreSQL Daemon1998-01-15
* Cleanup up include files.Bruce Momjian1997-11-26
* Remove tqual.h includes not needed.Bruce Momjian1997-11-24
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-20
* Include transam.h to get NullTransactionId definedThomas G. Lockhart1997-11-07
* Good Bye, Time Travel!Vadim B. Mikheev1997-11-02
* No more warnings on macros, thanks VAdim.Bruce Momjian1997-10-30
* Inline frequently called functions.Bruce Momjian1997-09-18
* Add mention of heap_getattr() compiler warning.Bruce Momjian1997-09-14
* Fix heap_getattr bug I just added.Bruce Momjian1997-09-12
* Macro cleanup of heap_getattr.Bruce Momjian1997-09-12
* heapattr functions now return a Datum, not char *.Bruce Momjian1997-09-12