| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 1997-05-22 | From: 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-21 | Updated pg_dumpall and psql to preserve database owners. | Bruce Momjian | |
| 1997-05-21 | Add SRCDIR to lextest | Bruce Momjian | |
| 1997-05-20 | Fix for lextest return value. | Bruce Momjian | |
| 1997-05-20 | Little memmory leak in RelationFlushRelation() in freeing | Vadim B. Mikheev | |
| relation->rd_att (relation' TupleDesc). | |||
| 1997-05-20 | Define FREE(x) as pfree. | Vadim B. Mikheev | |
| 1997-05-20 | Shouldn'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-20 | 1. LocalBufferSync(): set nextFreeLocalBuf to 0 - we're freeing | Vadim 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-20 | Consider right-sided plans if _use_right_sided_plans_ is true. | Vadim B. Mikheev | |
| 1997-05-20 | New VAR r_plans added to enable turn ON/OFF | Vadim B. Mikheev | |
| using right-sided plans. | |||
| 1997-05-20 | Initialize internal keys if rtree used in inner scan. | Vadim B. Mikheev | |
| 1997-05-20 | Added fcvt() prot for bsdi. | Bruce Momjian | |
| Made PQsetdb() and PQfnumber() case-insensitive. Removed attempt to set table ownership via pg_dumpall. | |||
| 1997-05-20 | From: 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-19 | Remove create_database interactive prohibition from manual. | Bruce Momjian | |
| 1997-05-19 | Add Makefile.global to lextest makefile. | Bruce Momjian | |
| 1997-05-19 | From: 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-19 | These two files got reversed somehow... -K PIC is a cc'ism and -fPIC is a | Marc G. Fournier | |
| gcc'ism | |||
| 1997-05-17 | added const declaration in form() E.Mergl | Edmund Mergl | |
| 1997-05-17 | added const declaration E.Mergl | Edmund Mergl | |
| 1997-05-17 | Remove troublesome type coersions from the char8 return statements. | Thomas G. Lockhart | |
| Noted in trying to port to AIX. | |||
| 1997-05-17 | Spiff up description of the regression tests and outcomes. | Thomas G. Lockhart | |
| 1997-05-17 | Include information for reset, set, and show commands. | Thomas G. Lockhart | |
| 1997-05-17 | From: David Friend <dfriend@atlsci.atlsci.com> | Marc G. Fournier | |
| Add an entry for the Sparc/Linux port in .similar | |||
| 1997-05-16 | Improve informational messages for "show" command responses. | Thomas G. Lockhart | |
| 1997-05-16 | Fix 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-16 | Fix 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-16 | Add documentation for reset, set, and show, and cross-reference in built-in. | Thomas G. Lockhart | |
| 1997-05-16 | Modify lextest and GNUmakefile so that if the test does fail, the | Marc G. Fournier | |
| make doesn't proceed | |||
| 1997-05-16 | Have Make process exit if lextest fails | Marc G. Fournier | |
| 1997-05-15 | From: Robert E. Bruccoleri <bruc@bms.com> | Marc G. Fournier | |
| Fixes: Shared objects are not linked correctly | |||
| 1997-05-14 | Allow pg_dumpall to preserve database ownership. | Bruce Momjian | |
| 1997-05-14 | Remove README.flex and make lextest point to INSTALL. | Bruce Momjian | |
| 1997-05-14 | lextest Makefile cleanup | Bruce Momjian | |
| 1997-05-14 | Rename new float and int conversion routines to avoid conflicts with | Thomas G. Lockhart | |
| system calls on AIX (and probably other machines too). | |||
| 1997-05-14 | Add test for flex bug as part of make, and point them to README.flex. | Bruce Momjian | |
| 1997-05-14 | Added: | Vadim B. Mikheev | |
| Note: currently, only btree access method supports multi- attribute indices. Up to 7 keys may be specified. | |||
| 1997-05-13 | From: "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-13 | Update manual pages for vacuum and create index for Vadim. | Bruce Momjian | |
| 1997-05-13 | Fix return value for tm2datetime to properly indicate failure. | Thomas G. Lockhart | |
| 1997-05-13 | fix for sizeof pointed out by Ed Buddington | Bruce Momjian | |
| 1997-05-12 | Added _readAggreg() to work with T_Aggreg type. | Vadim B. Mikheev | |
| 1997-05-11 | Update to current information for upcoming v6.1 production release. | Thomas G. Lockhart | |
| 1997-05-11 | More tables are listed in the user-defined relations from other regression | Thomas G. Lockhart | |
| tests, including new tests. | |||
| 1997-05-11 | Add 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-11 | Add 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-11 | Add a few type conversion functions. | Thomas G. Lockhart | |
| Pass an additional argument for date/time formatting to better handle timezones. | |||
| 1997-05-11 | Fix 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-09 | From: 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-09 | From: 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-08 | Fix typechecking problem pointed out by Thomas. | Bruce Momjian | |
