summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* Fix for psql pager when no tty, cleanup for vacuum attdisbursion type.Bruce Momjian1997-08-221-2/+2
* Fetch information about DEFAULT/CHECK while openning a relation.Vadim B. Mikheev1997-08-221-30/+127
* There is no NULL constraint in CREATE TABLE - only NOT NULL one.Vadim B. Mikheev1997-08-221-7/+7
* DEFAULT handlingVadim B. Mikheev1997-08-222-16/+100
* DefineRelation: DEFAULT/CHECK handlingVadim B. Mikheev1997-08-221-25/+116
* Store attr DEFAULT info in heap_createVadim B. Mikheev1997-08-221-2/+117
* CreateTupleDescCopy don't copy constraints now!Vadim B. Mikheev1997-08-221-14/+161
* Allow functions and operators on internally-identical types to succeed.Bruce Momjian1997-08-224-7/+31
* Change time function names to be more consistent, and check for zero divides,...Bruce Momjian1997-08-213-18/+43
* Name change cleanup.Bruce Momjian1997-08-211-2/+2
* Remove unused spin function when no spinlocks.Bruce Momjian1997-08-211-15/+1
* AttrConstr --> TupleConstrVadim B. Mikheev1997-08-213-9/+9
* Rename pg_attribute.attnvals to attdisbursion.Bruce Momjian1997-08-216-24/+24
* Change pg_attribute.attnvals to float4, change #ifdef 0 to #if 0, fix aix cal...Bruce Momjian1997-08-215-35/+27
* Read info for DEFAULT from pg_attrdef.Vadim B. Mikheev1997-08-211-41/+154
* Syntax for [CONSTRAINT name] CHECK ...Vadim B. Mikheev1997-08-211-14/+30
* Get rid of attproc, atttyparg, attcanindex, attdefrel, attboundVadim B. Mikheev1997-08-215-90/+54
* More NOT_USEDsBruce Momjian1997-08-207-39/+31
* HTNegate/HTCommute/HTNegateCommute are not used.Vadim B. Mikheev1997-08-201-2/+2
* CHECK/DEFAULT syntax (some tricks to get current scan position).Vadim B. Mikheev1997-08-201-9/+18
* CHECK/DEFAULT syntaxVadim B. Mikheev1997-08-202-23/+159
* Changes for Digital UnixMarc G. Fournier1997-08-201-2/+2
* Fix for sunos4 difftime() call.Bruce Momjian1997-08-191-1/+1
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-19105-454/+961
* NOT NULL implementation (submitted by Robson Paniago de Miranda).Vadim B. Mikheev1997-08-199-40/+134
* Now that names are null terminated, no need to do all that NAMEDATALEN stuff.Bruce Momjian1997-08-1826-220/+207
* Reduce open() calls. Replace fopen() calls with calls to fd.c functions.Bruce Momjian1997-08-1810-97/+70
* Fixes for alphalinux port by abrams@philos.umass.eduMarc G. Fournier1997-08-171-5/+9
* Cleanup global variables, remove stable memory stuff.Bruce Momjian1997-08-143-26/+12
* sprintf "...%d...", ... (int)getpid(), ...Vadim B. Mikheev1997-08-141-2/+2
* _hash_checkpage: cleanup for CASSERTVadim B. Mikheev1997-08-141-5/+5
* These changes allow the module to compile quietly when assert checking isBruce Momjian1997-08-121-6/+5
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-1275-310/+303
* cleanup of patchBruce Momjian1997-08-121-11/+7
* Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so...Bruce Momjian1997-08-1241-179/+142
* Fix for psort again.Bruce Momjian1997-08-061-4/+11
* Another psort fix.Bruce Momjian1997-08-061-2/+2
* I think I finally got psort working for all cases.Bruce Momjian1997-08-061-8/+10
* psort cleanups.Bruce Momjian1997-08-062-7/+7
* Another fix.Bruce Momjian1997-08-061-4/+4
* Fix for palloc(0) in new codeBruce Momjian1997-08-061-2/+2
* Allow internal sorts to be stored in memory rather than in files.Bruce Momjian1997-08-065-467/+544
* Catch non-functional delete attempts.Vadim B. Mikheev1997-08-061-1/+14
* Cleanup for NAMEDATALEN use.Bruce Momjian1997-08-0313-39/+39
* Comment out code that makes no sense, and Purify complains about.Bruce Momjian1997-08-031-1/+8
* Prevent relname unallocated string length from being copied into database.Bruce Momjian1997-08-021-4/+5
* Due to BIND 8.1.1, my Solaris 2.5.1 machine doesn't define MAXHOSTNAMELEN...Marc G. Fournier1997-07-301-2/+6
* Check for and use <netdb.h> for postmaster.c, instead of checking ifMarc G. Fournier1997-07-301-2/+2
* Allow use parameters in target list having aggregates in functions.Vadim B. Mikheev1997-07-301-3/+4
* Change call definition for isreltime().Thomas G. Lockhart1997-07-291-2/+2