| Commit message (Expand) | Author | Age |
* | Clean up the Makefiles | Marc G. Fournier | 1997-12-17 |
* | Remove trailing period from an elog message. | Thomas G. Lockhart | 1997-12-09 |
* | More VARHDRSZ additions. | Bruce Momjian | 1997-12-08 |
* | Add VARHDRSZ where needed. Many places just used 4. | Bruce Momjian | 1997-12-06 |
* | Break parser functions into smaller files, group together. | Bruce Momjian | 1997-11-25 |
* | Remove tqual.h includes not needed. | Bruce Momjian | 1997-11-24 |
* | Remove archive stuff. | Bruce Momjian | 1997-11-21 |
* | Remove all time travel stuff. Small parser cleanup. | Bruce Momjian | 1997-11-20 |
* | Good Bye, Time Travel! | Vadim B. Mikheev | 1997-11-02 |
* | Rename strNcpy to StrNCpy, and change third parameter. | Bruce Momjian | 1997-10-25 |
* | Fix multi-column index scans in internal pages. | Vadim B. Mikheev | 1997-10-22 |
* | Coerce type of NULL pointer return to suppress gcc compiler warnings. | Thomas G. Lockhart | 1997-09-24 |
* | +#include <access/xact.h> | Vadim B. Mikheev | 1997-09-22 |
* | Inline memset() as MemSet(). | Bruce Momjian | 1997-09-18 |
* | Inline frequently called functions. | Bruce Momjian | 1997-09-18 |
* | heapattr functions now return a Datum, not char *. | Bruce Momjian | 1997-09-12 |
* | Cleanup for array fix patch. | Bruce Momjian | 1997-09-10 |
* | Fix for arrays. | Bruce Momjian | 1997-09-10 |
* | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 |
* | Add typdefs to pgindent run. | Bruce Momjian | 1997-09-08 |
* | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 |
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 |
* | TupleUpdatedByCurXactAndCmd () changed due to | Vadim B. Mikheev | 1997-08-29 |
* | Fix very old bug which made tuples changed/inserted by a commnd | Vadim B. Mikheev | 1997-08-29 |
* | heap_delete returns int now (for non-functional deletes). | Vadim B. Mikheev | 1997-08-27 |
* | Inlined heap_getattr(). | Bruce Momjian | 1997-08-26 |
* | Major patch to speed up backend startup after profiling analysis. | Bruce Momjian | 1997-08-24 |
* | Remove compile warning. | Bruce Momjian | 1997-08-22 |
* | CreateTupleDescCopy don't copy constraints now! | Vadim B. Mikheev | 1997-08-22 |
* | Name change cleanup. | Bruce Momjian | 1997-08-21 |
* | AttrConstr --> TupleConstr | Vadim B. Mikheev | 1997-08-21 |
* | Rename pg_attribute.attnvals to attdisbursion. | Bruce Momjian | 1997-08-21 |
* | Get rid of attproc, atttyparg, attcanindex, attdefrel, attbound | Vadim B. Mikheev | 1997-08-21 |
* | More NOT_USEDs | Bruce Momjian | 1997-08-20 |
* | HTNegate/HTCommute/HTNegateCommute are not used. | Vadim B. Mikheev | 1997-08-20 |
* | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian | 1997-08-19 |
* | NOT NULL implementation (submitted by Robson Paniago de Miranda). | Vadim B. Mikheev | 1997-08-19 |
* | Now that names are null terminated, no need to do all that NAMEDATALEN stuff. | Bruce Momjian | 1997-08-18 |
* | _hash_checkpage: cleanup for CASSERT | Vadim B. Mikheev | 1997-08-14 |
* | These changes allow the module to compile quietly when assert checking is | Bruce Momjian | 1997-08-12 |
* | Remove more (void) and fix -Wall warnings. | Bruce Momjian | 1997-08-12 |
* | Catch non-functional delete attempts. | Vadim B. Mikheev | 1997-08-06 |
* | Cleanup for NAMEDATALEN use. | Bruce Momjian | 1997-08-03 |
* | _hash_first: release buf & metabuf if no tuples found for a key. | Vadim B. Mikheev | 1997-06-28 |
* | Someone forgot about aligning in fastgetiattr()... | Vadim B. Mikheev | 1997-06-12 |
* | Compare 'char' and 'text' lexicographically. | Vadim B. Mikheev | 1997-06-11 |
* | From: Robert Bruccoleri <bruc@bms.com> | Marc G. Fournier | 1997-06-11 |
* | Duplicates handling... | Vadim B. Mikheev | 1997-06-10 |
* | Added check is new item successfuly inserted to a page or not. | Vadim B. Mikheev | 1997-06-06 |
* | If we have to split leaf page in the chain of duplicates | Vadim B. Mikheev | 1997-05-31 |