summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
1997-05-22From: Darren King <aixssd!darrenk@abs.net>Marc G. Fournier
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.
1997-05-21Updated pg_dumpall and psql to preserve database owners.Bruce Momjian
1997-05-21Add SRCDIR to lextestBruce Momjian
1997-05-20Fix for lextest return value.Bruce Momjian
1997-05-20Little memmory leak in RelationFlushRelation() in freeingVadim B. Mikheev
relation->rd_att (relation' TupleDesc).
1997-05-20Define FREE(x) as pfree.Vadim B. Mikheev
1997-05-20Shouldn't we use palloc instead of malloc ?Vadim B. Mikheev
Because of * resetpsort - resets (frees) malloc'd memory for an aborted Xaction * * Not implemented yet.
1997-05-201. LocalBufferSync(): set nextFreeLocalBuf to 0 - we're freeingVadim B. Mikheev
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).
1997-05-20Consider right-sided plans if _use_right_sided_plans_ is true.Vadim B. Mikheev
1997-05-20New VAR r_plans added to enable turn ON/OFFVadim B. Mikheev
using right-sided plans.
1997-05-20Initialize internal keys if rtree used in inner scan.Vadim B. Mikheev
1997-05-20Added fcvt() prot for bsdi.Bruce Momjian
Made PQsetdb() and PQfnumber() case-insensitive. Removed attempt to set table ownership via pg_dumpall.
1997-05-20From: Darren King <aixssd!darrenk@abs.net>Marc G. Fournier
Subject: [PATCHES] AIX 6.2 make patch. New template files to replace the old AIX template
1997-05-19Remove create_database interactive prohibition from manual.Bruce Momjian
1997-05-19Add Makefile.global to lextest makefile.Bruce Momjian
1997-05-19From: Olaf Mittelstaedt <MSTAEDT@va-sigi.va.fh-ulm.de>Marc G. Fournier
Minor patches to geo_ops.c to clean up compile under AIX 4.1.3
1997-05-19These two files got reversed somehow... -K PIC is a cc'ism and -fPIC is aMarc G. Fournier
gcc'ism
1997-05-17added const declaration in form() E.MerglEdmund Mergl
1997-05-17added const declaration E.MerglEdmund Mergl
1997-05-17Remove troublesome type coersions from the char8 return statements.Thomas G. Lockhart
Noted in trying to port to AIX.
1997-05-17Spiff up description of the regression tests and outcomes.Thomas G. Lockhart
1997-05-17Include information for reset, set, and show commands.Thomas G. Lockhart
1997-05-17From: David Friend <dfriend@atlsci.atlsci.com>Marc G. Fournier
Add an entry for the Sparc/Linux port in .similar
1997-05-16Improve informational messages for "show" command responses.Thomas G. Lockhart
1997-05-16Fix expected output for datetime and abstime to/from date conversions.Thomas G. Lockhart
This results from improvements in datetime.c which ensures that the conversions are done in local time rather than GMT.
1997-05-16Fix datetime and abstime conversions to and from date.Thomas G. Lockhart
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)
1997-05-16Add documentation for reset, set, and show, and cross-reference in built-in.Thomas G. Lockhart
1997-05-16Modify lextest and GNUmakefile so that if the test does fail, theMarc G. Fournier
make doesn't proceed
1997-05-16Have Make process exit if lextest failsMarc G. Fournier
1997-05-15From: Robert E. Bruccoleri <bruc@bms.com>Marc G. Fournier
Fixes: Shared objects are not linked correctly
1997-05-14Allow pg_dumpall to preserve database ownership.Bruce Momjian
1997-05-14Remove README.flex and make lextest point to INSTALL.Bruce Momjian
1997-05-14lextest Makefile cleanupBruce Momjian
1997-05-14Rename new float and int conversion routines to avoid conflicts withThomas G. Lockhart
system calls on AIX (and probably other machines too).
1997-05-14Add test for flex bug as part of make, and point them to README.flex.Bruce Momjian
1997-05-14Added:Vadim B. Mikheev
Note: currently, only btree access method supports multi- attribute indices. Up to 7 keys may be specified.
1997-05-13From: "Brian E. Gallew" <geek+@cmu.edu>Marc G. Fournier
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.
1997-05-13Update manual pages for vacuum and create index for Vadim.Bruce Momjian
1997-05-13Fix return value for tm2datetime to properly indicate failure.Thomas G. Lockhart
1997-05-13fix for sizeof pointed out by Ed BuddingtonBruce Momjian
1997-05-12Added _readAggreg() to work with T_Aggreg type.Vadim B. Mikheev
1997-05-11Update to current information for upcoming v6.1 production release.Thomas G. Lockhart
1997-05-11More tables are listed in the user-defined relations from other regressionThomas G. Lockhart
tests, including new tests.
1997-05-11Add inter-type regression tests for geometry, date/time, and numbers.Thomas G. Lockhart
Add regression tests for circles, line segments, and paths. Modify regression tests to allow GEQ optimizer (order results).
1997-05-11Add type conversion functions between floats and integers.Thomas G. Lockhart
Include some additional path functions which were coded but omitted here. Add translation and rotation/scaling operators for some geometric types. Fix bugs in some geometry comparison operator declarations.
1997-05-11Add a few type conversion functions.Thomas G. Lockhart
Pass an additional argument for date/time formatting to better handle timezones.
1997-05-11Fix timezone manipulation code to avoid crashes on some machines.Thomas G. Lockhart
Add type conversion functions for floating point numbers. Check for zero in unary minus floating point code (IEEE allows an explicit negative zero which looks ugly in a query result!). Ensure circle type has non-negative radius.
1997-05-09From: Edmund Mergl <E.Mergl@bawue.de>Marc G. Fournier
Subject: [PATCHES] libpq patch Hi, here is a small patch which fixes two problems: 1. libpq/libpq-fe.h: somehow disappeared the line #define DefaultOption "" now compilation stops with an error complainig an unknown DefaultOption (970508). 2. Same patch as I sent already twice, but it never made it into the source tree: there is no default value for AuthType and Password. This way any libpq-application (i.e. perl-scripts) which use the function PQconnectdb will break with PostgreSQL-6.1. The patch simply uses an empty string as default value.
1997-05-09From: Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier
Subject: [PATCHES] Patches for boolean, timespan and reltime regression tests. Hi All, Here are a couple of patches to the regression tests to introduce some specific ordering to the results. I've only made changes to the queries that were exhibiting differences on my regression runs. This will also have the side effect of testing the ordering code for the boolean and some of the time types.
1997-05-08Fix typechecking problem pointed out by Thomas.Bruce Momjian