aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_oper.c
Commit message (Expand)AuthorAge
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-08
* Clean up code in analyze.c for SERIAL data type.Thomas G. Lockhart1998-09-25
* Use oper_select_candidate() for unary operatorsThomas G. Lockhart1998-09-16
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-19
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-27
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* Do type conversion to match columns in UNION clauses.Thomas G. Lockhart1998-05-29
* Add capabilities for automatic type conversion.Thomas G. Lockhart1998-05-09
* This patch...Bruce Momjian1998-04-27
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Parser cleanup.Bruce Momjian1998-01-20
* New pg_attribute.atttypmod for type-specific information likeBruce Momjian1998-01-16
* Fix:Marc G. Fournier1998-01-15
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-05
* Change precedence for boolean operators to match expected behavior.Thomas G. Lockhart1998-01-01
* Make parser functions static where possible.Bruce Momjian1997-11-26
* Cleanup up include files.Bruce Momjian1997-11-26
* Break parser functions into smaller files, group together.Bruce Momjian1997-11-25