summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
1997-08-22Make psql use pager only when it has a tty.Bruce Momjian
1997-08-22Allow functions and operators on internally-identical types to succeed.Bruce Momjian
1997-08-21Change time function names to be more consistent, and check for zero ↵Bruce Momjian
divides, from Michael Reifenberg.
1997-08-21Name change cleanup.Bruce Momjian
1997-08-21Remove unused spin function when no spinlocks.Bruce Momjian
1997-08-21#definitions for pg_attrdef & pg_relcheck namesVadim B. Mikheev
1997-08-21AttrConstr --> TupleConstrVadim B. Mikheev
1997-08-21Rename pg_attribute.attnvals to attdisbursion.Bruce Momjian
1997-08-21Change pg_attribute.attnvals to float4, change #ifdef 0 to #if 0, fix aix ↵Bruce Momjian
call to strNcpy, fix pg_super_user_id in pg_dumpall, change pg_database.dtadba from oid to int4.
1997-08-21+ extern double *box_area(BOX *box);Vadim B. Mikheev
1997-08-21+ struct ConstaintDef - for constraints.Vadim B. Mikheev
1997-08-21New system relations to store DEFAULT/CHECK expressions.Vadim B. Mikheev
1997-08-21Read info for DEFAULT from pg_attrdef.Vadim B. Mikheev
1997-08-21Syntax for [CONSTRAINT name] CHECK ...Vadim B. Mikheev
1997-08-21Get rid of attproc, atttyparg, attcanindex, attdefrel, attboundVadim B. Mikheev
from pg_attribute. atthasdef added.
1997-08-20Portability fix for pg_dumpall.Bruce Momjian
1997-08-20More NOT_USEDsBruce Momjian
1997-08-20Add static finding script.Bruce Momjian
1997-08-20HTNegate/HTCommute/HTNegateCommute are not used.Vadim B. Mikheev
1997-08-20CHECK/DEFAULT syntax (some tricks to get current scan position).Vadim B. Mikheev
1997-08-20CHECK/DEFAULT syntaxVadim B. Mikheev
1997-08-20Changes for Digital UnixMarc G. Fournier
1997-08-19Fix for sunos4 difftime() call.Bruce Momjian
1997-08-19Make functions static where possible, enclose unused functions in #ifdef ↵Bruce Momjian
NOT_USED.
1997-08-19NOT NULL implementation (submitted by Robson Paniago de Miranda).Vadim B. Mikheev
1997-08-18Now that names are null terminated, no need to do all that NAMEDATALEN stuff.Bruce Momjian
1997-08-18Reduce open() calls. Replace fopen() calls with calls to fd.c functions.Bruce Momjian
1997-08-17Fixes for alphalinux port by abrams@philos.umass.eduMarc G. Fournier
1997-08-17Changes so that it actually checks for <readline/history.h>, insteadMarc G. Fournier
of assuming it does exist
1997-08-17Make sure that LIBPQDIR points to the right directoryMarc G. Fournier
1997-08-17Fix up paths to $(SRCDIR)Marc G. Fournier
1997-08-16Add appropriate links into the interfaces directory, as well as a MakefileMarc G. Fournier
covering the interfaces directory
1997-08-16Bring in Adrian's JDBC driver as an interfaceMarc G. Fournier
1997-08-14Cleanup global variables, remove stable memory stuff.Bruce Momjian
1997-08-14sprintf "...%d...", ... (int)getpid(), ...Vadim B. Mikheev
^^^^^
1997-08-14_hash_checkpage: cleanup for CASSERTVadim B. Mikheev
1997-08-12These changes allow the module to compile quietly when assert checking isBruce Momjian
not being done.
1997-08-12Remove more (void) and fix -Wall warnings.Bruce Momjian
1997-08-12cleanup of patchBruce Momjian
1997-08-12Fix pgproc names over 15 chars in output. Add strNcpy() function. remove ↵Bruce Momjian
some (void) casts that are unnecessary.
1997-08-08Add bsdi gcc2 options.Bruce Momjian
1997-08-06Fix for psort again.Bruce Momjian
1997-08-06Another psort fix.Bruce Momjian
1997-08-06I think I finally got psort working for all cases.Bruce Momjian
1997-08-06psort cleanups.Bruce Momjian
1997-08-06Another fix.Bruce Momjian
1997-08-06Fix for palloc(0) in new codeBruce Momjian
1997-08-06Allow internal sorts to be stored in memory rather than in files.Bruce Momjian
1997-08-06Add developers help file.Bruce Momjian
1997-08-06Fix for os version handling.Bruce Momjian