aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* We store Cash/money as int of size 4, so make it an int rather than a long.Bruce Momjian1997-08-22
|
* Fix for psql pager when no tty, cleanup for vacuum attdisbursion type.Bruce Momjian1997-08-22
|
* ConstraintDef changedVadim B. Mikheev1997-08-22
|
* Set attbyval for attdisbursion to FALSEVadim B. Mikheev1997-08-22
| | | | | Set atttype for relchecks to 21 (int2) Set relkind for pg_attrdef & pg_relcheck to 'n'
* + CreateTupleDescCopyConstrVadim B. Mikheev1997-08-22
| | | | + FreeTupleDesc
* Fetch information about DEFAULT/CHECK while openning a relation.Vadim B. Mikheev1997-08-22
|
* There is no NULL constraint in CREATE TABLE - only NOT NULL one.Vadim B. Mikheev1997-08-22
|
* DEFAULT handlingVadim B. Mikheev1997-08-22
| | | | | Use for 'selct .. into ..' copy of TupleDesc (without constraints) #ifdef NOT_USED for resetVarAttrLenForCreateTable (just free tupdesc copy)
* DefineRelation: DEFAULT/CHECK handlingVadim B. Mikheev1997-08-22
|
* Store attr DEFAULT info in heap_createVadim B. Mikheev1997-08-22
|
* CreateTupleDescCopy don't copy constraints now!Vadim B. Mikheev1997-08-22
| | | | | + CreateTupleDescCopyConstr to copy them too. + FreeTupleDesc
* Make psql use pager only when it has a tty.Bruce Momjian1997-08-22
|
* Allow functions and operators on internally-identical types to succeed.Bruce Momjian1997-08-22
|
* Change time function names to be more consistent, and check for zero ↵Bruce Momjian1997-08-21
| | | | divides, from Michael Reifenberg.
* Name change cleanup.Bruce Momjian1997-08-21
|
* Remove unused spin function when no spinlocks.Bruce Momjian1997-08-21
|
* #definitions for pg_attrdef & pg_relcheck namesVadim B. Mikheev1997-08-21
|
* AttrConstr --> TupleConstrVadim B. Mikheev1997-08-21
|
* Rename pg_attribute.attnvals to attdisbursion.Bruce Momjian1997-08-21
|
* Change pg_attribute.attnvals to float4, change #ifdef 0 to #if 0, fix aix ↵Bruce Momjian1997-08-21
| | | | call to strNcpy, fix pg_super_user_id in pg_dumpall, change pg_database.dtadba from oid to int4.
* + extern double *box_area(BOX *box);Vadim B. Mikheev1997-08-21
|
* + struct ConstaintDef - for constraints.Vadim B. Mikheev1997-08-21
|
* New system relations to store DEFAULT/CHECK expressions.Vadim B. Mikheev1997-08-21
|
* Read info for DEFAULT from pg_attrdef.Vadim B. Mikheev1997-08-21
|
* Syntax for [CONSTRAINT name] CHECK ...Vadim B. Mikheev1997-08-21
|
* Get rid of attproc, atttyparg, attcanindex, attdefrel, attboundVadim B. Mikheev1997-08-21
| | | | from pg_attribute. atthasdef added.
* Portability fix for pg_dumpall.Bruce Momjian1997-08-20
|
* More NOT_USEDsBruce Momjian1997-08-20
|
* Add static finding script.Bruce Momjian1997-08-20
|
* HTNegate/HTCommute/HTNegateCommute are not used.Vadim B. Mikheev1997-08-20
|
* CHECK/DEFAULT syntax (some tricks to get current scan position).Vadim B. Mikheev1997-08-20
|
* CHECK/DEFAULT syntaxVadim B. Mikheev1997-08-20
|
* Changes for Digital UnixMarc G. Fournier1997-08-20
|
* Fix for sunos4 difftime() call.Bruce Momjian1997-08-19
|
* Make functions static where possible, enclose unused functions in #ifdef ↵Bruce Momjian1997-08-19
| | | | NOT_USED.
* NOT NULL implementation (submitted by Robson Paniago de Miranda).Vadim B. Mikheev1997-08-19
|
* Now that names are null terminated, no need to do all that NAMEDATALEN stuff.Bruce Momjian1997-08-18
|
* Reduce open() calls. Replace fopen() calls with calls to fd.c functions.Bruce Momjian1997-08-18
|
* Fixes for alphalinux port by abrams@philos.umass.eduMarc G. Fournier1997-08-17
|
* Changes so that it actually checks for <readline/history.h>, insteadMarc G. Fournier1997-08-17
| | | | of assuming it does exist
* Make sure that LIBPQDIR points to the right directoryMarc G. Fournier1997-08-17
|
* Fix up paths to $(SRCDIR)Marc G. Fournier1997-08-17
|
* Add appropriate links into the interfaces directory, as well as a MakefileMarc G. Fournier1997-08-16
| | | | covering the interfaces directory
* Bring in Adrian's JDBC driver as an interfaceMarc G. Fournier1997-08-16
|
* Cleanup global variables, remove stable memory stuff.Bruce Momjian1997-08-14
|
* sprintf "...%d...", ... (int)getpid(), ...Vadim B. Mikheev1997-08-14
| | | | ^^^^^
* _hash_checkpage: cleanup for CASSERTVadim B. Mikheev1997-08-14
|
* These changes allow the module to compile quietly when assert checking isBruce Momjian1997-08-12
| | | | not being done.
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-12
|
* cleanup of patchBruce Momjian1997-08-12
|