| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for psql pager when no tty, cleanup for vacuum attdisbursion type. | Bruce Momjian | 1997-08-22 | 1 | -2/+2 |
* | Fetch information about DEFAULT/CHECK while openning a relation. | Vadim B. Mikheev | 1997-08-22 | 1 | -30/+127 |
* | There is no NULL constraint in CREATE TABLE - only NOT NULL one. | Vadim B. Mikheev | 1997-08-22 | 1 | -7/+7 |
* | DEFAULT handling | Vadim B. Mikheev | 1997-08-22 | 2 | -16/+100 |
* | DefineRelation: DEFAULT/CHECK handling | Vadim B. Mikheev | 1997-08-22 | 1 | -25/+116 |
* | Store attr DEFAULT info in heap_create | Vadim B. Mikheev | 1997-08-22 | 1 | -2/+117 |
* | CreateTupleDescCopy don't copy constraints now! | Vadim B. Mikheev | 1997-08-22 | 1 | -14/+161 |
* | Allow functions and operators on internally-identical types to succeed. | Bruce Momjian | 1997-08-22 | 4 | -7/+31 |
* | Change time function names to be more consistent, and check for zero divides,... | Bruce Momjian | 1997-08-21 | 3 | -18/+43 |
* | Name change cleanup. | Bruce Momjian | 1997-08-21 | 1 | -2/+2 |
* | Remove unused spin function when no spinlocks. | Bruce Momjian | 1997-08-21 | 1 | -15/+1 |
* | AttrConstr --> TupleConstr | Vadim B. Mikheev | 1997-08-21 | 3 | -9/+9 |
* | Rename pg_attribute.attnvals to attdisbursion. | Bruce Momjian | 1997-08-21 | 6 | -24/+24 |
* | Change pg_attribute.attnvals to float4, change #ifdef 0 to #if 0, fix aix cal... | Bruce Momjian | 1997-08-21 | 5 | -35/+27 |
* | Read info for DEFAULT from pg_attrdef. | Vadim B. Mikheev | 1997-08-21 | 1 | -41/+154 |
* | Syntax for [CONSTRAINT name] CHECK ... | Vadim B. Mikheev | 1997-08-21 | 1 | -14/+30 |
* | Get rid of attproc, atttyparg, attcanindex, attdefrel, attbound | Vadim B. Mikheev | 1997-08-21 | 5 | -90/+54 |
* | More NOT_USEDs | Bruce Momjian | 1997-08-20 | 7 | -39/+31 |
* | HTNegate/HTCommute/HTNegateCommute are not used. | Vadim B. Mikheev | 1997-08-20 | 1 | -2/+2 |
* | CHECK/DEFAULT syntax (some tricks to get current scan position). | Vadim B. Mikheev | 1997-08-20 | 1 | -9/+18 |
* | CHECK/DEFAULT syntax | Vadim B. Mikheev | 1997-08-20 | 2 | -23/+159 |
* | Changes for Digital Unix | Marc G. Fournier | 1997-08-20 | 1 | -2/+2 |
* | Fix for sunos4 difftime() call. | Bruce Momjian | 1997-08-19 | 1 | -1/+1 |
* | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian | 1997-08-19 | 105 | -454/+961 |
* | NOT NULL implementation (submitted by Robson Paniago de Miranda). | Vadim B. Mikheev | 1997-08-19 | 9 | -40/+134 |
* | Now that names are null terminated, no need to do all that NAMEDATALEN stuff. | Bruce Momjian | 1997-08-18 | 26 | -220/+207 |
* | Reduce open() calls. Replace fopen() calls with calls to fd.c functions. | Bruce Momjian | 1997-08-18 | 10 | -97/+70 |
* | Fixes for alphalinux port by abrams@philos.umass.edu | Marc G. Fournier | 1997-08-17 | 1 | -5/+9 |
* | Cleanup global variables, remove stable memory stuff. | Bruce Momjian | 1997-08-14 | 3 | -26/+12 |
* | sprintf "...%d...", ... (int)getpid(), ... | Vadim B. Mikheev | 1997-08-14 | 1 | -2/+2 |
* | _hash_checkpage: cleanup for CASSERT | Vadim B. Mikheev | 1997-08-14 | 1 | -5/+5 |
* | These changes allow the module to compile quietly when assert checking is | Bruce Momjian | 1997-08-12 | 1 | -6/+5 |
* | Remove more (void) and fix -Wall warnings. | Bruce Momjian | 1997-08-12 | 75 | -310/+303 |
* | cleanup of patch | Bruce Momjian | 1997-08-12 | 1 | -11/+7 |
* | Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so... | Bruce Momjian | 1997-08-12 | 41 | -179/+142 |
* | Fix for psort again. | Bruce Momjian | 1997-08-06 | 1 | -4/+11 |
* | Another psort fix. | Bruce Momjian | 1997-08-06 | 1 | -2/+2 |
* | I think I finally got psort working for all cases. | Bruce Momjian | 1997-08-06 | 1 | -8/+10 |
* | psort cleanups. | Bruce Momjian | 1997-08-06 | 2 | -7/+7 |
* | Another fix. | Bruce Momjian | 1997-08-06 | 1 | -4/+4 |
* | Fix for palloc(0) in new code | Bruce Momjian | 1997-08-06 | 1 | -2/+2 |
* | Allow internal sorts to be stored in memory rather than in files. | Bruce Momjian | 1997-08-06 | 5 | -467/+544 |
* | Catch non-functional delete attempts. | Vadim B. Mikheev | 1997-08-06 | 1 | -1/+14 |
* | Cleanup for NAMEDATALEN use. | Bruce Momjian | 1997-08-03 | 13 | -39/+39 |
* | Comment out code that makes no sense, and Purify complains about. | Bruce Momjian | 1997-08-03 | 1 | -1/+8 |
* | Prevent relname unallocated string length from being copied into database. | Bruce Momjian | 1997-08-02 | 1 | -4/+5 |
* | Due to BIND 8.1.1, my Solaris 2.5.1 machine doesn't define MAXHOSTNAMELEN... | Marc G. Fournier | 1997-07-30 | 1 | -2/+6 |
* | Check for and use <netdb.h> for postmaster.c, instead of checking if | Marc G. Fournier | 1997-07-30 | 1 | -2/+2 |
* | Allow use parameters in target list having aggregates in functions. | Vadim B. Mikheev | 1997-07-30 | 1 | -3/+4 |
* | Change call definition for isreltime(). | Thomas G. Lockhart | 1997-07-29 | 1 | -2/+2 |