1997-01-25 |
Marc G. Fournier | Some fixes for using configure under sparc_solaris |
commit | commitdiff | tree | snapshot |
1997-01-25 |
Bruce Momjian | would you mind committing the following changes for... |
commit | commitdiff | tree | snapshot |
1997-01-25 |
Bruce Momjian | More autosize structure error checks. |
commit | commitdiff | tree | snapshot |
1997-01-25 |
Marc G. Fournier | The check should be for getrusage(), not rusage() ... |
commit | commitdiff | tree | snapshot |
1997-01-25 |
Marc G. Fournier | Remove -lsocket -lnsl from X11_LIB, since it should... |
commit | commitdiff | tree | snapshot |
1997-01-25 |
Marc G. Fournier | Disable -Werror by default. |
commit | commitdiff | tree | snapshot |
1997-01-25 |
Marc G. Fournier | remove asm/bitops.h, as its causing more problems then... |
commit | commitdiff | tree | snapshot |
1997-01-25 |
Marc G. Fournier | Add YACC= bison -y as per Andrew's request... |
commit | commitdiff | tree | snapshot |
1997-01-25 |
Marc G. Fournier | Change how readline support is included in psql.c ... |
commit | commitdiff | tree | snapshot |
1997-01-25 |
Bruce Momjian | Restructure padding to handle structure already 128... |
commit | commitdiff | tree | snapshot |
1997-01-24 |
Marc G. Fournier | Switch over NEED_RUSAGE to HAVE_RUSAGE for configure |
commit | commitdiff | tree | snapshot |
1997-01-24 |
Marc G. Fournier | I reversed a bunch of the #define's inadvertantly... |
commit | commitdiff | tree | snapshot |
1997-01-24 |
Marc G. Fournier | Missed this when I removed the rest of the configure... |
commit | commitdiff | tree | snapshot |
1997-01-24 |
Marc G. Fournier | Change NEED_SIG_JMP to HAVE_SIGSETJMP in preparation... |
commit | commitdiff | tree | snapshot |
1997-01-24 |
Marc G. Fournier | Another switch for configure: NEED_SYS_SELECT_H to... |
commit | commitdiff | tree | snapshot |
1997-01-24 |
Marc G. Fournier | Convert NEED_{RINT,CBRT,ISINF} to HAVE_* in prepration... |
commit | commitdiff | tree | snapshot |
1997-01-24 |
Marc G. Fournier | Replace occurances of USE_{LIMITS,VALUES}_H with HAVE_... |
commit | commitdiff | tree | snapshot |
1997-01-24 |
Marc G. Fournier | Remove from include/config.h: |
commit | commitdiff | tree | snapshot |
1997-01-24 |
Marc G. Fournier | This should clean everything up back to pre-configure... |
commit | commitdiff | tree | snapshot |
1997-01-24 |
Marc G. Fournier | Remove all the configure related stuff... |
commit | commitdiff | tree | snapshot |
1997-01-24 |
Marc G. Fournier | Slight oops...Makefile.global generated by configure... |
commit | commitdiff | tree | snapshot |
1997-01-24 |
Marc G. Fournier | Okay, that does it for tonight... |
commit | commitdiff | tree | snapshot |
1997-01-24 |
Marc G. Fournier | Have configure auto-detect more of the libraries, and... |
commit | commitdiff | tree | snapshot |
1997-01-24 |
Marc G. Fournier | Add in the code required to auto-detect the OS and... |
commit | commitdiff | tree | snapshot |
1997-01-24 |
Marc G. Fournier | Auto-sense lib{readline,history,curses,termcap} |
commit | commitdiff | tree | snapshot |
1997-01-24 |
Marc G. Fournier | Have Makefile autoconf'd according to whether the syste... |
commit | commitdiff | tree | snapshot |
1997-01-24 |
Marc G. Fournier | Stray endif prevents compile |
commit | commitdiff | tree | snapshot |
1997-01-24 |
Marc G. Fournier | Slowly building up config.h so that it is pretty much... |
commit | commitdiff | tree | snapshot |
1997-01-23 |
Marc G. Fournier | Makefile.global.in currently should reflect what Makefi... |
commit | commitdiff | tree | snapshot |
1997-01-23 |
Marc G. Fournier | Okay, GNUmakefile.in == GNUmakefile, except for the... |
commit | commitdiff | tree | snapshot |
1997-01-23 |
Marc G. Fournier | Add config.h to configure |
commit | commitdiff | tree | snapshot |
1997-01-23 |
Marc G. Fournier | Forgot, we don't use Makefile anymore. |
commit | commitdiff | tree | snapshot |
1997-01-23 |
Marc G. Fournier | Bring in Nat' preliminary work at autoconf'ng PostgreSQ... |
commit | commitdiff | tree | snapshot |
1997-01-23 |
Marc G. Fournier | The last patch fixes some incongruences in the #define... |
commit | commitdiff | tree | snapshot |
1997-01-23 |
Marc G. Fournier | The second patch adds a more explicative error message... |
commit | commitdiff | tree | snapshot |
1997-01-23 |
Marc G. Fournier | Document and enable ACLGROUP_PATCH submitted by Massimo |
commit | commitdiff | tree | snapshot |
1997-01-23 |
Marc G. Fournier | Patch from Massimo Dal Zotto <dz@cs.unitn.it> |
commit | commitdiff | tree | snapshot |
1997-01-23 |
Bruce Momjian | Remove SB_PAD. Compute padding at compile time. |
commit | commitdiff | tree | snapshot |
1997-01-23 |
Marc G. Fournier | Fix from Andrew for compiling libpgtcl...basically... |
commit | commitdiff | tree | snapshot |
1997-01-23 |
Marc G. Fournier | Small fixes for SVR4 port by Frank Ridderbusch |
commit | commitdiff | tree | snapshot |
1997-01-23 |
Bruce Momjian | Added EXAMPLES section. |
commit | commitdiff | tree | snapshot |
1997-01-23 |
Bruce Momjian | Removed unlinked patch that is not neede now that Vadim... |
commit | commitdiff | tree | snapshot |
1997-01-23 |
Bryan Henderson | Add "else true" to make it magically work on Ultrix. |
commit | commitdiff | tree | snapshot |
1997-01-22 |
Vadim B. Mikheev | INDEXSCAN_PATCH changes: should work for (Param OP... |
commit | commitdiff | tree | snapshot |
1997-01-22 |
Vadim B. Mikheev | 1. INDEXSCAN_PATCH changes: (op Param Var) should work too |
commit | commitdiff | tree | snapshot |
1997-01-22 |
Vadim B. Mikheev | Fixing bug in INDEXSCAN_PATCH: |
commit | commitdiff | tree | snapshot |
1997-01-22 |
Marc G. Fournier | Another change from /usr/include/machine/limits.h to... |
commit | commitdiff | tree | snapshot |
1997-01-22 |
Marc G. Fournier | Another one that should be including limits.h vs machin... |
commit | commitdiff | tree | snapshot |
1997-01-22 |
Marc G. Fournier | Taking a chance here. Under both Solaris and FreeBSD... |
commit | commitdiff | tree | snapshot |
1997-01-22 |
Marc G. Fournier | the i386_solaris port requires inet_aton.o |
commit | commitdiff | tree | snapshot |
1997-01-22 |
Bruce Momjian | Cast constants to the type of the other binary operand. |
commit | commitdiff | tree | snapshot |
1997-01-21 |
Bryan Henderson | Add link options for libpq library search. |
commit | commitdiff | tree | snapshot |
1997-01-21 |
Bruce Momjian | Rename GNUMakefile to GNUmakefile so gmake finds it. |
commit | commitdiff | tree | snapshot |
1997-01-20 |
Marc G. Fournier | Made the patch, but forgot to commit it... |
commit | commitdiff | tree | snapshot |
1997-01-20 |
Vadim B. Mikheev | Fixing possible losing data changes: |
commit | commitdiff | tree | snapshot |
1997-01-20 |
Vadim B. Mikheev | New flag for BufferDesc - BM_JUST_DIRTIED, - to prevent |
commit | commitdiff | tree | snapshot |
1997-01-20 |
Vadim B. Mikheev | 1. Setting rdesc->rd_tmpunlinked to FALSE in heap_creat... |
commit | commitdiff | tree | snapshot |
1997-01-20 |
Bryan Henderson | Use gcc to make Linux ELF shared library, instead of ld. |
commit | commitdiff | tree | snapshot |
1997-01-19 |
Bryan Henderson | Change "ld" program back to ld from gcc for Linux.... |
commit | commitdiff | tree | snapshot |
1997-01-19 |
Bruce Momjian | Update handling of backslashes, and pg_user dump. |
commit | commitdiff | tree | snapshot |
1997-01-18 |
Bruce Momjian | Add missing #. |
commit | commitdiff | tree | snapshot |
1997-01-18 |
Bruce Momjian | Add include files needed for stat(). |
commit | commitdiff | tree | snapshot |
1997-01-18 |
Bryan Henderson | Rename Makefile to GNUMakefile and add a "use GNU Make... |
commit | commitdiff | tree | snapshot |
1997-01-18 |
Bryan Henderson | Set LD = gcc for Linux so shared libpq build works. |
commit | commitdiff | tree | snapshot |
1997-01-18 |
Bruce Momjian | Prevent UNIQUE indexes for non-btree access methods. |
commit | commitdiff | tree | snapshot |
1997-01-18 |
Bruce Momjian | Remove blank lines. |
commit | commitdiff | tree | snapshot |
1997-01-17 |
Bruce Momjian | Removed unneeded custom shell script call. |
commit | commitdiff | tree | snapshot |
1997-01-17 |
Bruce Momjian | Add pg_dump's option meanings to the manual page. |
commit | commitdiff | tree | snapshot |
1997-01-16 |
Marc G. Fournier | Unapply a patch that wasn't a patch... |
commit | commitdiff | tree | snapshot |
1997-01-16 |
Marc G. Fournier | Update README.support to match what is on the WWW Site |
commit | commitdiff | tree | snapshot |
1997-01-16 |
Marc G. Fournier | point the installer at src/test/regress for testing |
commit | commitdiff | tree | snapshot |
1997-01-16 |
Marc G. Fournier | Minor change to file point out by Andrew |
commit | commitdiff | tree | snapshot |
1997-01-16 |
Marc G. Fournier | This is one of those patches that obviously fixes somet... |
commit | commitdiff | tree | snapshot |
1997-01-16 |
Marc G. Fournier | Various updates to install, including redirecting insta... |
commit | commitdiff | tree | snapshot |
1997-01-16 |
Bruce Momjian | Added pg_dumpall to source tree. |
commit | commitdiff | tree | snapshot |
1997-01-16 |
Bruce Momjian | Change EXPLAIN options to just use VERBOSE. |
commit | commitdiff | tree | snapshot |
1997-01-16 |
Vadim B. Mikheev | FlushLocalBuffer () releases buffer only if required |
commit | commitdiff | tree | snapshot |
1997-01-16 |
Vadim B. Mikheev | No more LateWrite, but there is WriteMode; |
commit | commitdiff | tree | snapshot |
1997-01-16 |
Vadim B. Mikheev | No more LateWrite. |
commit | commitdiff | tree | snapshot |
1997-01-16 |
Vadim B. Mikheev | VariableRelationPutNextXid () now flushes variable... |
commit | commitdiff | tree | snapshot |
1997-01-16 |
Vadim B. Mikheev | SetBufferWriteMode () added; FlushLocalBuffer () fixed... |
commit | commitdiff | tree | snapshot |
1997-01-16 |
Bryan Henderson | Add inet_aton() prototype. |
commit | commitdiff | tree | snapshot |
1997-01-16 |
Vadim B. Mikheev | textin fixed: no more zero-byte (thanks, Erich) |
commit | commitdiff | tree | snapshot |
1997-01-15 |
Marc G. Fournier | Import of PostgreSQL User Manual |
commit | commitdiff | tree | snapshot |
1997-01-15 |
Marc G. Fournier | Added postgres.h include to quiet down the HPUX ports... |
commit | commitdiff | tree | snapshot |
1997-01-15 |
Marc G. Fournier | Comment out LD_ADD and DPADD |
commit | commitdiff | tree | snapshot |
1997-01-14 |
Bruce Momjian | DEC Alpha fix. Missing #. |
commit | commitdiff | tree | snapshot |
1997-01-14 |
Bruce Momjian | Change to handle bsdi 3.0. |
commit | commitdiff | tree | snapshot |
1997-01-14 |
Bruce Momjian | Added lines and comments. |
commit | commitdiff | tree | snapshot |
1997-01-14 |
Bruce Momjian | Re-add -lipc to bsdi port after erroneous removal. |
commit | commitdiff | tree | snapshot |
1997-01-14 |
Bryan Henderson | Put back -lm for non-nextstep ports. |
commit | commitdiff | tree | snapshot |
1997-01-14 |
Bryan Henderson | Eliminate dupliclate definition of external variables... |
commit | commitdiff | tree | snapshot |
1997-01-14 |
Marc G. Fournier | I'm going t take a chance that this was a mis-spelling... |
commit | commitdiff | tree | snapshot |
1997-01-14 |
Vadim B. Mikheev | ReleaseTmpRelBuffers is ReleaseRelationBuffers now. |
commit | commitdiff | tree | snapshot |
1997-01-14 |
Vadim B. Mikheev | heap_destroy () releases dirty buffers of a relation... |
commit | commitdiff | tree | snapshot |
1997-01-14 |
Vadim B. Mikheev | There is no more ReleaseTmpRelBuffers, but ReleaseRelat... |
commit | commitdiff | tree | snapshot |
1997-01-14 |
Bruce Momjian | Cleanup for DEBUG: removal in initdb.sh. |
commit | commitdiff | tree | snapshot |
1997-01-14 |
Bruce Momjian | Prevent initdb from showing vacuum statistics. |
commit | commitdiff | tree | snapshot |
1997-01-14 |
Bruce Momjian | Remove CFLAGS_SL from lib/Makefile |
commit | commitdiff | tree | snapshot |
1997-01-14 |
Bruce Momjian | There are two prototypes for inet_aton, one in include... |
commit | commitdiff | tree | snapshot |
next |