aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Improve informational messages for "show" command responses.Thomas G. Lockhart1997-05-16
* Fix datetime and abstime conversions to and from date.Thomas G. Lockhart1997-05-16
* Rename new float and int conversion routines to avoid conflicts withThomas G. Lockhart1997-05-14
* Fix return value for tm2datetime to properly indicate failure.Thomas G. Lockhart1997-05-13
* Added _readAggreg() to work with T_Aggreg type.Vadim B. Mikheev1997-05-12
* Fix timezone manipulation code to avoid crashes on some machines.Thomas G. Lockhart1997-05-11
* Fix typechecking problem pointed out by Thomas.Bruce Momjian1997-05-08
* From: Erich Stamberger <eberger@gewi.kfunigraz.ac.at>Marc G. Fournier1997-05-07
* Remove valid pointer checks for returns from palloc() since palloc() will notThomas G. Lockhart1997-05-06
* Change LOread() and LOwrite() to loread() and lowrite() to allow useThomas G. Lockhart1997-05-06
* mdcreate():Vadim B. Mikheev1997-05-06
* Kill re-incarnated bug arroundVadim B. Mikheev1997-05-05
* Bug: backend crashes in btbeginscan()->btrescan()->_bt_orderkeys()Vadim B. Mikheev1997-05-05
* Fix old bug in _hash_first() for scan without keys:Vadim B. Mikheev1997-04-30
* More informative NOTICEs in tuple checks.Vadim B. Mikheev1997-04-30
* SET geqo TO ON|OFFVadim B. Mikheev1997-04-29
* #ifdef GEQOVadim B. Mikheev1997-04-29
* Fix GroupBy: enable functions over aggregates and GroupBy-ed fieldsVadim B. Mikheev1997-04-29
* From: "D'Arcy J.M. Cain" <darcy@druid.net>Marc G. Fournier1997-04-28
* Change mixed-case routines to lower-case if referenced in pg_proc.hThomas G. Lockhart1997-04-27
* Change mixed-case routines to lower-case if referenced in pg_proc.hThomas G. Lockhart1997-04-27
* Modify references to function manager to use lower-case calls.Thomas G. Lockhart1997-04-27
* Massive regression test patches from Thomas *woo hoo!*Marc G. Fournier1997-04-27
* More timezone patches by Thomas:Marc G. Fournier1997-04-25
* From: "Pedro J. Lobo" <pjlobo@euitt.upm.es>Marc G. Fournier1997-04-24
* Fixes:Marc G. Fournier1997-04-24
* * Hack for non-functional btree npages estimation:Vadim B. Mikheev1997-04-24
* Have to copyObject((void*)clauseinfo) for a relation'Vadim B. Mikheev1997-04-24
* Bug (yet unfixed but not fatal) found: Re-moving index clauses from theVadim B. Mikheev1997-04-24
* Save Var' order in index_outerjoin_references().Vadim B. Mikheev1997-04-24
* Add innercost to result in cost_hashjoin.Vadim B. Mikheev1997-04-24
* _bt_endpoint fixed: set currentItemData to Invalid if no result.Vadim B. Mikheev1997-04-24
* Enable to set _cpu_page_wight_ & _cpu_index_page_wight_ viaVadim B. Mikheev1997-04-24
* -Wno-error should only be enabled for gcc compilers, it seemsMarc G. Fournier1997-04-24
* Somewhat backwards #ifdef's for HAVE_GETRUSAGEMarc G. Fournier1997-04-24
* Various patches not commited, plus a linux/sparc patch fromMarc G. Fournier1997-04-24
* Change HAVE_RUSAGE to HAVE_GETRUSAGE, which is the more appropriateMarc G. Fournier1997-04-23
* Analyze data only if specified and specified attrs only.Vadim B. Mikheev1997-04-23
* 1. SHOW/RESET var fixed.Vadim B. Mikheev1997-04-23
* 1. SHOW/RESET var fixed.Vadim B. Mikheev1997-04-23
* To: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier1997-04-23
* Add fcvt() as a check to configure so that we can get rid of the BSD44_derivedMarc G. Fournier1997-04-22
* From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier1997-04-22
* Major patch from Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier1997-04-22
* Fix for Hash and arraysVadim B. Mikheev1997-04-22
* Fix for text_lt/text_le to avoid warnings if not def USE_LOCALE.Vadim B. Mikheev1997-04-21
* #include <string.h>Vadim B. Mikheev1997-04-21
* Fix for -Wno-errorVadim B. Mikheev1997-04-21
* Here is the Mismatched input/output patch for tintervals as reported overMarc G. Fournier1997-04-20
* Fix for -Wno-errorVadim B. Mikheev1997-04-18