aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Use the standard date/time encoder rather than strftime() for output.Thomas G. Lockhart1997-06-23
* Modify EncodeDateTime() to suppress trailing ".00" in seconds field.Thomas G. Lockhart1997-06-23
* Expunge code not enabled with USE_NEW_DATE and USE_NEW_TIME #defines.Thomas G. Lockhart1997-06-23
* Fix broken parsing for lists of options. Apparently broken when support wasThomas G. Lockhart1997-06-20
* Fix leap year and month boundary arithmetic for datetime +/- timespan;Thomas G. Lockhart1997-06-20
* setVarAttrLenForCreateTable(): use varnoold/varoattno instead ofVadim B. Mikheev1997-06-13
* Fix replace_agg_clause() for unary operators.Vadim B. Mikheev1997-06-12
* Someone forgot about aligning in fastgetiattr()...Vadim B. Mikheev1997-06-12
* Datum *idatum;Vadim B. Mikheev1997-06-12
* Compare 'char' and 'text' lexicographically.Vadim B. Mikheev1997-06-11
* Lexicographically compare 'char' and 'text'.Vadim B. Mikheev1997-06-11
* geqo_rel_paths(): compute_joinrel_size() shouldn't be calledVadim B. Mikheev1997-06-11
* From: Robert Bruccoleri <bruc@bms.com>Marc G. Fournier1997-06-11
* From: "Brian E. Gallew" <geek+@cmu.edu>Marc G. Fournier1997-06-11
* LO patches for loimport/loexport from Raymond ToyBruce Momjian1997-06-10
* if ( rel->size <= 0 )Vadim B. Mikheev1997-06-10
* if ( new_rel->size <= 0 )Vadim B. Mikheev1997-06-10
* Duplicates handling...Vadim B. Mikheev1997-06-10
* Cleanup on xinv# table names.Bruce Momjian1997-06-07
* avoid xinv* table name conflict with large objects.Bruce Momjian1997-06-07
* From: "D'Arcy J.M. Cain" <darcy@druid.net>Marc G. Fournier1997-06-06
* From: "D'Arcy J.M. Cain" <darcy@druid.net>Marc G. Fournier1997-06-06
* lowercase large object table name fix.Bruce Momjian1997-06-06
* gimme_tree(): got rid of compute_rel_size() -Vadim B. Mikheev1997-06-06
* Added check is new item successfuly inserted to a page or not.Vadim B. Mikheev1997-06-06
* From: Phil Nelson <phil@cs.wwu.edu>Marc G. Fournier1997-06-06
* From: "D'Arcy J.M. Cain" <darcy@druid.net>Marc G. Fournier1997-06-06
* From: "D'Arcy J.M. Cain" <darcy@druid.net>Marc G. Fournier1997-06-06
* Fix for large objects and case sensitivity, from Raymond Toy.Bruce Momjian1997-06-05
* allpaths.c:find_join_paths(): compute_rel_size() shouldn't be calledVadim B. Mikheev1997-06-05
* heap_destroy() now calls RelationForgetRelation() to really flushVadim B. Mikheev1997-06-04
* New func RelationForgetRelation();Vadim B. Mikheev1997-06-04
* Add upgradepath(), isoldpath(), upgradepoly() and revertpoly() to allowThomas G. Lockhart1997-06-03
* Use finite() macro if available to check returns from pow() and exp().Thomas G. Lockhart1997-06-03
* Fix a few DATEDEBUG print statements.Thomas G. Lockhart1997-06-03
* cc1: warnings being treated as errorsVadim B. Mikheev1997-06-03
* SET geqo TO 'on' restores _use_geqo_rels_ to GEQO_RELS, notVadim B. Mikheev1997-06-03
* cc1: warnings being treated as errorsVadim B. Mikheev1997-06-03
* Fix deleted tuples re-incarnation possible when vacuum transactionVadim B. Mikheev1997-06-03
* Oracle like currval behaviour.Vadim B. Mikheev1997-06-02
* Use GEQO if _use_geqo_ is TRUE and # of relations is >= _use_geqo_rels_Vadim B. Mikheev1997-06-02
* SET var TO 'a=b'Vadim B. Mikheev1997-06-02
* Put back old lines.Bruce Momjian1997-06-01
* Cleanup for AIX from Darren.Bruce Momjian1997-06-01
* Enable GEQO for more than six tables, from Martin.Bruce Momjian1997-06-01
* Fix for SELECT * INTO TABLE for char(), varchar() fields.Bruce Momjian1997-05-31
* If there is no table in RangeTable for colname thenVadim B. Mikheev1997-05-31
* If we have to split leaf page in the chain of duplicatesVadim B. Mikheev1997-05-31
* Fix duplicates handling.Vadim B. Mikheev1997-05-30
* Clean up support for USE_POSIX_TIME, ! HAVE_INT_TIMEZONE machines.Thomas G. Lockhart1997-05-30