1997-01-28 |
Marc G. Fournier | Point bug reports at bugs@postgresql.org |
commit | commitdiff | tree | snapshot |
1997-01-28 |
Marc G. Fournier | Redirect bug reports to bugs@postgresql.org instead... |
commit | commitdiff | tree | snapshot |
1997-01-28 |
Bruce Momjian | Added comment to readline defines. |
commit | commitdiff | tree | snapshot |
1997-01-28 |
Bruce Momjian | Moved readline stuff into Makefile.global. |
commit | commitdiff | tree | snapshot |
1997-01-27 |
Marc G. Fournier | Apply usage patches for European Dates patch from Keith |
commit | commitdiff | tree | snapshot |
1997-01-27 |
Marc G. Fournier | Quick patch from Andrew to recognize nextstep vs next... |
commit | commitdiff | tree | snapshot |
1997-01-27 |
Marc G. Fournier | Slight change to nabstime.c so that configure is able... |
commit | commitdiff | tree | snapshot |
1997-01-27 |
Marc G. Fournier | Convert MISSING_SYSCONF to !HAVE_SYSCONF for autoconf |
commit | commitdiff | tree | snapshot |
1997-01-26 |
Bruce Momjian | More removals for next/nextstep. Fix IPC lib for them. |
commit | commitdiff | tree | snapshot |
1997-01-26 |
Bruce Momjian | Change next to nextstep where missed. |
commit | commitdiff | tree | snapshot |
1997-01-26 |
Marc G. Fournier | |From: Keith Parks <emkxp01@mtcc.demon.co.uk> |
commit | commitdiff | tree | snapshot |
1997-01-26 |
Marc G. Fournier | Remove #include "rlstubs.h", since it doesn't exist... |
commit | commitdiff | tree | snapshot |
1997-01-26 |
Marc G. Fournier | Linux defines MAXINT in values.h, which causes an error... |
commit | commitdiff | tree | snapshot |
1997-01-26 |
Marc G. Fournier | Bring in a patch from Keith Parks to move the use of... |
commit | commitdiff | tree | snapshot |
1997-01-26 |
Bruce Momjian | Fix typo in struct name. |
commit | commitdiff | tree | snapshot |
1997-01-25 |
Marc G. Fournier | Remove rlstubs.[ch], since they weren't actually doing... |
commit | commitdiff | tree | snapshot |
1997-01-25 |
Marc G. Fournier | Okay, this should pretty much clean up the psql/readlin... |
commit | commitdiff | tree | snapshot |
1997-01-25 |
Marc G. Fournier | Why can't everyone be standard? :( |
commit | commitdiff | tree | snapshot |
1997-01-25 |
Marc G. Fournier | Modifications to handle the situation where readline... |
commit | commitdiff | tree | snapshot |
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 |
next |