Bruce Momjian
ca56c2a311
Fix for lextest return value.
29 years ago
Vadim B. Mikheev
92ab5dc2b5
Little memmory leak in RelationFlushRelation() in freeing
...
relation->rd_att (relation' TupleDesc).
29 years ago
Vadim B. Mikheev
b0dfe8e38e
Define FREE(x) as pfree.
29 years ago
Vadim B. Mikheev
5f893a1e32
Shouldn't we use palloc instead of malloc ?
...
Because of
* resetpsort - resets (frees) malloc'd memory for an aborted Xaction
*
* Not implemented yet.
29 years ago
Vadim B. Mikheev
e7f7cf4a1c
1. LocalBufferSync(): set nextFreeLocalBuf to 0 - we're freeing
...
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).
29 years ago
Vadim B. Mikheev
4a8c3dddc3
Consider right-sided plans if _use_right_sided_plans_ is true.
29 years ago
Vadim B. Mikheev
c4ab256383
New VAR r_plans added to enable turn ON/OFF
...
using right-sided plans.
29 years ago
Vadim B. Mikheev
0f67fb46f6
Initialize internal keys if rtree used in inner scan.
29 years ago
Bruce Momjian
a1157deb57
Added fcvt() prot for bsdi.
...
Made PQsetdb() and PQfnumber() case-insensitive.
Removed attempt to set table ownership via pg_dumpall.
29 years ago
Marc G. Fournier
9860926148
From: Darren King <aixssd!darrenk@abs.net>
...
Subject: [PATCHES] AIX 6.2 make patch.
New template files to replace the old AIX template
29 years ago
Bruce Momjian
8073af5267
Remove create_database interactive prohibition from manual.
29 years ago
Bruce Momjian
b1ae7aac93
Add Makefile.global to lextest makefile.
29 years ago
Vadim B. Mikheev
65019fcf3d
Multi-column indices creation is now supported in normal way
...
(CREATE INDEX ...)
29 years ago
Marc G. Fournier
6ea80b470b
From: Olaf Mittelstaedt <MSTAEDT@va-sigi.va.fh-ulm.de>
...
Minor patches to geo_ops.c to clean up compile under AIX 4.1.3
29 years ago
Marc G. Fournier
500b17eadf
These two files got reversed somehow... -K PIC is a cc'ism and -fPIC is a
...
gcc'ism
29 years ago
Edmund Mergl
33a629cfef
added const declaration in form() E.Mergl
29 years ago
Edmund Mergl
0c67d28a08
added const declaration E.Mergl
29 years ago
Thomas G. Lockhart
377cd2ea32
Add comments to assist with installation.
29 years ago
Thomas G. Lockhart
0b055d3145
Linux-specific (RedHat variant) postgres system startup routine.
...
Initial version.
29 years ago
Thomas G. Lockhart
b072cd4e97
Add information on regression testing and Linux ports.
...
Fix typos in TZ setting for regression testing and in gmake redirection.
29 years ago
Thomas G. Lockhart
0c3b6e670a
Initial 64-bit integer package.
29 years ago
Thomas G. Lockhart
5bc1024225
Remove troublesome type coersions from the char8 return statements.
...
Noted in trying to port to AIX.
29 years ago
Thomas G. Lockhart
99643abec7
Spiff up description of the regression tests and outcomes.
29 years ago
Thomas G. Lockhart
02233addcc
Include information for reset, set, and show commands.
29 years ago
Marc G. Fournier
e454d8a116
From: David Friend <dfriend@atlsci.atlsci.com>
...
Add an entry for the Sparc/Linux port in .similar
29 years ago
Marc G. Fournier
ab5910a766
From: David Friend <dfriend@atlsci.atlsci.com>
...
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.
29 years ago
Thomas G. Lockhart
51e0fe5c88
Improve informational messages for "show" command responses.
29 years ago
Thomas G. Lockhart
f8d4b3cf40
Fix expected output for datetime and abstime to/from date conversions.
...
This results from improvements in datetime.c which ensures that the
conversions are done in local time rather than GMT.
29 years ago
Thomas G. Lockhart
e35b759fed
Fix datetime and abstime conversions to and from date.
...
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)
29 years ago
Thomas G. Lockhart
07f01fc274
Add documentation for reset, set, and show, and cross-reference in built-in.
29 years ago
Marc G. Fournier
d7a85cb2c9
Modify lextest and GNUmakefile so that if the test does fail, the
...
make doesn't proceed
29 years ago
Marc G. Fournier
718adf8bf7
Have Make process exit if lextest fails
29 years ago
Marc G. Fournier
cc349d2c87
From: Robert E. Bruccoleri <bruc@bms.com>
...
Fixes:
Shared objects are not linked correctly
29 years ago
Marc G. Fournier
e56f1d60a5
From: David Friend <dfriend@atlsci.atlsci.com>
...
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.
29 years ago
Bruce Momjian
63cdcd2352
More TODO/HISTORY updates
29 years ago
Bruce Momjian
d4c0bfd65e
UPdate TODO and HIstory for new release.
29 years ago
Bruce Momjian
2fc04874a6
Allow pg_dumpall to preserve database ownership.
29 years ago
Bruce Momjian
029873a109
Remove README.flex and make lextest point to INSTALL.
29 years ago
Bruce Momjian
bb50eeb740
lextest Makefile cleanup
29 years ago
Thomas G. Lockhart
9fd868d16a
Rename new float and int conversion routines to avoid conflicts with
...
system calls on AIX (and probably other machines too).
29 years ago
Bruce Momjian
d906936e0e
Add test for flex bug as part of make, and point them to README.flex.
29 years ago
Bruce Momjian
650638c43f
Update FAQ and TODO
29 years ago
Vadim B. Mikheev
073adc5a25
Added:
...
Note: currently, only btree access method supports multi-
attribute indices. Up to 7 keys may be specified.
29 years ago
Marc G. Fournier
45165538c5
From: "Brian E. Gallew" <geek+@cmu.edu>
...
Subject: [PORTS] minor fix for DGUX port
src/include/port/dgux.h needs the following three lines appended:
#ifndef BYTE_ORDER
#define BYTE_ORDER BIG_ENDIAN
#endif
I believe this to be correct for DG/UX on M88k processors. I don't have one of
the new Intel-based boxes to check on.
29 years ago
Bruce Momjian
f22f57ca35
Update manual pages for vacuum and create index for Vadim.
29 years ago
Thomas G. Lockhart
1e790e207f
Fix return value for tm2datetime to properly indicate failure.
29 years ago
Bruce Momjian
b6b41172f6
fix for sizeof pointed out by Ed Buddington
29 years ago
Vadim B. Mikheev
3e248edf43
Added _readAggreg() to work with T_Aggreg type.
29 years ago
Thomas G. Lockhart
8ce8d6550f
Update to current information for upcoming v6.1 production release.
29 years ago
Thomas G. Lockhart
cc25efef92
More tables are listed in the user-defined relations from other regression
...
tests, including new tests.
29 years ago