OSDN Git Service

pg-rex/syncrep.git
1997-01-28 Bruce MomjianAdded comment to readline defines.
1997-01-28 Bruce MomjianMoved readline stuff into Makefile.global.
1997-01-27 Marc G. FournierApply usage patches for European Dates patch from Keith
1997-01-27 Marc G. FournierQuick patch from Andrew to recognize nextstep vs next...
1997-01-27 Marc G. FournierSlight change to nabstime.c so that configure is able...
1997-01-27 Marc G. FournierConvert MISSING_SYSCONF to !HAVE_SYSCONF for autoconf
1997-01-26 Bruce MomjianMore removals for next/nextstep. Fix IPC lib for them.
1997-01-26 Bruce MomjianChange next to nextstep where missed.
1997-01-26 Marc G. Fournier|From: Keith Parks <emkxp01@mtcc.demon.co.uk>
1997-01-26 Marc G. FournierRemove #include "rlstubs.h", since it doesn't exist...
1997-01-26 Marc G. FournierLinux defines MAXINT in values.h, which causes an error...
1997-01-26 Marc G. FournierBring in a patch from Keith Parks to move the use of...
1997-01-26 Bruce MomjianFix typo in struct name.
1997-01-25 Marc G. FournierRemove rlstubs.[ch], since they weren't actually doing...
1997-01-25 Marc G. FournierOkay, this should pretty much clean up the psql/readlin...
1997-01-25 Marc G. FournierWhy can't everyone be standard? :(
1997-01-25 Marc G. FournierModifications to handle the situation where readline...
1997-01-25 Marc G. FournierSome fixes for using configure under sparc_solaris
1997-01-25 Bruce Momjianwould you mind committing the following changes for...
1997-01-25 Bruce MomjianMore autosize structure error checks.
1997-01-25 Marc G. FournierThe check should be for getrusage(), not rusage() ...
1997-01-25 Marc G. FournierRemove -lsocket -lnsl from X11_LIB, since it should...
1997-01-25 Marc G. FournierDisable -Werror by default.
1997-01-25 Marc G. Fournierremove asm/bitops.h, as its causing more problems then...
1997-01-25 Marc G. FournierAdd YACC= bison -y as per Andrew's request...
1997-01-25 Marc G. FournierChange how readline support is included in psql.c ...
1997-01-25 Bruce MomjianRestructure padding to handle structure already 128...
1997-01-24 Marc G. FournierSwitch over NEED_RUSAGE to HAVE_RUSAGE for configure
1997-01-24 Marc G. FournierI reversed a bunch of the #define's inadvertantly...
1997-01-24 Marc G. FournierMissed this when I removed the rest of the configure...
1997-01-24 Marc G. FournierChange NEED_SIG_JMP to HAVE_SIGSETJMP in preparation...
1997-01-24 Marc G. FournierAnother switch for configure: NEED_SYS_SELECT_H to...
1997-01-24 Marc G. FournierConvert NEED_{RINT,CBRT,ISINF} to HAVE_* in prepration...
1997-01-24 Marc G. FournierReplace occurances of USE_{LIMITS,VALUES}_H with HAVE_...
1997-01-24 Marc G. FournierRemove from include/config.h:
1997-01-24 Marc G. FournierThis should clean everything up back to pre-configure...
1997-01-24 Marc G. FournierRemove all the configure related stuff...
1997-01-24 Marc G. FournierSlight oops...Makefile.global generated by configure...
1997-01-24 Marc G. FournierOkay, that does it for tonight...
1997-01-24 Marc G. FournierHave configure auto-detect more of the libraries, and...
1997-01-24 Marc G. FournierAdd in the code required to auto-detect the OS and...
1997-01-24 Marc G. FournierAuto-sense lib{readline,history,curses,termcap}
1997-01-24 Marc G. FournierHave Makefile autoconf'd according to whether the syste...
1997-01-24 Marc G. FournierStray endif prevents compile
1997-01-24 Marc G. FournierSlowly building up config.h so that it is pretty much...
1997-01-23 Marc G. FournierMakefile.global.in currently should reflect what Makefi...
1997-01-23 Marc G. FournierOkay, GNUmakefile.in == GNUmakefile, except for the...
1997-01-23 Marc G. FournierAdd config.h to configure
1997-01-23 Marc G. FournierForgot, we don't use Makefile anymore.
1997-01-23 Marc G. FournierBring in Nat' preliminary work at autoconf'ng PostgreSQ...
1997-01-23 Marc G. FournierThe last patch fixes some incongruences in the #define...
1997-01-23 Marc G. FournierThe second patch adds a more explicative error message...
1997-01-23 Marc G. FournierDocument and enable ACLGROUP_PATCH submitted by Massimo
1997-01-23 Marc G. FournierPatch from Massimo Dal Zotto <dz@cs.unitn.it>
1997-01-23 Bruce MomjianRemove SB_PAD. Compute padding at compile time.
1997-01-23 Marc G. FournierFix from Andrew for compiling libpgtcl...basically...
1997-01-23 Marc G. FournierSmall fixes for SVR4 port by Frank Ridderbusch
1997-01-23 Bruce MomjianAdded EXAMPLES section.
1997-01-23 Bruce MomjianRemoved unlinked patch that is not neede now that Vadim...
1997-01-23 Bryan HendersonAdd "else true" to make it magically work on Ultrix.
1997-01-22 Vadim B. MikheevINDEXSCAN_PATCH changes: should work for (Param OP...
1997-01-22 Vadim B. Mikheev1. INDEXSCAN_PATCH changes: (op Param Var) should work too
1997-01-22 Vadim B. MikheevFixing bug in INDEXSCAN_PATCH:
1997-01-22 Marc G. FournierAnother change from /usr/include/machine/limits.h to...
1997-01-22 Marc G. FournierAnother one that should be including limits.h vs machin...
1997-01-22 Marc G. FournierTaking a chance here. Under both Solaris and FreeBSD...
1997-01-22 Marc G. Fournierthe i386_solaris port requires inet_aton.o
1997-01-22 Bruce MomjianCast constants to the type of the other binary operand.
1997-01-21 Bryan HendersonAdd link options for libpq library search.
1997-01-21 Bruce MomjianRename GNUMakefile to GNUmakefile so gmake finds it.
1997-01-20 Marc G. FournierMade the patch, but forgot to commit it...
1997-01-20 Vadim B. MikheevFixing possible losing data changes:
1997-01-20 Vadim B. MikheevNew flag for BufferDesc - BM_JUST_DIRTIED, - to prevent
1997-01-20 Vadim B. Mikheev1. Setting rdesc->rd_tmpunlinked to FALSE in heap_creat...
1997-01-20 Bryan HendersonUse gcc to make Linux ELF shared library, instead of ld.
1997-01-19 Bryan HendersonChange "ld" program back to ld from gcc for Linux....
1997-01-19 Bruce MomjianUpdate handling of backslashes, and pg_user dump.
1997-01-18 Bruce MomjianAdd missing #.
1997-01-18 Bruce MomjianAdd include files needed for stat().
1997-01-18 Bryan HendersonRename Makefile to GNUMakefile and add a "use GNU Make...
1997-01-18 Bryan HendersonSet LD = gcc for Linux so shared libpq build works.
1997-01-18 Bruce MomjianPrevent UNIQUE indexes for non-btree access methods.
1997-01-18 Bruce MomjianRemove blank lines.
1997-01-17 Bruce MomjianRemoved unneeded custom shell script call.
1997-01-17 Bruce MomjianAdd pg_dump's option meanings to the manual page.
1997-01-16 Marc G. FournierUnapply a patch that wasn't a patch...
1997-01-16 Marc G. FournierUpdate README.support to match what is on the WWW Site
1997-01-16 Marc G. Fournierpoint the installer at src/test/regress for testing
1997-01-16 Marc G. FournierMinor change to file point out by Andrew
1997-01-16 Marc G. FournierThis is one of those patches that obviously fixes somet...
1997-01-16 Marc G. FournierVarious updates to install, including redirecting insta...
1997-01-16 Bruce MomjianAdded pg_dumpall to source tree.
1997-01-16 Bruce MomjianChange EXPLAIN options to just use VERBOSE.
1997-01-16 Vadim B. MikheevFlushLocalBuffer () releases buffer only if required
1997-01-16 Vadim B. MikheevNo more LateWrite, but there is WriteMode;
1997-01-16 Vadim B. MikheevNo more LateWrite.
1997-01-16 Vadim B. MikheevVariableRelationPutNextXid () now flushes variable...
1997-01-16 Vadim B. MikheevSetBufferWriteMode () added; FlushLocalBuffer () fixed...
1997-01-16 Bryan HendersonAdd inet_aton() prototype.
1997-01-16 Vadim B. Mikheevtextin fixed: no more zero-byte (thanks, Erich)
next