- 22 May, 1997 1 commit
-
-
Marc G. Fournier authored
Subject: [PATCHES] Re: [PORTS] AIX 6.1 fixes... Here are the patches for the two things that wouldn't make it thru the AIX compiler. The geo_ops.c change is harmless I believe. The nbtcompare.c patch fixes me, but I don't know about any other ports. Maybe wait on that one until Vadim decides what to do about the unsigned vs signed chars varlena issue.
-
- 21 May, 1997 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 20 May, 1997 10 commits
-
-
Bruce Momjian authored
-
Vadim B. Mikheev authored
relation->rd_att (relation' TupleDesc).
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev authored
Because of * resetpsort - resets (frees) malloc'd memory for an aborted Xaction * * Not implemented yet.
-
Vadim B. Mikheev authored
all local buffers @ xact commit, so accordingly nextFreeLocalBuf is first local buffer now. It helps to avoid unnecessary local buffer allocations in LocalBufferAlloc() latter ("memmory leaks" in 'order by'). 2. ResetLocalBufferPool() lost allocated local buffers: memset(LocalBufferDescriptors, 0, sizeof(BufferDesc) * NLocBuffer); (local buffers leak @ xact aborts).
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev authored
using right-sided plans.
-
Vadim B. Mikheev authored
-
Bruce Momjian authored
Made PQsetdb() and PQfnumber() case-insensitive. Removed attempt to set table ownership via pg_dumpall.
-
Marc G. Fournier authored
Subject: [PATCHES] AIX 6.2 make patch. New template files to replace the old AIX template
-
- 19 May, 1997 5 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Vadim B. Mikheev authored
(CREATE INDEX ...)
-
Marc G. Fournier authored
Minor patches to geo_ops.c to clean up compile under AIX 4.1.3
-
Marc G. Fournier authored
gcc'ism
-
- 17 May, 1997 11 commits
-
-
Edmund Mergl authored
-
Edmund Mergl authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Initial version.
-
Thomas G. Lockhart authored
Fix typos in TZ setting for regression testing and in gmake redirection.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Noted in trying to port to AIX.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Marc G. Fournier authored
Add an entry for the Sparc/Linux port in .similar
-
Marc G. Fournier authored
Here are the latest changes to the INSTALL instructions. The main changes are: - Step 5, on flex - Steps 18 and 19, on regression tests - Step 22 c) on starting postmaster on bootup on FreeBSD - Added porting notes for SPARC/Linux at end. If there is time, Thomas should review step 19.
-
- 16 May, 1997 6 commits
-
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
This results from improvements in datetime.c which ensures that the conversions are done in local time rather than GMT.
-
Thomas G. Lockhart authored
Bring optional new-storage date and time up to date and test. This new storage format should fix the "Sparc gcc -O2 bug". (Enable new code with USE_NEW_DATE and USE_NEW_TIME in dt.h)
-
Thomas G. Lockhart authored
-
Marc G. Fournier authored
make doesn't proceed
-
Marc G. Fournier authored
-
- 15 May, 1997 2 commits
-
-
Marc G. Fournier authored
Fixes: Shared objects are not linked correctly
-
Marc G. Fournier authored
Subject: [PATCHES] Patch for INSTALL The following patch makes a number of modifications to file INSTALL. Among other things, it restores some platform specific notes I deleted. It also no longer requires a separate compile for the regression tests. Please note that this patch already incorporates the patch Hal Snyder submitted on Monday. Do not apply Hal's patch.
-
- 14 May, 1997 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-