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 |
1997-01-09 |
Vadim B. Mikheev | #include <postgres.h> moved upper |
commit | commitdiff | tree | snapshot |
1997-01-08 |
Marc G. Fournier | From: wieck@sapserv.debis.de |
commit | commitdiff | tree | snapshot |
1997-01-08 |
Bruce Momjian | Removed equals sign from examples. |
commit | commitdiff | tree | snapshot |
1997-01-08 |
Bruce Momjian | New migration file. |
commit | commitdiff | tree | snapshot |
1997-01-08 |
Vadim B. Mikheev | #include "postgres.h" |
commit | commitdiff | tree | snapshot |
1997-01-08 |
Bryan Henderson | Use proper types so it compiles on DEC C89. Thanks... |
commit | commitdiff | tree | snapshot |
1997-01-08 |
Bryan Henderson | Change the way ipc.h is included because sys/ipc.h... |
commit | commitdiff | tree | snapshot |
1997-01-08 |
Bryan Henderson | Add include of port-protos.h so it works on Ultrix... |
commit | commitdiff | tree | snapshot |
1997-01-08 |
Bryan Henderson | Fix syntax error |
commit | commitdiff | tree | snapshot |
1997-01-08 |
Marc G. Fournier | minor path problem fix by tgl@mythos.jpl.nasa.gov |
commit | commitdiff | tree | snapshot |
1997-01-08 |
Marc G. Fournier | Typo: Change Postgres95 to PostgreSQL |
commit | commitdiff | tree | snapshot |
1997-01-07 |
Marc G. Fournier | Improvements to pg_dump to: |
commit | commitdiff | tree | snapshot |
1997-01-06 |
Bryan Henderson | Fix mismatching prototype (const int vs int) |
commit | commitdiff | tree | snapshot |
1997-01-06 |
Bryan Henderson | Add Irix stuff. |
commit | commitdiff | tree | snapshot |
1997-01-06 |
Marc G. Fournier | remove zap_ltv from the distribution, since the problem... |
commit | commitdiff | tree | snapshot |
1997-01-06 |
Marc G. Fournier | REmove pg4_dump...its old stuff that is sooo out of... |
commit | commitdiff | tree | snapshot |
1997-01-06 |
Marc G. Fournier | NeXT port specific changes by: Ovidiu Predescu <ovidiu... |
commit | commitdiff | tree | snapshot |
1997-01-06 |
Marc G. Fournier | PORT NeXT requires an isascii() define...put it in... |
commit | commitdiff | tree | snapshot |
next |