summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
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-08-02Makei configure less os-version specific, were possible.Bruce Momjian
1997-08-01Fix stout/stderr paging. Do not page \h select, but page \h *.Bruce Momjian
1997-08-01FIx solaris template finding.Bruce Momjian
1997-08-01Fix psql error output.Bruce Momjian
1997-07-31Configure cleanup for /usr/ucb patch.Bruce Momjian
1997-07-30Look in /usr/ucb first for install.Bruce Momjian
1997-07-30configure.in cleanup for tr and strerror2.Bruce Momjian
1997-07-30Add -o to psql manual page.Bruce Momjian
1997-07-30Fix c++ copy example code.Bruce Momjian
1997-07-30Due to BIND 8.1.1, my Solaris 2.5.1 machine doesn't define MAXHOSTNAMELEN...Marc G. Fournier
so, add a check that basically says if it isn't defined, set it to 256...
1997-07-30Check for and use <netdb.h> for postmaster.c, instead of checking ifMarc G. Fournier
MAXHOSTNAMELEN is defined. For some reason, my 2.5.1 Solaris box at work fails on that check...
1997-07-30Allow use parameters in target list having aggregates in functions.Vadim B. Mikheev
1997-07-30configure.in cleanup from sco install.Bruce Momjian
1997-07-30Remove HAVE_USAGE because it is no longer used.Bruce Momjian
1997-07-29Update COPY manual page to remove unneeded warnings.Bruce Momjian
1997-07-29Update configure after sunos4 update.Bruce Momjian
1997-07-29Add strerror to pg_version for sunos4.Bruce Momjian