| Age | Commit message (Expand) | Author |
| 1998-02-27 | ExecReScan for MergeJoin. | Vadim B. Mikheev |
| 1998-02-26 | index_markpos()/index_restrpos() are in use now. | Vadim B. Mikheev |
| 1998-02-26 | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian |
| 1998-02-25 | pg_user.h is obseleted in favor of pg_shadow.h | Marc G. Fournier |
| 1998-02-25 | From: Jan Wieck <jwieck@debis.com> | Marc G. Fournier |
| 1998-02-24 | From: "Denis V. Dmitrienko" <denis@null.net> | Marc G. Fournier |
| 1998-02-24 | From: t-ishii@sra.co.jp | Marc G. Fournier |
| 1998-02-24 | Various fixes for string.h vs strings.h | Marc G. Fournier |
| 1998-02-24 | From: Jan Wieck <jwieck@debis.com> | Marc G. Fournier |
| 1998-02-24 | Add an '#include <sys/types.h>' for the netinet/in.h section | Marc G. Fournier |
| 1998-02-23 | Quick cleanups | Marc G. Fournier |
| 1998-02-23 | From: Jan Wieck <jwieck@debis.com> | Marc G. Fournier |
| 1998-02-23 | ExecReScan for Unique & Sort nodes. | Vadim B. Mikheev |
| 1998-02-21 | Constlen can be -1, so make it a signed type. | Bruce Momjian |
| 1998-02-21 | First step done, | Marc G. Fournier |
| 1998-02-20 | *** empty log message *** | Marc G. Fournier |
| 1998-02-19 | Password fix. Now people have to do the REVOKE themselves. | Bruce Momjian |
| 1998-02-18 | GroupState changed. | Vadim B. Mikheev |
| 1998-02-18 | Check for and include <getopt.h> | Marc G. Fournier |
| 1998-02-14 | From: Brian E Gallew <geek+@cmu.edu> | Marc G. Fournier |
| 1998-02-13 | Atttypmod cleanup. | Bruce Momjian |
| 1998-02-13 | From: Zeugswetter Andreas SARZ <Andreas.Zeugswetter@telecom.at> | Marc G. Fournier |
| 1998-02-13 | From: Tom I Helbekkmo <tih@Hamartun.Priv.NO> | Marc G. Fournier |
| 1998-02-13 | Subselects... | Vadim B. Mikheev |
| 1998-02-13 | New SubPlan node for subselects. | Vadim B. Mikheev |
| 1998-02-12 | MemSet cleanup. | Bruce Momjian |
| 1998-02-11 | Memset cleanup | Bruce Momjian |
| 1998-02-11 | Change to MemSet for Alpha. | Bruce Momjian |
| 1998-02-11 | Change int align. | Bruce Momjian |
| 1998-02-10 | Pass around typmod as int16. | Bruce Momjian |
| 1998-02-10 | Pass attypmod through to executor by adding to Var and Resdom. | Bruce Momjian |
| 1998-02-07 | atttypmod now -1. | Bruce Momjian |
| 1998-02-06 | Update now that attcacheoff initial value is -1 always. | Bruce Momjian |
| 1998-02-05 | FIx for atttypmod on system tables. | Bruce Momjian |
| 1998-02-05 | func_error() changed so that if caller is passed with NULL value, its | Marc G. Fournier |
| 1998-02-05 | Fix up this so that it also doesn't use a caller variable... | Marc G. Fournier |
| 1998-02-05 | Port specific, compiler specfied for SGI/Irix5 | Marc G. Fournier |
| 1998-02-04 | Cleanup getattr code. Make CHAR() use attcacheoff. | Bruce Momjian |
| 1998-02-03 | Subselects with =, >, etc. | Bruce Momjian |
| 1998-02-03 | Define boolean functions and operators for lseg <, <=, <>, >=, >. | Thomas G. Lockhart |
| 1998-02-03 | Use proper symbol for hpux | Marc G. Fournier |
| 1998-02-03 | Fix for various aix related 'mis-defines' | Marc G. Fournier |
| 1998-02-03 | Parser cleanup for expr and subqueries. | Bruce Momjian |
| 1998-02-03 | From: teunis <teunis@mauve.computersupportcentre.com> | Marc G. Fournier |
| 1998-02-02 | Fix for ltoa() problem pointed out by Stan Brown <stanb@awod.com> | Marc G. Fournier |
| 1998-02-02 | Move all the isinf() stuff from float.c to isinf.c, and build it according to | Marc G. Fournier |
| 1998-02-01 | From: "Billy G. Allie" <Bill.Allie@mug.org> | Marc G. Fournier |
| 1998-02-01 | Reduce size of inlining. | Bruce Momjian |
| 1998-02-01 | 1. "#ifdef 0" is bad C. ifdef is for checking a macro and 0 is | Marc G. Fournier |
| 1998-01-31 | Inline fastgetattr and others so data access does not use function | Bruce Momjian |