summaryrefslogtreecommitdiff
path: root/src/backend/commands/comment.c
Commit message (Expand)AuthorAgeFilesLines
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-081-1/+2
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-051-1/+1
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-301-4/+0
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-281-2/+3
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-470/+521
* Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane2000-03-171-9/+9
* Bruce,Bruce Momjian2000-01-201-3/+9
* Bruce,Bruce Momjian2000-01-181-0/+10
* setheapoverride() is history. Uses replaced with CommandCounterIncrement()Tom Lane2000-01-171-2/+0
* CommentProc was careless about too many arguments.Tom Lane2000-01-121-51/+50
* Make number of args to a function configurable.Bruce Momjian2000-01-101-99/+99
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-161-1/+1
* Add pg_statistic index, add missing Hiroshi file.Bruce Momjian1999-11-241-1/+1
* Rename heap_replace to heap_update.Bruce Momjian1999-11-241-2/+2
* Add system indexes to match all caches.Bruce Momjian1999-11-221-8/+8
* Changed pg_rewrite attributes ev_qual and ev_action to the newJan Wieck1999-11-181-1/+1
* Hello.Bruce Momjian1999-10-261-0/+796