summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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 NOT_...Bruce Momjian
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-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
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 so...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-06Catch non-functional delete attempts.Vadim B. Mikheev
1997-08-03Cleanup for NAMEDATALEN use.Bruce Momjian
1997-08-03Comment out code that makes no sense, and Purify complains about.Bruce Momjian
1997-08-02Prevent relname unallocated string length from being copied into database.Bruce Momjian
1997-07-30Due to BIND 8.1.1, my Solaris 2.5.1 machine doesn't define MAXHOSTNAMELEN...Marc G. Fournier
1997-07-30Check for and use <netdb.h> for postmaster.c, instead of checking ifMarc G. Fournier
1997-07-30Allow use parameters in target list having aggregates in functions.Vadim B. Mikheev
1997-07-29Change call definition for isreltime().Thomas G. Lockhart
1997-07-29Remove some unnecessary include statements (comment out with #ifdef FALSE).Thomas G. Lockhart
1997-07-29Add routines for text trimming on both ends, substring, and string position.Thomas G. Lockhart
1997-07-29Fix bug to allow hh:mm:ss time entry for timespan/reltime types.Thomas G. Lockhart
1997-07-29Remove #ifdef'd support for old i/o styles.Thomas G. Lockhart
1997-07-29Update some reltime code to use new common routines.Thomas G. Lockhart
1997-07-29Add debugging statements.Thomas G. Lockhart
1997-07-29mkLinux patches from Tatsuo Ishii.Bruce Momjian
1997-07-28Add SCO files.Bruce Momjian
1997-07-28Added SCO support, from Daniel Harris.Bruce Momjian
1997-07-28Remove sparc dir, add difftime macro for sunos.Bruce Momjian
1997-07-28Rename sparc to sunos4 directory. Was misnamed.Bruce Momjian
1997-07-27HPUX 10 patches from Vladimir TurinBruce Momjian
1997-07-24Various compile errors concerning overflow due to shifts, unsigned, and bad p...Bruce Momjian
1997-07-23Fix problems with pg_dump for iheritance, sequences, archive tables.Bruce Momjian
1997-07-13AIX nm fix from GerhardBruce Momjian
1997-07-10Fix for assembler from Yoshihiko ICHIKAWABruce Momjian
1997-07-10Allow underscores in user names.Bruce Momjian
1997-07-08Date-type fixes from Tatsuo IshiiBruce Momjian