]>
granicus.if.org Git - postgresql/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Marc G. Fournier [Tue, 16 Jul 1996 07:13:58 +0000 (07:13 +0000)]
fix: BSDi 2.1 requires a port seperate from BSDi 2.0{.1}
submitted by: Bruce Momjian (root@candle.pha.pa.us)
Marc G. Fournier [Tue, 16 Jul 1996 06:58:12 +0000 (06:58 +0000)]
fix: clean up formatting of \d tablename in psql
submitted by: Bruce Momjian (root@candle.pha.pa.us)
Marc G. Fournier [Tue, 16 Jul 1996 06:53:41 +0000 (06:53 +0000)]
fix: During a BSD/OS(BSDI) 2.1 compile, I got errors about undefined
S_LOCK_'s during the postgres link phase.
submitted by: Bruce Momjian (root@candle.pha.pa.us)
Marc G. Fournier [Tue, 16 Jul 1996 06:37:28 +0000 (06:37 +0000)]
applied fixes for psql
- \p produces traditional results
- \r added
submitted by: Bruce Momjian (root@candle.pha.pa.us)
Marc G. Fournier [Mon, 15 Jul 1996 19:32:33 +0000 (19:32 +0000)]
adds: case insensitive regexp for varchar
From: azcb0@sde.uts.amdahl.com
Marc G. Fournier [Mon, 15 Jul 1996 19:22:58 +0000 (19:22 +0000)]
fsync patch from openlink
NOTE: FSYNC needs to be set at top of initdb.sh to enable use of fsync
patches...disabled by default
Marc G. Fournier [Mon, 15 Jul 1996 19:22:17 +0000 (19:22 +0000)]
fsync patch from openlink
Marc G. Fournier [Mon, 15 Jul 1996 19:11:23 +0000 (19:11 +0000)]
Submitted by Openlink, requires -DOPENLINK_PATCHES in Makefile.global
varchar.diff
------------
This patch was necessary for the OpenLink Postgres Database Agent.
I think this fixes a bug anyway.
The following query demonstrates this bug:
create table foo (bar varchar);
insert into foo values (''); -- no problem
select * from foo where bar = ''; -- fails
Marc G. Fournier [Mon, 15 Jul 1996 19:10:32 +0000 (19:10 +0000)]
Makefile.global changes to show option -DOPENLINK_PATCHES
Marc G. Fournier [Sat, 13 Jul 1996 07:37:33 +0000 (07:37 +0000)]
Moved two defines required for FreeBSD into Makefile.global
The idea is that its right beside PORTNAME, so if it doesn't apply to
the OS in question, it can be rememberd to disable it...
Marc G. Fournier [Fri, 12 Jul 1996 05:39:39 +0000 (05:39 +0000)]
Brought in extensions to pg_dump
Submitted by: david bennett <dave@bensoft.com>
marc g. fournier <scrappy@ki.net>
Marc G. Fournier [Fri, 12 Jul 1996 04:53:59 +0000 (04:53 +0000)]
fixes for several potential null pointer dereferences
submitted by: Paul "Shag" Walmsley <ccshag@cclabs.missouri.edu>
Marc G. Fournier [Tue, 9 Jul 1996 06:39:19 +0000 (06:39 +0000)]
Fixes: Using LIKE or ~ operator on text type files which are null valued
causes segmentation fault.
Thanks to: Salvador Ortiz Garcia, Robert Patrick, Paul 'Shag' Walmsley,
and James Cooper for finding and fixing the problem.
Marc G. Fournier [Tue, 9 Jul 1996 06:35:38 +0000 (06:35 +0000)]
Fix: Can't drop tables with names longer than 16 characters.
Marc G. Fournier [Tue, 9 Jul 1996 06:22:35 +0000 (06:22 +0000)]
Postgres95 1.01 Distribution - Virgin Sources