| Commit message (Expand) | Author | Age |
* | TupleUpdatedByCurXactAndCmd () changed due to | Vadim B. Mikheev | 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 | 1997-08-29 |
* | 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 |
* | 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 |
* | Remove unneeded stat calls. | Bruce Momjian | 1997-08-27 |
* | Inlined heap_getattr(). | Bruce Momjian | 1997-08-26 |
* | Fix for pointer arithmetic. | Bruce Momjian | 1997-08-26 |
* | Change void * to Dllist*. | Bruce Momjian | 1997-08-26 |
* | pg_password utility. Cleanup for psql passwords. New datetime contrib stuff... | Bruce Momjian | 1997-08-25 |
* | Small cleanup. | Bruce Momjian | 1997-08-25 |
* | Major patch to speed up backend startup after profiling analysis. | Bruce Momjian | 1997-08-24 |
* | Remove compile warning. | Bruce Momjian | 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 | 1997-08-22 |
* | Remove DEFAULT/CHECK infos from catalog on DROP TABLE | Vadim B. Mikheev | 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 |
* | 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 | 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 | 1997-08-22 |
* | Allow functions and operators on internally-identical types to succeed. | Bruce Momjian | 1997-08-22 |
* | Change time function names to be more consistent, and check for zero divides,... | Bruce Momjian | 1997-08-21 |
* | Name change cleanup. | Bruce Momjian | 1997-08-21 |
* | Remove unused spin function when no spinlocks. | Bruce Momjian | 1997-08-21 |
* | AttrConstr --> TupleConstr | Vadim B. Mikheev | 1997-08-21 |
* | Rename pg_attribute.attnvals to attdisbursion. | Bruce Momjian | 1997-08-21 |
* | Change pg_attribute.attnvals to float4, change #ifdef 0 to #if 0, fix aix cal... | Bruce Momjian | 1997-08-21 |
* | Read info for DEFAULT from pg_attrdef. | Vadim B. Mikheev | 1997-08-21 |
* | Syntax for [CONSTRAINT name] CHECK ... | Vadim B. Mikheev | 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 |
* | CHECK/DEFAULT syntax (some tricks to get current scan position). | Vadim B. Mikheev | 1997-08-20 |
* | CHECK/DEFAULT syntax | Vadim B. Mikheev | 1997-08-20 |
* | Changes for Digital Unix | Marc G. Fournier | 1997-08-20 |
* | Fix for sunos4 difftime() call. | Bruce Momjian | 1997-08-19 |
* | 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 |
* | Reduce open() calls. Replace fopen() calls with calls to fd.c functions. | Bruce Momjian | 1997-08-18 |
* | Fixes for alphalinux port by abrams@philos.umass.edu | Marc G. Fournier | 1997-08-17 |