| Commit message (Expand) | Author | Age | Files | Lines |
| * | Good Bye, Time Travel! | Vadim B. Mikheev | 1997-11-02 | 3 | -39/+9 |
| * | Use shared lock when building indices | Vadim B. Mikheev | 1997-10-27 | 1 | -2/+5 |
| * | Inline memset() as MemSet(). | Bruce Momjian | 1997-09-18 | 6 | -20/+20 |
| * | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 | 7 | -45/+45 |
| * | Add typdefs to pgindent run. | Bruce Momjian | 1997-09-08 | 2 | -4/+4 |
| * | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 | 8 | -484/+483 |
| * | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 8 | -5253/+5513 |
| * | More cleanups for indent. | Bruce Momjian | 1997-09-06 | 1 | -5/+12 |
| * | Cleanup needed for indent. | Bruce Momjian | 1997-09-06 | 1 | -3/+3 |
| * | Cleanups needed for indent. Remove }; | Bruce Momjian | 1997-09-05 | 1 | -3/+3 |
| * | heap_destroy:RelationRemoveTriggers() | Vadim B. Mikheev | 1997-09-04 | 1 | -1/+6 |
| * | Indexing of pg_trigger | Vadim B. Mikheev | 1997-08-31 | 1 | -1/+4 |
| * | Remove DEFAULT/CHECK infos from catalog on DROP TABLE | Vadim B. Mikheev | 1997-08-22 | 2 | -33/+167 |
| * | Store attr DEFAULT info in heap_create | Vadim B. Mikheev | 1997-08-22 | 1 | -2/+117 |
| * | Rename pg_attribute.attnvals to attdisbursion. | Bruce Momjian | 1997-08-21 | 1 | -4/+4 |
| * | Change pg_attribute.attnvals to float4, change #ifdef 0 to #if 0, fix aix cal... | Bruce Momjian | 1997-08-21 | 1 | -3/+3 |
| * | Get rid of attproc, atttyparg, attcanindex, attdefrel, attbound | Vadim B. Mikheev | 1997-08-21 | 3 | -78/+49 |
| * | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian | 1997-08-19 | 2 | -13/+29 |
| * | NOT NULL implementation (submitted by Robson Paniago de Miranda). | Vadim B. Mikheev | 1997-08-19 | 2 | -25/+24 |
| * | Now that names are null terminated, no need to do all that NAMEDATALEN stuff. | Bruce Momjian | 1997-08-18 | 2 | -5/+5 |
| * | Remove more (void) and fix -Wall warnings. | Bruce Momjian | 1997-08-12 | 4 | -16/+16 |
| * | Various compile errors concerning overflow due to shifts, unsigned, and bad p... | Bruce Momjian | 1997-07-24 | 1 | -2/+1 |
| * | Fix problems with pg_dump for iheritance, sequences, archive tables. | Bruce Momjian | 1997-07-23 | 1 | -2/+2 |
| * | heap_destroy() now calls RelationForgetRelation() to really flush | Vadim B. Mikheev | 1997-06-04 | 1 | -5/+11 |
| * | Check for attributeList is NULL in ConstructTupleDescriptor (). | Vadim B. Mikheev | 1997-04-05 | 1 | -4/+8 |
| * | Hack for heap_creat to enable relkind to be 'S' for sequences. | Vadim B. Mikheev | 1997-04-02 | 1 | -3/+7 |
| * | Added call to heap_endscan in IndexIsUniqueNoCache - to release | Vadim B. Mikheev | 1997-03-27 | 1 | -6/+6 |
| * | Setting index' attributes attcacheoff to -1 in index_create(). | Vadim B. Mikheev | 1997-03-24 | 1 | -1/+6 |
| * | Fix index_create for multi-column indices | Vadim B. Mikheev | 1997-03-19 | 1 | -13/+27 |
| * | 1. Setting rdesc->rd_tmpunlinked to FALSE in heap_creatr () just after | Vadim B. Mikheev | 1997-01-20 | 1 | -8/+11 |
| * | heap_destroy () releases dirty buffers of a relation to be | Vadim B. Mikheev | 1997-01-14 | 1 | -2/+12 |
| * | include sem.h added, include string.h neede, from Erik Bertelsen for Ultrix | Bruce Momjian | 1997-01-10 | 2 | -2/+6 |
| * | index_insert has now HeapRelation as last param (for unique index | Vadim B. Mikheev | 1997-01-10 | 2 | -4/+4 |
| * | Fix for SELECT INTO ... GROUP/ORDER BY where table already exists unlink error. | Bruce Momjian | 1997-01-01 | 1 | -2/+3 |
| * | Fixed realloc for increasing tempRels list. | Vadim B. Mikheev | 1996-12-31 | 1 | -2/+3 |
| * | In src/backend/catalog/pg_operator.c in OperatorDef, there | Bruce Momjian | 1996-12-26 | 1 | -3/+3 |
| * | This patch changes quite a few instances of references of Oid's | Bruce Momjian | 1996-11-30 | 3 | -9/+9 |
| * | Properly structure ProcedureNameIndexScan so it doesn't generate | Bryan Henderson | 1996-11-26 | 1 | -38/+53 |
| * | Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com> | Marc G. Fournier | 1996-11-13 | 3 | -49/+77 |
| * | Fixed double pfree on opaque. | Bruce Momjian | 1996-11-11 | 1 | -3/+1 |
| * | All external function definitions now have prototypes that are checked. | Bruce Momjian | 1996-11-10 | 2 | -17/+19 |
| * | Another patch to quiet the compiler from D'Arcy | Marc G. Fournier | 1996-11-08 | 1 | -4/+4 |
| * | D'Arcy's recent cleanups | Marc G. Fournier | 1996-11-08 | 4 | -8/+16 |
| * | Another directory cleaned up | Marc G. Fournier | 1996-11-06 | 7 | -167/+383 |
| * | Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk> | Marc G. Fournier | 1996-11-06 | 2 | -310/+50 |
| * | Makes it compile...still needs work | Marc G. Fournier | 1996-11-05 | 5 | -5/+27 |
| * | first pass at cleaning up include files | Marc G. Fournier | 1996-11-03 | 9 | -70/+31 |
| * | Simplify make files, add full dependencies. | Bryan Henderson | 1996-10-27 | 2 | -68/+62 |
| * | Fixes: Errors when PQexec() in backend creates temp | Marc G. Fournier | 1996-10-24 | 1 | -3/+16 |
| * | Moved definition of MAXPATHLEN to config.h | Marc G. Fournier | 1996-10-18 | 1 | -6/+1 |