aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/common
Commit message (Expand)AuthorAge
* Fix problems seen in parallel regress tests when SI buffer overruns (causingTom Lane2000-01-31
* Add:Bruce Momjian2000-01-26
* Removed MBFLAGS from makefiles since it's now done in include/config.h.Peter Eisentraut2000-01-19
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-15
* More cleanups. Still doesn't work.Bruce Momjian2000-01-11
* Added empty TOASTER files and corrected some minor glitchesJan Wieck1999-12-21
* Required catalog changes for extended LONG attribute storage.Jan Wieck1999-12-20
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-16
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-13
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-09
* Add system indexes to match all caches.Bruce Momjian1999-11-22
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-07
* Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.Tom Lane1999-10-23
* Reimplement parsing and storage of default expressions and constraintTom Lane1999-10-03
* Install new alignment code to use MAXALIGN rather than DOUBLEALIGN whereBruce Momjian1999-07-19
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Reversed out Massimo patch.Bruce Momjian1999-06-12
* I don't like last minute patches before the final freeze, but I believe thatBruce Momjian1999-06-12
* Make functions static or NOT_USED as appropriate.Bruce Momjian1999-05-26
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-10
* 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
* cleanupBruce Momjian1999-03-14
* 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
* 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
* 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
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-08
* 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
* 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
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-19
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-26
* Add auto-size to screen to \d? commands. Use UNION to show allBruce Momjian1998-07-18
* Change atttypmod from int16 to int32, for Thomas.Bruce Momjian1998-07-12