summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
1997-07-13AIX nm fix from GerhardBruce Momjian
1997-07-10Fix for assembler from Yoshihiko ICHIKAWABruce Momjian
1997-07-10Allow underscores in user names.Bruce Momjian
1997-07-08Date-type fixes from Tatsuo IshiiBruce Momjian
1997-07-01Fix code to do the right thing with mixed-endian clients and servers.Thomas G. Lockhart
1997-07-01Use common parser and encoder for timestamp data type.Thomas G. Lockhart
1997-06-29Fox case-sensitivity for \d and allow trailing ; on backslash commands.Bruce Momjian
1997-06-28_hash_first: release buf & metabuf if no tuples found for a key.Vadim B. Mikheev
1997-06-25fix for initdb --debug core dump, from Tatsuo IshiiBruce Momjian
1997-06-23Use the standard date/time encoder rather than strftime() for output.Thomas G. Lockhart
1997-06-23Modify EncodeDateTime() to suppress trailing ".00" in seconds field.Thomas G. Lockhart
1997-06-23Expunge code not enabled with USE_NEW_DATE and USE_NEW_TIME #defines.Thomas G. Lockhart
1997-06-20Fix broken parsing for lists of options. Apparently broken when support wasThomas G. Lockhart
1997-06-20Fix leap year and month boundary arithmetic for datetime +/- timespan;Thomas G. Lockhart
1997-06-13setVarAttrLenForCreateTable(): use varnoold/varoattno instead ofVadim B. Mikheev
1997-06-12Fix replace_agg_clause() for unary operators.Vadim B. Mikheev
1997-06-12Someone forgot about aligning in fastgetiattr()...Vadim B. Mikheev
1997-06-12Datum *idatum;Vadim B. Mikheev
1997-06-11Compare 'char' and 'text' lexicographically.Vadim B. Mikheev
1997-06-11Lexicographically compare 'char' and 'text'.Vadim B. Mikheev
1997-06-11geqo_rel_paths(): compute_joinrel_size() shouldn't be calledVadim B. Mikheev
1997-06-11From: Robert Bruccoleri <bruc@bms.com>Marc G. Fournier
1997-06-11From: "Brian E. Gallew" <geek+@cmu.edu>Marc G. Fournier
1997-06-10LO patches for loimport/loexport from Raymond ToyBruce Momjian
1997-06-10 if ( rel->size <= 0 )Vadim B. Mikheev
1997-06-10 if ( new_rel->size <= 0 )Vadim B. Mikheev
1997-06-10Duplicates handling...Vadim B. Mikheev
1997-06-07Cleanup on xinv# table names.Bruce Momjian
1997-06-07avoid xinv* table name conflict with large objects.Bruce Momjian
1997-06-06From: "D'Arcy J.M. Cain" <darcy@druid.net>Marc G. Fournier
1997-06-06From: "D'Arcy J.M. Cain" <darcy@druid.net>Marc G. Fournier
1997-06-06lowercase large object table name fix.Bruce Momjian
1997-06-06gimme_tree(): got rid of compute_rel_size() -Vadim B. Mikheev
1997-06-06Added check is new item successfuly inserted to a page or not.Vadim B. Mikheev
1997-06-06From: Phil Nelson <phil@cs.wwu.edu>Marc G. Fournier
1997-06-06From: "D'Arcy J.M. Cain" <darcy@druid.net>Marc G. Fournier
1997-06-06From: "D'Arcy J.M. Cain" <darcy@druid.net>Marc G. Fournier
1997-06-05Fix for large objects and case sensitivity, from Raymond Toy.Bruce Momjian
1997-06-05allpaths.c:find_join_paths(): compute_rel_size() shouldn't be calledVadim B. Mikheev
1997-06-04heap_destroy() now calls RelationForgetRelation() to really flushVadim B. Mikheev
1997-06-04New func RelationForgetRelation();Vadim B. Mikheev
1997-06-03Add upgradepath(), isoldpath(), upgradepoly() and revertpoly() to allowThomas G. Lockhart
1997-06-03Use finite() macro if available to check returns from pow() and exp().Thomas G. Lockhart
1997-06-03Fix a few DATEDEBUG print statements.Thomas G. Lockhart
1997-06-03cc1: warnings being treated as errorsVadim B. Mikheev
1997-06-03SET geqo TO 'on' restores _use_geqo_rels_ to GEQO_RELS, notVadim B. Mikheev
1997-06-03cc1: warnings being treated as errorsVadim B. Mikheev
1997-06-03Fix deleted tuples re-incarnation possible when vacuum transactionVadim B. Mikheev
1997-06-02Oracle like currval behaviour.Vadim B. Mikheev
1997-06-02Use GEQO if _use_geqo_ is TRUE and # of relations is >= _use_geqo_rels_Vadim B. Mikheev