| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change Constraint structure name from ConstraintDef to Constraint. | Thomas G. Lockhart | 1997-12-04 | 1 | -11/+9 |
| | | | | | | Change reference to field inside to be compatible with new definition as a "node" structure rather than a specialty structure. | ||||
| * | Missed a few files from Todd's patch...oops :) | Marc G. Fournier | 1997-12-04 | 1 | -0/+379 |
| | | |||||
| * | From: todd brandys <brandys@eng3.hep.uiuc.edu> | Marc G. Fournier | 1997-12-04 | 1 | -2/+2 |
| | | | | | | An extension to the code to allow for a pg_password authentication database that is *seperate* from the system password file | ||||
| * | Rename heap_destroyr to heap_destroy, heap_destroy to heap_destroy_with_catalog. | Bruce Momjian | 1997-11-28 | 5 | -14/+14 |
| | | |||||
| * | Rename heap_create to heap_create_and_catatlog, rename heap_creatr to ↵ | Bruce Momjian | 1997-11-28 | 3 | -10/+11 |
| | | | | | heap_create(). | ||||
| * | Re-order args for TypeCreate() to be clearer. | Bruce Momjian | 1997-11-26 | 1 | -3/+3 |
| | | |||||
| * | Break parser functions into smaller files, group together. | Bruce Momjian | 1997-11-25 | 6 | -15/+16 |
| | | |||||
| * | Move dbcommands.c to commands/. It should not be in the parser directory. | Bruce Momjian | 1997-11-24 | 1 | -2/+2 |
| | | |||||
| * | Move dbcommands.c to commands/. It should not be in the parser directory. | Bruce Momjian | 1997-11-24 | 2 | -2/+341 |
| | | |||||
| * | Archive cleanups. | Bruce Momjian | 1997-11-21 | 1 | -2/+1 |
| | | |||||
| * | Remove unused files. | Bruce Momjian | 1997-11-21 | 1 | -176/+0 |
| | | |||||
| * | Remove archive stuff. | Bruce Momjian | 1997-11-21 | 6 | -258/+18 |
| | | |||||
| * | Remove archive stuff. | Bruce Momjian | 1997-11-21 | 1 | -2/+2 |
| | | |||||
| * | Remove all time travel stuff. Small parser cleanup. | Bruce Momjian | 1997-11-20 | 11 | -44/+43 |
| | | |||||
| * | Remove 16 char limit on system table/index names. Rename system indexes. | Bruce Momjian | 1997-11-17 | 1 | -14/+2 |
| | | |||||
| * | Remove NOT_USED for Massimo. | Bruce Momjian | 1997-11-05 | 1 | -3/+3 |
| | | |||||
| * | Good Bye, Time Travel! | Vadim B. Mikheev | 1997-11-02 | 1 | -50/+43 |
| | | |||||
| * | Fix for compile warning, from Ernst Molitor. | Bruce Momjian | 1997-10-30 | 1 | -2/+2 |
| | | |||||
| * | Now we are able to CREATE PROCEDURAL LANGUAGE (Thanks, Jan). | Vadim B. Mikheev | 1997-10-28 | 4 | -40/+334 |
| | | |||||
| * | Fix binary cursors broken by MOVE implementation. | Vadim B. Mikheev | 1997-10-27 | 1 | -9/+20 |
| | | | | | (Thanks to Bruce for finding what caused problem). | ||||
| * | Rename strNcpy to StrNCpy, and change third parameter. | Bruce Momjian | 1997-10-25 | 3 | -6/+6 |
| | | |||||
| * | Fix \ handling | Vadim B. Mikheev | 1997-10-02 | 1 | -2/+19 |
| | | |||||
| * | STATEMENT triggers are not implemented - elog (WARN). | Vadim B. Mikheev | 1997-09-30 | 1 | -0/+3 |
| | | |||||
| * | MOVE implementation. | Vadim B. Mikheev | 1997-09-29 | 1 | -5/+7 |
| | | |||||
| * | Blowaway relation buffers from buffer pool before truncation. | Vadim B. Mikheev | 1997-09-22 | 1 | -1/+10 |
| | | |||||
| * | Fix up elog warning messages. | Thomas G. Lockhart | 1997-09-20 | 1 | -3/+3 |
| | | |||||
| * | Inline memset() as MemSet(). | Bruce Momjian | 1997-09-18 | 5 | -11/+11 |
| | | |||||
| * | ALTER TABLE ADD COLUMN: set atthasdef to FALSE. | Vadim B. Mikheev | 1997-09-18 | 1 | -1/+2 |
| | | |||||
| * | Inline frequently called functions. | Bruce Momjian | 1997-09-18 | 1 | -2/+3 |
| | | |||||
| * | heapattr functions now return a Datum, not char *. | Bruce Momjian | 1997-09-12 | 3 | -26/+22 |
| | | |||||
| * | Cleanups. | Vadim B. Mikheev | 1997-09-11 | 1 | -18/+207 |
| | | |||||
| * | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 | 12 | -146/+146 |
| | | |||||
| * | Add typdefs to pgindent run. | Bruce Momjian | 1997-09-08 | 5 | -14/+14 |
| | | |||||
| * | Another PGINDENT run that changes variable indenting and case label ↵ | Bruce Momjian | 1997-09-08 | 17 | -1531/+1530 |
| | | | | | indenting. Also static variable indenting. | ||||
| * | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 17 | -8485/+9402 |
| | | |||||
| * | Before row insertion triggers call. | Vadim B. Mikheev | 1997-09-04 | 2 | -87/+416 |
| | | |||||
| * | BEFORE/AFTER ROW INSERT triggers startup from CopyFrom() | Vadim B. Mikheev | 1997-09-01 | 2 | -27/+314 |
| | | | | | RelationBuildTriggers() & FreeTriggerDesc() in trigger.c | ||||
| * | Workplace for CREATE/DROP TRIGGER | Vadim B. Mikheev | 1997-08-31 | 2 | -2/+29 |
| | | |||||
| * | Turn constraints off for sequences & views | Vadim B. Mikheev | 1997-08-22 | 4 | -13/+25 |
| | | | | | | elog(WARN,"ADD ATTRIBUTE: DEFAULT is not implemented, yet"); Call ExecConstraints in CopyFrom | ||||
| * | Fix for psql pager when no tty, cleanup for vacuum attdisbursion type. | Bruce Momjian | 1997-08-22 | 1 | -2/+2 |
| | | |||||
| * | DefineRelation: DEFAULT/CHECK handling | Vadim B. Mikheev | 1997-08-22 | 1 | -25/+116 |
| | | |||||
| * | AttrConstr --> TupleConstr | Vadim B. Mikheev | 1997-08-21 | 1 | -2/+2 |
| | | |||||
| * | Rename pg_attribute.attnvals to attdisbursion. | Bruce Momjian | 1997-08-21 | 2 | -4/+4 |
| | | |||||
| * | Change pg_attribute.attnvals to float4, change #ifdef 0 to #if 0, fix aix ↵ | Bruce Momjian | 1997-08-21 | 1 | -2/+2 |
| | | | | | call to strNcpy, fix pg_super_user_id in pg_dumpall, change pg_database.dtadba from oid to int4. | ||||
| * | Get rid of attproc, atttyparg, attcanindex, attdefrel, attbound | Vadim B. Mikheev | 1997-08-21 | 1 | -6/+1 |
| | | | | | from pg_attribute. atthasdef added. | ||||
| * | Make functions static where possible, enclose unused functions in #ifdef ↵ | Bruce Momjian | 1997-08-19 | 3 | -15/+35 |
| | | | | | NOT_USED. | ||||
| * | NOT NULL implementation (submitted by Robson Paniago de Miranda). | Vadim B. Mikheev | 1997-08-19 | 3 | -6/+30 |
| | | |||||
| * | Now that names are null terminated, no need to do all that NAMEDATALEN stuff. | Bruce Momjian | 1997-08-18 | 7 | -81/+81 |
| | | |||||
| * | Reduce open() calls. Replace fopen() calls with calls to fd.c functions. | Bruce Momjian | 1997-08-18 | 1 | -4/+6 |
| | | |||||
| * | Remove more (void) and fix -Wall warnings. | Bruce Momjian | 1997-08-12 | 7 | -23/+23 |
| | | |||||
