| Commit message (Expand) | Author | Age | Files | Lines |
* | extern char* crypt_getpwdfilename(void); | Vadim B. Mikheev | 1997-12-26 | 1 | -1/+1 |
* | Implementation of UNIONs. | Bruce Momjian | 1997-12-24 | 2 | -18/+6 |
* | Change field name in RetrieveStmt from selectClause to unionClause. | Thomas G. Lockhart | 1997-12-23 | 1 | -2/+3 |
* | Lengthen some time conversion routine names now that longer names | Thomas G. Lockhart | 1997-12-23 | 1 | -4/+4 |
* | Expand a few date/time routine names to > 16 characters now that this | Thomas G. Lockhart | 1997-12-23 | 1 | -55/+55 |
* | Remove some recursion in optimizer and clean up some code there. | Bruce Momjian | 1997-12-21 | 1 | -2/+2 |
* | Fix aggregates on inherited tables. | Bruce Momjian | 1997-12-20 | 2 | -8/+6 |
* | Missed a HAVE_ | Marc G. Fournier | 1997-12-20 | 1 | -1/+1 |
* | Make sure configure reflects changes | Marc G. Fournier | 1997-12-20 | 1 | -0/+3 |
* | First clean compile without a "PORTNAME" variable being set... | Marc G. Fournier | 1997-12-20 | 1 | -0/+0 |
* | More cleanups. Move alot of the prototype definitions straight into | Marc G. Fournier | 1997-12-19 | 1 | -0/+21 |
* | More cleanups. I can now compile without PORTNAME being defined n | Marc G. Fournier | 1997-12-19 | 1 | -0/+3 |
* | Remove Existential, and ifdef out generate_fjoin. Neither did anything. | Bruce Momjian | 1997-12-18 | 4 | -17/+4 |
* | Cost cleanup. | Bruce Momjian | 1997-12-18 | 1 | -14/+8 |
* | Move declarations for timespan2tm() and tm2timespan() from dt.c to here. | Thomas G. Lockhart | 1997-12-17 | 1 | -9/+12 |
* | Add declarations for text, bpchar, and varchar length functions. | Thomas G. Lockhart | 1997-12-16 | 2 | -19/+19 |
* | Add declarations for text, bpchar, and varchar length functions. | Thomas G. Lockhart | 1997-12-16 | 1 | -5/+27 |
* | Make password null on startup. | Bruce Momjian | 1997-12-12 | 1 | -2/+2 |
* | Rename pg_plan and pg_eval to be more meaningful. | Bruce Momjian | 1997-12-11 | 1 | -4/+4 |
* | Spark/Linux patch for locking, from Tom Szybist | Bruce Momjian | 1997-12-09 | 1 | -3/+4 |
* | Major code cleanup following the pg_password insertion... | Marc G. Fournier | 1997-12-09 | 1 | -2/+2 |
* | Define USE_GERMAN_DATES for use in date/time I/O functions. | Thomas G. Lockhart | 1997-12-04 | 1 | -1/+3 |
* | Change Constraint structure to be a full node structure. | Thomas G. Lockhart | 1997-12-04 | 1 | -67/+70 |
* | Add Constraint node type. | Thomas G. Lockhart | 1997-12-04 | 1 | -2/+2 |
* | Missed a few files from Todd's patch...oops :) | Marc G. Fournier | 1997-12-04 | 2 | -0/+37 |
* | From: todd brandys <brandys@eng3.hep.uiuc.edu> | Marc G. Fournier | 1997-12-04 | 6 | -38/+81 |
* | Specify hash table support functions for float8 and int4 rather than using | Thomas G. Lockhart | 1997-11-30 | 1 | -31/+31 |
* | Add datetime and timespan hash index declarations. Use float8 for both; | Thomas G. Lockhart | 1997-11-30 | 1 | -3/+5 |
* | Remove duplicate block of declarations. Must have been introduced recently | Thomas G. Lockhart | 1997-11-30 | 1 | -73/+74 |
* | Change hash field for a few equality operators so all have it set. | Thomas G. Lockhart | 1997-11-30 | 1 | -27/+27 |
* | Add pg_type.h to include list to regain declaration of type OID assignments. | Thomas G. Lockhart | 1997-11-30 | 1 | -0/+1 |
* | Rename heap_destroyr to heap_destroy, heap_destroy to heap_destroy_with_catalog. | Bruce Momjian | 1997-11-28 | 1 | -4/+4 |
* | Rename heap_create to heap_create_and_catatlog, rename heap_creatr to heap_cr... | Bruce Momjian | 1997-11-28 | 1 | -3/+3 |
* | Re-order args for TypeCreate() to be clearer. | Bruce Momjian | 1997-11-26 | 1 | -2/+2 |
* | Make parser functions static where possible. | Bruce Momjian | 1997-11-26 | 1 | -3/+3 |
* | Make parser functions static where possible. | Bruce Momjian | 1997-11-26 | 9 | -72/+10 |
* | Cleanup up include files. | Bruce Momjian | 1997-11-26 | 2 | -4/+17 |
* | Cleanup up include files. | Bruce Momjian | 1997-11-26 | 59 | -230/+303 |
* | Break parser functions into smaller files, group together. | Bruce Momjian | 1997-11-25 | 18 | -163/+506 |
* | Move descriptions to pg_proc, add descriptions. | Bruce Momjian | 1997-11-24 | 2 | -1266/+777 |
* | Move dbcommands.c to commands/. It should not be in the parser directory. | Bruce Momjian | 1997-11-24 | 1 | -1/+1 |
* | Remove tqual.h includes not needed. | Bruce Momjian | 1997-11-24 | 3 | -6/+5 |
* | Archive cleanups. | Bruce Momjian | 1997-11-21 | 1 | -2/+2 |
* | More archive cleanup. | Bruce Momjian | 1997-11-21 | 3 | -16/+3 |
* | More archive cleanup. | Bruce Momjian | 1997-11-21 | 1 | -3/+1 |
* | Remove unused files. | Bruce Momjian | 1997-11-21 | 2 | -0/+0 |
* | Remove archive stuff. | Bruce Momjian | 1997-11-21 | 11 | -135/+64 |
* | Remove all time travel stuff. Small parser cleanup. | Bruce Momjian | 1997-11-20 | 9 | -59/+19 |
* | Make \d commands not wrap over 80 cols. | Bruce Momjian | 1997-11-18 | 1 | -35/+35 |
* | Add descriptions for types and operators. | Bruce Momjian | 1997-11-18 | 2 | -558/+507 |