| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 1997-08-29 | Cleanup. | Bruce Momjian | |
| 1997-08-29 | Add PGINDENT and support program. | Bruce Momjian | |
| 1997-08-29 | TupleUpdatedByCurXactAndCmd () changed due to | Vadim B. Mikheev | |
| Fix very old bug which made tuples changed/inserted by a commnd visible to command itself (so we had multiple update of updated tuples, etc). | |||
| 1997-08-29 | New results destination for SPI manager. | Vadim B. Mikheev | |
| 1997-08-29 | SPI manager. | Vadim B. Mikheev | |
| 1997-08-29 | Fix very old bug which made tuples changed/inserted by a commnd | Vadim B. Mikheev | |
| visible to command itself (so we had multiple update of updated tuples, etc). | |||
| 1997-08-29 | heap_getattr fix for aix. | Bruce Momjian | |
| 1997-08-28 | Fix time_cmp | Vadim B. Mikheev | |
| 1997-08-28 | Clean CommandInfo after posting to client. | Vadim B. Mikheev | |
| 1997-08-28 | Fix for "default = '...'" in CREATE TYPE | Vadim B. Mikheev | |
| 1997-08-28 | Tests for CHECK/DEFAULT | Vadim B. Mikheev | |
| 1997-08-27 | Number of tuples inserted/affected by INSERT/UPDATE/DELETE... | Vadim B. Mikheev | |
| 1997-08-27 | heap_delete returns int now (for non-functional deletes). | Vadim B. Mikheev | |
| 1997-08-27 | Only need to check for strerror once :) | Marc G. Fournier | |
| 1997-08-27 | Remove unneeded stat calls. | Bruce Momjian | |
| 1997-08-26 | Inlined heap_getattr(). | Bruce Momjian | |
| 1997-08-26 | Fix for pointer arithmetic. | Bruce Momjian | |
| 1997-08-26 | rename sections. | Bruce Momjian | |
| 1997-08-26 | unix.1 renamed to pgintro.1. | Bruce Momjian | |
| 1997-08-26 | Manual page renaming. | Bruce Momjian | |
| 1997-08-26 | Change void * to Dllist*. | Bruce Momjian | |
| 1997-08-25 | pg_passwd cleanup. | Bruce Momjian | |
| 1997-08-25 | pg_passwd cleanup. | Bruce Momjian | |
| 1997-08-25 | pg_passwd cleanup | Bruce Momjian | |
| 1997-08-25 | pg_password utility. Cleanup for psql passwords. New datetime contrib ↵ | Bruce Momjian | |
| stuff for new version. Fix for strutils needing config.h. | |||
| 1997-08-25 | Small cleanup. | Bruce Momjian | |
| 1997-08-24 | Major patch to speed up backend startup after profiling analysis. | Bruce Momjian | |
| 1997-08-22 | Update .similar version file. | Bruce Momjian | |
| 1997-08-22 | Fix for no NULL in CREATE TABLE. | Bruce Momjian | |
| 1997-08-22 | Remove compile warning. | Bruce Momjian | |
| 1997-08-22 | Warning in makefile added from DArcy. | Bruce Momjian | |
| 1997-08-22 | + ExecConstraints () | Vadim B. Mikheev | |
| 1997-08-22 | Restore CONSTRAINT keyword (was lost ... by unknown way) | Vadim B. Mikheev | |
| 1997-08-22 | + ExecConstraints() | Vadim B. Mikheev | |
| 1997-08-22 | Turn constraints off for sequences & views | Vadim B. Mikheev | |
| elog(WARN,"ADD ATTRIBUTE: DEFAULT is not implemented, yet"); Call ExecConstraints in CopyFrom | |||
| 1997-08-22 | Remove DEFAULT/CHECK infos from catalog on DROP TABLE | Vadim B. Mikheev | |
| Store CHECK infos on CREATE TABLE | |||
| 1997-08-22 | We store Cash/money as int of size 4, so make it an int rather than a long. | Bruce Momjian | |
| 1997-08-22 | Fix for psql pager when no tty, cleanup for vacuum attdisbursion type. | Bruce Momjian | |
| 1997-08-22 | ConstraintDef changed | Vadim B. Mikheev | |
| 1997-08-22 | Set attbyval for attdisbursion to FALSE | Vadim B. Mikheev | |
| Set atttype for relchecks to 21 (int2) Set relkind for pg_attrdef & pg_relcheck to 'n' | |||
| 1997-08-22 | + CreateTupleDescCopyConstr | Vadim B. Mikheev | |
| + FreeTupleDesc | |||
| 1997-08-22 | Fetch information about DEFAULT/CHECK while openning a relation. | Vadim B. Mikheev | |
| 1997-08-22 | There is no NULL constraint in CREATE TABLE - only NOT NULL one. | Vadim B. Mikheev | |
| 1997-08-22 | DEFAULT handling | Vadim B. Mikheev | |
| Use for 'selct .. into ..' copy of TupleDesc (without constraints) #ifdef NOT_USED for resetVarAttrLenForCreateTable (just free tupdesc copy) | |||
| 1997-08-22 | DefineRelation: DEFAULT/CHECK handling | Vadim B. Mikheev | |
| 1997-08-22 | Store attr DEFAULT info in heap_create | Vadim B. Mikheev | |
| 1997-08-22 | CreateTupleDescCopy don't copy constraints now! | Vadim B. Mikheev | |
| + CreateTupleDescCopyConstr to copy them too. + FreeTupleDesc | |||
| 1997-08-22 | Make psql use pager only when it has a tty. | Bruce Momjian | |
| 1997-08-22 | Allow functions and operators on internally-identical types to succeed. | Bruce Momjian | |
| 1997-08-21 | Change time function names to be more consistent, and check for zero ↵ | Bruce Momjian | |
| divides, from Michael Reifenberg. | |||
