1997-05-31 |
Bruce Momjian | Fix for SELECT * INTO TABLE for char(), varchar() fields. |
commit | commitdiff | tree | snapshot |
1997-05-31 |
Vadim B. Mikheev | If there is no table in RangeTable for colname then |
commit | commitdiff | tree | snapshot |
1997-05-31 |
Vadim B. Mikheev | If we have to split leaf page in the chain of duplicates |
commit | commitdiff | tree | snapshot |
1997-05-30 |
Vadim B. Mikheev | Added: new BTP_CHAIN flag (if hikey == firstkey then... |
commit | commitdiff | tree | snapshot |
1997-05-30 |
Vadim B. Mikheev | Fix duplicates handling. |
commit | commitdiff | tree | snapshot |
1997-05-30 |
Thomas G. Lockhart | Clean up support for USE_POSIX_TIME, ! HAVE_INT_TIMEZON... |
commit | commitdiff | tree | snapshot |
1997-05-26 |
Thomas G. Lockhart | Ensure double alignment for time and arrays of circles. |
commit | commitdiff | tree | snapshot |
1997-05-26 |
Marc G. Fournier | From: David Friend <dfriend@atlsci.atlsci.com> |
commit | commitdiff | tree | snapshot |
1997-05-26 |
Marc G. Fournier | From: David Friend <dfriend@atlsci.atlsci.com> |
commit | commitdiff | tree | snapshot |
1997-05-25 |
Marc G. Fournier | -m <arg> -M weren't setup properly in getopts()... |
commit | commitdiff | tree | snapshot |
1997-05-24 |
Bruce Momjian | Fix core dump on \c. |
commit | commitdiff | tree | snapshot |
1997-05-24 |
Bruce Momjian | Fix \c option after breaking it. |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Thomas G. Lockhart | Clean up redundant tests for valid pointers in geometri... |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Thomas G. Lockhart | Enable new date and time definitions to allow Solaris... |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Vadim B. Mikheev | AllocateFile(): |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Bruce Momjian | Only free memory if environment value is replaced. |
commit | commitdiff | tree | snapshot |
1997-05-23 |
Bruce Momjian | Comment on fix added. |
commit | commitdiff | tree | snapshot |
1997-05-22 |
Bruce Momjian | Preserve putenv() memory in psql \connect user fix. |
commit | commitdiff | tree | snapshot |
1997-05-22 |
Bruce Momjian | Fix backslash commands broken when \connect user added. |
commit | commitdiff | tree | snapshot |
1997-05-22 |
Vadim B. Mikheev | RelationPurgeLocalRelation(): |
commit | commitdiff | tree | snapshot |
1997-05-22 |
Vadim B. Mikheev | 1. Fix md memory leak: |
commit | commitdiff | tree | snapshot |
1997-05-22 |
Vadim B. Mikheev | 1. Cleanup (no more FreeFd - unuseful; others). |
commit | commitdiff | tree | snapshot |
1997-05-22 |
Vadim B. Mikheev | gist.h: |
commit | commitdiff | tree | snapshot |
1997-05-22 |
Vadim B. Mikheev | 1. Pass GISTENTRYs to giststate->penaltyFn by pointers... |
commit | commitdiff | tree | snapshot |
1997-05-22 |
Marc G. Fournier | From: Darren King <aixssd!darrenk@abs.net> |
commit | commitdiff | tree | snapshot |
1997-05-22 |
Marc G. Fournier | From: Darren King <aixssd!darrenk@abs.net> |
commit | commitdiff | tree | snapshot |
1997-05-22 |
Marc G. Fournier | Oops, missed the commit on this one by Darren King... |
commit | commitdiff | tree | snapshot |
1997-05-22 |
Marc G. Fournier | From: Darren King <aixssd!darrenk@abs.net> |
commit | commitdiff | tree | snapshot |
1997-05-22 |
Marc G. Fournier | From: Darren King <aixssd!darrenk@abs.net> |
commit | commitdiff | tree | snapshot |
1997-05-21 |
Bruce Momjian | Updated pg_dumpall and psql to preserve database owners. |
commit | commitdiff | tree | snapshot |
1997-05-21 |
Bruce Momjian | Add SRCDIR to lextest |
commit | commitdiff | tree | snapshot |
1997-05-20 |
Bruce Momjian | Fix for lextest return value. |
commit | commitdiff | tree | snapshot |
1997-05-20 |
Vadim B. Mikheev | Little memmory leak in RelationFlushRelation() in freeing |
commit | commitdiff | tree | snapshot |
1997-05-20 |
Vadim B. Mikheev | Define FREE(x) as pfree. |
commit | commitdiff | tree | snapshot |
1997-05-20 |
Vadim B. Mikheev | Shouldn't we use palloc instead of malloc ? |
commit | commitdiff | tree | snapshot |
1997-05-20 |
Vadim B. Mikheev | 1. LocalBufferSync(): set nextFreeLocalBuf to 0 - we... |
commit | commitdiff | tree | snapshot |
1997-05-20 |
Vadim B. Mikheev | Consider right-sided plans if _use_right_sided_plans_... |
commit | commitdiff | tree | snapshot |
1997-05-20 |
Vadim B. Mikheev | New VAR r_plans added to enable turn ON/OFF |
commit | commitdiff | tree | snapshot |
1997-05-20 |
Vadim B. Mikheev | Initialize internal keys if rtree used in inner scan. |
commit | commitdiff | tree | snapshot |
1997-05-20 |
Bruce Momjian | Added fcvt() prot for bsdi. |
commit | commitdiff | tree | snapshot |
1997-05-20 |
Marc G. Fournier | From: Darren King <aixssd!darrenk@abs.net> |
commit | commitdiff | tree | snapshot |
1997-05-19 |
Bruce Momjian | Remove create_database interactive prohibition from... |
commit | commitdiff | tree | snapshot |
1997-05-19 |
Bruce Momjian | Add Makefile.global to lextest makefile. |
commit | commitdiff | tree | snapshot |
1997-05-19 |
Vadim B. Mikheev | Multi-column indices creation is now supported in norma... |
commit | commitdiff | tree | snapshot |
1997-05-19 |
Marc G. Fournier | From: Olaf Mittelstaedt <MSTAEDT@va-sigi.va.fh-ulm.de> |
commit | commitdiff | tree | snapshot |
1997-05-19 |
Marc G. Fournier | These two files got reversed somehow... -K PIC is a... |
commit | commitdiff | tree | snapshot |
1997-05-17 |
Edmund Mergl | added const declaration in form() E.Mergl |
commit | commitdiff | tree | snapshot |
1997-05-17 |
Edmund Mergl | added const declaration E.Mergl |
commit | commitdiff | tree | snapshot |
1997-05-17 |
Thomas G. Lockhart | Add comments to assist with installation. |
commit | commitdiff | tree | snapshot |
1997-05-17 |
Thomas G. Lockhart | Linux-specific (RedHat variant) postgres system startup... |
commit | commitdiff | tree | snapshot |
1997-05-17 |
Thomas G. Lockhart | Add information on regression testing and Linux ports. |
commit | commitdiff | tree | snapshot |
1997-05-17 |
Thomas G. Lockhart | Initial 64-bit integer package. |
commit | commitdiff | tree | snapshot |
1997-05-17 |
Thomas G. Lockhart | Remove troublesome type coersions from the char8 return... |
commit | commitdiff | tree | snapshot |
1997-05-17 |
Thomas G. Lockhart | Spiff up description of the regression tests and outcomes. |
commit | commitdiff | tree | snapshot |
1997-05-17 |
Thomas G. Lockhart | Include information for reset, set, and show commands. |
commit | commitdiff | tree | snapshot |
1997-05-17 |
Marc G. Fournier | From: David Friend <dfriend@atlsci.atlsci.com> |
commit | commitdiff | tree | snapshot |
1997-05-17 |
Marc G. Fournier | From: David Friend <dfriend@atlsci.atlsci.com> |
commit | commitdiff | tree | snapshot |
1997-05-16 |
Thomas G. Lockhart | Improve informational messages for "show" command respo... |
commit | commitdiff | tree | snapshot |
1997-05-16 |
Thomas G. Lockhart | Fix expected output for datetime and abstime to/from... |
commit | commitdiff | tree | snapshot |
1997-05-16 |
Thomas G. Lockhart | Fix datetime and abstime conversions to and from date. |
commit | commitdiff | tree | snapshot |
1997-05-16 |
Thomas G. Lockhart | Add documentation for reset, set, and show, and cross... |
commit | commitdiff | tree | snapshot |
1997-05-16 |
Marc G. Fournier | Modify lextest and GNUmakefile so that if the test... |
commit | commitdiff | tree | snapshot |
1997-05-16 |
Marc G. Fournier | Have Make process exit if lextest fails |
commit | commitdiff | tree | snapshot |
1997-05-15 |
Marc G. Fournier | From: Robert E. Bruccoleri <bruc@bms.com> |
commit | commitdiff | tree | snapshot |
1997-05-15 |
Marc G. Fournier | From: David Friend <dfriend@atlsci.atlsci.com> |
commit | commitdiff | tree | snapshot |
1997-05-14 |
Bruce Momjian | More TODO/HISTORY updates |
commit | commitdiff | tree | snapshot |
1997-05-14 |
Bruce Momjian | UPdate TODO and HIstory for new release. |
commit | commitdiff | tree | snapshot |
1997-05-14 |
Bruce Momjian | Allow pg_dumpall to preserve database ownership. |
commit | commitdiff | tree | snapshot |
1997-05-14 |
Bruce Momjian | Remove README.flex and make lextest point to INSTALL. |
commit | commitdiff | tree | snapshot |
1997-05-14 |
Bruce Momjian | lextest Makefile cleanup |
commit | commitdiff | tree | snapshot |
1997-05-14 |
Thomas G. Lockhart | Rename new float and int conversion routines to avoid... |
commit | commitdiff | tree | snapshot |
1997-05-14 |
Bruce Momjian | Add test for flex bug as part of make, and point them... |
commit | commitdiff | tree | snapshot |
1997-05-14 |
Bruce Momjian | Update FAQ and TODO |
commit | commitdiff | tree | snapshot |
1997-05-14 |
Vadim B. Mikheev | Added: |
commit | commitdiff | tree | snapshot |
1997-05-13 |
Marc G. Fournier | From: "Brian E. Gallew" <geek+@cmu.edu> |
commit | commitdiff | tree | snapshot |
1997-05-13 |
Bruce Momjian | Update manual pages for vacuum and create index for... |
commit | commitdiff | tree | snapshot |
1997-05-13 |
Thomas G. Lockhart | Fix return value for tm2datetime to properly indicate... |
commit | commitdiff | tree | snapshot |
1997-05-13 |
Bruce Momjian | fix for sizeof pointed out by Ed Buddington |
commit | commitdiff | tree | snapshot |
1997-05-12 |
Vadim B. Mikheev | Added _readAggreg() to work with T_Aggreg type. |
commit | commitdiff | tree | snapshot |
1997-05-11 |
Thomas G. Lockhart | Update to current information for upcoming v6.1 product... |
commit | commitdiff | tree | snapshot |
1997-05-11 |
Thomas G. Lockhart | More tables are listed in the user-defined relations... |
commit | commitdiff | tree | snapshot |
1997-05-11 |
Thomas G. Lockhart | Add inter-type regression tests for geometry, date... |
commit | commitdiff | tree | snapshot |
1997-05-11 |
Thomas G. Lockhart | Add type conversion functions between floats and integers. |
commit | commitdiff | tree | snapshot |
1997-05-11 |
Thomas G. Lockhart | Add a few type conversion functions. |
commit | commitdiff | tree | snapshot |
1997-05-11 |
Thomas G. Lockhart | Fix timezone manipulation code to avoid crashes on... |
commit | commitdiff | tree | snapshot |
1997-05-11 |
Marc G. Fournier | Oops, one of DAvid's patches didn't quite make it in... |
commit | commitdiff | tree | snapshot |
1997-05-11 |
Marc G. Fournier | From: David Friend <dfriend@atlsci.atlsci.com> |
commit | commitdiff | tree | snapshot |
1997-05-09 |
Marc G. Fournier | From: Edmund Mergl <E.Mergl@bawue.de> |
commit | commitdiff | tree | snapshot |
1997-05-09 |
Marc G. Fournier | From: Keith Parks <emkxp01@mtcc.demon.co.uk> |
commit | commitdiff | tree | snapshot |
1997-05-08 |
Bruce Momjian | Fix typechecking problem pointed out by Thomas. |
commit | commitdiff | tree | snapshot |
1997-05-08 |
Bruce Momjian | Update for bsdi |
commit | commitdiff | tree | snapshot |
1997-05-07 |
Marc G. Fournier | From: David Friend <dfriend@atlsci.atlsci.com> |
commit | commitdiff | tree | snapshot |
1997-05-07 |
Marc G. Fournier | From: "Martin J. Laubach" <mjl@CSlab.tuwien.ac.at> |
commit | commitdiff | tree | snapshot |
1997-05-07 |
Marc G. Fournier | From: "Paul M. Aoki" <aoki@CS.Berkeley.EDU> |
commit | commitdiff | tree | snapshot |
1997-05-07 |
Marc G. Fournier | From: Keith Parks <emkxp01@mtcc.demon.co.uk> |
commit | commitdiff | tree | snapshot |
1997-05-07 |
Marc G. Fournier | From: Erich Stamberger <eberger@gewi.kfunigraz.ac.at> |
commit | commitdiff | tree | snapshot |
1997-05-06 |
Thomas G. Lockhart | Remove valid pointer checks for returns from palloc... |
commit | commitdiff | tree | snapshot |
1997-05-06 |
Thomas G. Lockhart | Change dummy array dimensions from [0] to [1] to keep... |
commit | commitdiff | tree | snapshot |
1997-05-06 |
Thomas G. Lockhart | Rename LOread() and LOwrite() to loread() and lowrite... |
commit | commitdiff | tree | snapshot |
1997-05-06 |
Thomas G. Lockhart | Change LOread() and LOwrite() to loread() and lowrite... |
commit | commitdiff | tree | snapshot |
next |