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 |
1997-01-14 |
Bruce Momjian | Another compilation error has surfaced on Ultrix. In... |
commit | commitdiff | tree | snapshot |
1997-01-14 |
Bruce Momjian | Restored original pg_type/pg_attribute defaults. Regre... |
commit | commitdiff | tree | snapshot |
1997-01-13 |
Marc G. Fournier | Andrew's Makefile.custom generation program...hopefully... |
commit | commitdiff | tree | snapshot |
1997-01-13 |
Bruce Momjian | Update create_index manual page to have unique section. |
commit | commitdiff | tree | snapshot |
1997-01-13 |
Bruce Momjian | Update history file for 1.09 release |
commit | commitdiff | tree | snapshot |
1997-01-13 |
Bruce Momjian | Re-add -lm link flag |
commit | commitdiff | tree | snapshot |
1997-01-13 |
Bruce Momjian | Change -lIPC to -lipc. |
commit | commitdiff | tree | snapshot |
1997-01-13 |
Bruce Momjian | Fix typo in findstring use. |
commit | commitdiff | tree | snapshot |
1997-01-13 |
Bryan Henderson | Part of patch to make a working nextstep port. |
commit | commitdiff | tree | snapshot |
1997-01-13 |
Bruce Momjian | Added VERBOSE option to vacuum command. |
commit | commitdiff | tree | snapshot |
1997-01-13 |
Bruce Momjian | Oops, introduced a bug in EOF handling. Fix it. |
commit | commitdiff | tree | snapshot |
1997-01-13 |
Bruce Momjian | No EOF from psql when quiet mode. |
commit | commitdiff | tree | snapshot |
1997-01-13 |
Bryan Henderson | Add nextstep port, courtesy of Ovidiu Predescu. |
commit | commitdiff | tree | snapshot |
1997-01-13 |
Marc G. Fournier | From: Keith Parks <emkxp01@mtcc.demon.co.uk> |
commit | commitdiff | tree | snapshot |
1997-01-12 |
Bruce Momjian | Shared library cleanup for -fpic. |
commit | commitdiff | tree | snapshot |
1997-01-11 |
Marc G. Fournier | Fixes: |
commit | commitdiff | tree | snapshot |
1997-01-11 |
Marc G. Fournier | From: darcy@druid.net (D'Arcy J.M. Cain) |
commit | commitdiff | tree | snapshot |
1997-01-10 |
Bruce Momjian | INSTALL fix for pg_hba.conf |
commit | commitdiff | tree | snapshot |
1997-01-10 |
Bruce Momjian | I've noticed that \i filename in 6.0beta prints the... |
commit | commitdiff | tree | snapshot |
1997-01-10 |
Bruce Momjian | Remove octal character constants and convert to decimal... |
commit | commitdiff | tree | snapshot |
1997-01-10 |
Bruce Momjian | include sem.h added, include string.h neede, from Erik... |
commit | commitdiff | tree | snapshot |
1997-01-10 |
Bruce Momjian | Irix fixes from Martin |
commit | commitdiff | tree | snapshot |
1997-01-10 |
Bruce Momjian | cleanup for LINUX_ELF |
commit | commitdiff | tree | snapshot |
1997-01-10 |
Bruce Momjian | timeb.h only used when not using POSIX_TIME |
commit | commitdiff | tree | snapshot |
1997-01-10 |
Bruce Momjian | Makefile's -fpic only for gcc |
commit | commitdiff | tree | snapshot |
1997-01-10 |
Bruce Momjian | Massimo fix for non-existant file copy error. |
commit | commitdiff | tree | snapshot |
1997-01-10 |
Bruce Momjian | I found the following bugs in the version 6.0 (dated... |
commit | commitdiff | tree | snapshot |
1997-01-10 |
Vadim B. Mikheev | Fixed (I hope) unique btree index implementation. |
commit | commitdiff | tree | snapshot |
1997-01-10 |
Vadim B. Mikheev | index_insert has now HeapRelation as last param (for... |
commit | commitdiff | tree | snapshot |
1997-01-10 |
Vadim B. Mikheev | index_insert has now HeapRelation as last param (for... |
commit | commitdiff | tree | snapshot |
1997-01-10 |
Vadim B. Mikheev | index_insert has now HeapRelation as last param (for |
commit | commitdiff | tree | snapshot |
1997-01-10 |
Vadim B. Mikheev | index_insert has now HeapRelation as last param (for |
commit | commitdiff | tree | snapshot |
1997-01-10 |
Vadim B. Mikheev | Additional fixes for shared library (BSD44_Derived... |
commit | commitdiff | tree | snapshot |
next |