| Commit message (Expand) | Author | Age |
* | Create a new parsetree node type, TypeCast, so that transformation of | Tom Lane | 2000-01-17 |
* | Included all yacc and lex files into the distribution. | Peter Eisentraut | 2000-01-16 |
* | Clean up problems with rounding/overflow code in NUMERIC, particularly | Tom Lane | 2000-01-15 |
* | Fix a passel of problems with incorrect calls to typinput and typoutput | Tom Lane | 2000-01-15 |
* | - Allow array on int8 | Peter Eisentraut | 2000-01-15 |
* | Fixed all elog related warnings, as well as a few others. | Peter Eisentraut | 2000-01-15 |
* | * User management commands no longer user pg_exec_query_dest -> more robust | Peter Eisentraut | 2000-01-14 |
* | Bump catversion to ensure initdb. | Tom Lane | 2000-01-14 |
* | Revise quoting conventions in outfuncs/readfuncs so that nodeRead doesn't | Tom Lane | 2000-01-14 |
* | Fixed everything in and surrounding createdb and dropdb to make it more | Peter Eisentraut | 2000-01-13 |
* | Make FUNC_MAX_ARGS equal INDEX_MAX_KEYS, as it should. | Tom Lane | 2000-01-11 |
* | Ah-hah, there are attribute size constants lurking here too. | Tom Lane | 2000-01-11 |
* | Use symbolic INDEX_MAX_KEYS in pg_type entries for oidvector | Tom Lane | 2000-01-11 |
* | Remove no-longer-used symbols. | Tom Lane | 2000-01-11 |
* | More fixes, but still need +1 for FUNC_MAX_ARGS | Bruce Momjian | 2000-01-11 |
* | Fix initdb so it works, but still only for 8. | Bruce Momjian | 2000-01-10 |
* | Cleanup for func args > 8. | Bruce Momjian | 2000-01-10 |
* | Update fmgr to allow 32 arguments. | Bruce Momjian | 2000-01-10 |
* | Make number of args to a function configurable. | Bruce Momjian | 2000-01-10 |
* | Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions. | Bruce Momjian | 2000-01-10 |
* | Improve cache invalidation handling. Eespecially | Hiroshi Inoue | 2000-01-10 |
* | Move fixes for >8 indexed fields. | Bruce Momjian | 2000-01-10 |
* | Move INDEX_MAX_KEYS to postgres.h, and make it configurable for users. | Bruce Momjian | 2000-01-10 |
* | Add SetPidFile() and friends. | Tatsuo Ishii | 2000-01-09 |
* | Another round of planner/optimizer work. This is just restructuring and | Tom Lane | 2000-01-09 |
* | Modify PageIsEmpty and PageGetMaxOffsetNumber macros to behave sanely | Tom Lane | 2000-01-08 |
* | Sorry, that I send this letter/patch again, but previous sending is | Bruce Momjian | 2000-01-07 |
* | Changed "triggered data change violation" detection code | Jan Wieck | 2000-01-06 |
* | Fix it's and its to be correct. | Bruce Momjian | 2000-01-05 |
* | Update length of timestamp to 30. | Bruce Momjian | 2000-01-02 |
* | Clean up datatypes and comments for op_class() routine. | Tom Lane | 1999-12-31 |
* | Repair bugs discussed in pghackers thread of 15 May 1999: creation of a | Tom Lane | 1999-12-30 |
* | Removed LZTEXT datatype as discussed. | Jan Wieck | 1999-12-28 |
* | update_pg_pwd() is an AR trigger. Corrected return type. | Jan Wieck | 1999-12-21 |
* | Added empty TOASTER files and corrected some minor glitches | Jan Wieck | 1999-12-21 |
* | Required catalog changes for extended LONG attribute storage. | Jan Wieck | 1999-12-20 |
* | Clean up some minor gcc warnings. | Tom Lane | 1999-12-20 |
* | Avoid compiler warnings on systems that have snprintf and/or vsnprintf | Tom Lane | 1999-12-20 |
* | This is my -- hopefully sufficiently portable -- attempt at cleaning out | Bruce Momjian | 1999-12-17 |
* | Some changes to prepare for LONG attributes. | Jan Wieck | 1999-12-16 |
* | Here's the Create/Alter/Drop Group stuff that's been really overdue. I | Bruce Momjian | 1999-12-16 |
* | I have done the QNX4 port with the current source tree. The number of | Bruce Momjian | 1999-12-16 |
* | fix_parsetree_attnums was not nearly smart enough about walking parse | Tom Lane | 1999-12-14 |
* | Depending on my interpreting (and programming) skills, this might solve | Bruce Momjian | 1999-12-14 |
* | aggregate(DISTINCT ...) works, per SQL spec. | Tom Lane | 1999-12-13 |
* | any_ordering_op()'s argument should be declared Oid not int. | Tom Lane | 1999-12-12 |
* | I'm in TODO mood today ... | Bruce Momjian | 1999-12-12 |
* | Added global variable to have RI triggers override | Jan Wieck | 1999-12-10 |
* | Fix memory overrun while setting ps status | Tatsuo Ishii | 1999-12-10 |
* | Teach grammar and parser about aggregate(DISTINCT ...). No implementation | Tom Lane | 1999-12-10 |