| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bad oid in table. | Bruce Momjian | 1998-03-07 | 1 | -3/+3 |
* | Get rid of those pesky long constants, 'l'. Has no affect. | Bruce Momjian | 1998-03-04 | 1 | -63/+63 |
* | From: Darren King <darrenk@insightdist.com> | Marc G. Fournier | 1998-03-02 | 2 | -5/+5 |
* | Last minute clean up for SunOS... | Marc G. Fournier | 1998-03-02 | 2 | -4/+6 |
* | Fix boolean operator declarations for path to return boolean, not float8. | Thomas G. Lockhart | 1998-03-01 | 1 | -11/+11 |
* | From: "Billy G. Allie" <Bill.Allie@mug.org> | Marc G. Fournier | 1998-03-01 | 3 | -14/+67 |
* | ExecReScan for MergeJoin. | Vadim B. Mikheev | 1998-02-27 | 1 | -1/+2 |
* | index_markpos()/index_restrpos() are in use now. | Vadim B. Mikheev | 1998-02-26 | 1 | -1/+3 |
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 130 | -1023/+1298 |
* | pg_user.h is obseleted in favor of pg_shadow.h | Marc G. Fournier | 1998-02-25 | 1 | -101/+0 |
* | From: Jan Wieck <jwieck@debis.com> | Marc G. Fournier | 1998-02-25 | 6 | -11/+116 |
* | From: "Denis V. Dmitrienko" <denis@null.net> | Marc G. Fournier | 1998-02-24 | 2 | -1/+12 |
* | From: t-ishii@sra.co.jp | Marc G. Fournier | 1998-02-24 | 2 | -2/+5 |
* | Various fixes for string.h vs strings.h | Marc G. Fournier | 1998-02-24 | 1 | -0/+6 |
* | From: Jan Wieck <jwieck@debis.com> | Marc G. Fournier | 1998-02-24 | 1 | -3/+3 |
* | Add an '#include <sys/types.h>' for the netinet/in.h section | Marc G. Fournier | 1998-02-24 | 1 | -0/+1 |
* | Quick cleanups | Marc G. Fournier | 1998-02-23 | 1 | -2/+2 |
* | From: Jan Wieck <jwieck@debis.com> | Marc G. Fournier | 1998-02-23 | 2 | -2/+5 |
* | ExecReScan for Unique & Sort nodes. | Vadim B. Mikheev | 1998-02-23 | 3 | -3/+6 |
* | Constlen can be -1, so make it a signed type. | Bruce Momjian | 1998-02-21 | 2 | -4/+4 |
* | First step done, | Marc G. Fournier | 1998-02-21 | 1 | -1/+2 |
* | *** empty log message *** | Marc G. Fournier | 1998-02-20 | 1 | -0/+31 |
* | Password fix. Now people have to do the REVOKE themselves. | Bruce Momjian | 1998-02-19 | 1 | -2/+2 |
* | GroupState changed. | Vadim B. Mikheev | 1998-02-18 | 1 | -4/+4 |
* | Check for and include <getopt.h> | Marc G. Fournier | 1998-02-18 | 1 | -0/+3 |
* | From: Brian E Gallew <geek+@cmu.edu> | Marc G. Fournier | 1998-02-14 | 1 | -0/+6 |
* | Atttypmod cleanup. | Bruce Momjian | 1998-02-13 | 3 | -7/+8 |
* | From: Zeugswetter Andreas SARZ <Andreas.Zeugswetter@telecom.at> | Marc G. Fournier | 1998-02-13 | 3 | -9/+9 |
* | From: Tom I Helbekkmo <tih@Hamartun.Priv.NO> | Marc G. Fournier | 1998-02-13 | 2 | -1/+18 |
* | Subselects... | Vadim B. Mikheev | 1998-02-13 | 11 | -10/+63 |
* | New SubPlan node for subselects. | Vadim B. Mikheev | 1998-02-13 | 5 | -30/+83 |
* | MemSet cleanup. | Bruce Momjian | 1998-02-12 | 1 | -2/+2 |
* | Memset cleanup | Bruce Momjian | 1998-02-11 | 1 | -11/+9 |
* | Change to MemSet for Alpha. | Bruce Momjian | 1998-02-11 | 1 | -3/+8 |
* | Change int align. | Bruce Momjian | 1998-02-11 | 1 | -8/+3 |
* | Pass around typmod as int16. | Bruce Momjian | 1998-02-10 | 10 | -28/+21 |
* | Pass attypmod through to executor by adding to Var and Resdom. | Bruce Momjian | 1998-02-10 | 7 | -30/+18 |
* | atttypmod now -1. | Bruce Momjian | 1998-02-07 | 1 | -218/+218 |
* | Update now that attcacheoff initial value is -1 always. | Bruce Momjian | 1998-02-06 | 2 | -4/+4 |
* | FIx for atttypmod on system tables. | Bruce Momjian | 1998-02-05 | 1 | -4/+4 |
* | func_error() changed so that if caller is passed with NULL value, its | Marc G. Fournier | 1998-02-05 | 1 | -2/+2 |
* | Fix up this so that it also doesn't use a caller variable... | Marc G. Fournier | 1998-02-05 | 1 | -2/+2 |
* | Port specific, compiler specfied for SGI/Irix5 | Marc G. Fournier | 1998-02-05 | 1 | -3/+3 |
* | Cleanup getattr code. Make CHAR() use attcacheoff. | Bruce Momjian | 1998-02-04 | 1 | -2/+2 |
* | Subselects with =, >, etc. | Bruce Momjian | 1998-02-03 | 1 | -2/+2 |
* | Define boolean functions and operators for lseg <, <=, <>, >=, >. | Thomas G. Lockhart | 1998-02-03 | 3 | -230/+267 |
* | Use proper symbol for hpux | Marc G. Fournier | 1998-02-03 | 1 | -3/+3 |
* | Fix for various aix related 'mis-defines' | Marc G. Fournier | 1998-02-03 | 3 | -9/+9 |
* | Parser cleanup for expr and subqueries. | Bruce Momjian | 1998-02-03 | 1 | -1/+2 |
* | From: teunis <teunis@mauve.computersupportcentre.com> | Marc G. Fournier | 1998-02-03 | 1 | -0/+9 |