aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* 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 divides,...Bruce Momjian1997-08-21
* Name change cleanup.Bruce Momjian1997-08-21
* Remove unused spin function when no spinlocks.Bruce Momjian1997-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 cal...Bruce Momjian1997-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
* More NOT_USEDsBruce 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 NOT_...Bruce Momjian1997-08-19
* 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
* 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
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-12
* cleanup of patchBruce Momjian1997-08-12
* Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so...Bruce Momjian1997-08-12
* Fix for psort again.Bruce Momjian1997-08-06
* Another psort fix.Bruce Momjian1997-08-06
* I think I finally got psort working for all cases.Bruce Momjian1997-08-06
* psort cleanups.Bruce Momjian1997-08-06
* Another fix.Bruce Momjian1997-08-06
* Fix for palloc(0) in new codeBruce Momjian1997-08-06
* Allow internal sorts to be stored in memory rather than in files.Bruce Momjian1997-08-06
* Catch non-functional delete attempts.Vadim B. Mikheev1997-08-06
* Cleanup for NAMEDATALEN use.Bruce Momjian1997-08-03
* Comment out code that makes no sense, and Purify complains about.Bruce Momjian1997-08-03
* Prevent relname unallocated string length from being copied into database.Bruce Momjian1997-08-02
* Due to BIND 8.1.1, my Solaris 2.5.1 machine doesn't define MAXHOSTNAMELEN...Marc G. Fournier1997-07-30
* Check for and use <netdb.h> for postmaster.c, instead of checking ifMarc G. Fournier1997-07-30
* Allow use parameters in target list having aggregates in functions.Vadim B. Mikheev1997-07-30
* Change call definition for isreltime().Thomas G. Lockhart1997-07-29
* Remove some unnecessary include statements (comment out with #ifdef FALSE).Thomas G. Lockhart1997-07-29
* Add routines for text trimming on both ends, substring, and string position.Thomas G. Lockhart1997-07-29
* Fix bug to allow hh:mm:ss time entry for timespan/reltime types.Thomas G. Lockhart1997-07-29
* Remove #ifdef'd support for old i/o styles.Thomas G. Lockhart1997-07-29
* Update some reltime code to use new common routines.Thomas G. Lockhart1997-07-29
* Add debugging statements.Thomas G. Lockhart1997-07-29
* mkLinux patches from Tatsuo Ishii.Bruce Momjian1997-07-29