summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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
1999-11-24Rename heap_replace to heap_update.Bruce Momjian
1999-11-23Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jpBruce Momjian
1999-11-23ecpg ECPGFree fix from Rene Hogendoorn.Bruce Momjian
1999-11-23Update opclass to be non-unique.Bruce Momjian
1999-11-22Add system indexes to match all caches.Bruce Momjian
1999-11-22Clean up some problems in error recovery --- elog() was pretty brokenTom Lane
1999-11-21Combine index_info and find_secondary_indexes into a single routine thatTom Lane
1999-11-21Clean up comments.Tom Lane
1999-11-21Change backend-side COPY to write files with permissions 644 not 666Tom Lane
1999-11-21Repair problem exposed by Jan's new parallel-regression-test scaffold:Tom Lane
1999-11-18Fix for arm32 and fix for dbname with dash.Bruce Momjian
1999-11-18Changed pg_rewrite attributes ev_qual and ev_action to the newJan Wieck
1999-11-17Some minor corrections to the LZ compression. In fact I wanted toJan Wieck
1999-11-17The new LZ compression and an lztext data type based on it.Jan Wieck
1999-11-16Modify elog() logic so that it won't try to longjmp(Warn_restart) beforeTom Lane
1999-11-16Commit to make clearer distinction for temp names and real names.Bruce Momjian
1999-11-15Clean up possible memory leakage in nodeSubplanTom Lane
1999-11-15Implement subselects in target lists. Also, relax requirement thatTom Lane
1999-11-12Fix ExecSubPlan to handle nulls per the SQL spec --- it didn't combineTom Lane
1999-11-07New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian
1999-11-06Add Linux ARM.Bruce Momjian
1999-11-04Improve getopt and readline support, from Peter Eisentraut.Bruce Momjian