summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2000-01-11Make FUNC_MAX_ARGS equal INDEX_MAX_KEYS, as it should.Tom Lane
2000-01-11Ah-hah, there are attribute size constants lurking here too.Tom Lane
2000-01-11Use symbolic INDEX_MAX_KEYS in pg_type entries for oidvectorTom Lane
2000-01-11Remove no-longer-used symbols.Tom Lane
2000-01-11More fixes, but still need +1 for FUNC_MAX_ARGSBruce Momjian
2000-01-10Fix initdb so it works, but still only for 8.Bruce Momjian
2000-01-10Cleanup for func args > 8.Bruce Momjian
2000-01-10Update fmgr to allow 32 arguments.Bruce Momjian
2000-01-10Make number of args to a function configurable.Bruce Momjian
2000-01-10Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.Bruce Momjian
2000-01-10Improve cache invalidation handling. EespeciallyHiroshi Inoue
2000-01-10Move fixes for >8 indexed fields.Bruce Momjian
2000-01-10Move INDEX_MAX_KEYS to postgres.h, and make it configurable for users.Bruce Momjian
2000-01-09Add SetPidFile() and friends.Tatsuo Ishii
2000-01-09Another round of planner/optimizer work. This is just restructuring andTom Lane
2000-01-08Modify PageIsEmpty and PageGetMaxOffsetNumber macros to behave sanelyTom Lane
2000-01-07Sorry, that I send this letter/patch again, but previous sending isBruce Momjian
2000-01-06Changed "triggered data change violation" detection codeJan Wieck
2000-01-05Fix it's and its to be correct.Bruce Momjian
2000-01-02Update length of timestamp to 30.Bruce Momjian
1999-12-31Clean up datatypes and comments for op_class() routine.Tom Lane
1999-12-30Repair bugs discussed in pghackers thread of 15 May 1999: creation of aTom Lane
1999-12-28Removed LZTEXT datatype as discussed.Jan Wieck
1999-12-21update_pg_pwd() is an AR trigger. Corrected return type.Jan Wieck
1999-12-21Added empty TOASTER files and corrected some minor glitchesJan Wieck
1999-12-20Required catalog changes for extended LONG attribute storage.Jan Wieck
1999-12-20Clean up some minor gcc warnings.Tom Lane
1999-12-20Avoid compiler warnings on systems that have snprintf and/or vsnprintfTom Lane
1999-12-17This is my -- hopefully sufficiently portable -- attempt at cleaning outBruce Momjian
1999-12-16Some changes to prepare for LONG attributes.Jan Wieck
1999-12-16Here's the Create/Alter/Drop Group stuff that's been really overdue. IBruce Momjian
1999-12-16I have done the QNX4 port with the current source tree. The number ofBruce Momjian
1999-12-14fix_parsetree_attnums was not nearly smart enough about walking parseTom Lane
1999-12-14Depending on my interpreting (and programming) skills, this might solveBruce Momjian
1999-12-13aggregate(DISTINCT ...) works, per SQL spec.Tom Lane
1999-12-12any_ordering_op()'s argument should be declared Oid not int.Tom Lane
1999-12-12I'm in TODO mood today ...Bruce Momjian
1999-12-10Added global variable to have RI triggers overrideJan Wieck
1999-12-10Fix memory overrun while setting ps statusTatsuo Ishii
1999-12-10Teach grammar and parser about aggregate(DISTINCT ...). No implementationTom Lane
1999-12-10Rename several destroy* functions/tags to drop*.Bruce Momjian
1999-12-09Replace generic 'Illegal use of aggregates' error message with one thatTom Lane
1999-12-08Fix indexing of cidr.Bruce Momjian
1999-12-08CleanupBruce Momjian
1999-12-06Completed FOREIGN KEY syntax.Jan Wieck
1999-12-01Improve descriptions of date/time functions.Bruce Momjian
1999-11-30create/alter user extensionBruce Momjian
1999-11-25Added another single byte oriented decompressor, useful forJan Wieck
1999-11-24Cleanup for pg_statistic commit.Bruce Momjian
1999-11-24Add pg_statistic index, add missing Hiroshi file.Bruce Momjian