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