- 17 Jun, 1999 1 commit
-
-
Tom Lane authored
used to overrun its fixed-size arrays before detecting error; not cool). Also, replace uses of magic constant '8' with 'MAXFARGS'.
-
- 29 May, 1999 1 commit
-
-
Tom Lane authored
few percent speedup in INSERT...
-
- 25 May, 1999 1 commit
-
-
Bruce Momjian authored
-
- 22 May, 1999 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 19 May, 1999 1 commit
-
-
Bruce Momjian authored
-
- 10 May, 1999 1 commit
-
-
Bruce Momjian authored
real affect now.
-
- 21 Feb, 1999 1 commit
-
-
Marc G. Fournier authored
From: Tatsuo Ishii <t-ishii@sra.co.jp> Ok. I made patches replacing all of "#if FALSE" or "#if 0" to "#ifdef NOT_USED" for current. I have tested these patches in that the postgres binaries are identical.
-
- 04 Dec, 1998 1 commit
-
-
Thomas G. Lockhart authored
-
- 22 Oct, 1998 1 commit
-
-
Bruce Momjian authored
-
- 08 Oct, 1998 1 commit
-
-
Bruce Momjian authored
-
- 01 Oct, 1998 1 commit
-
-
Bruce Momjian authored
-
- 01 Sep, 1998 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 14 Aug, 1998 1 commit
-
-
Thomas G. Lockhart authored
-
- 08 Jul, 1998 1 commit
-
-
Thomas G. Lockhart authored
Used in the generic "CREATE xxx" parsing. Do some automatic type conversion for inserts from other columns. Previous trouble with "resjunk" regression test remains for now.
-
- 29 May, 1998 1 commit
-
-
Thomas G. Lockhart authored
Currently force the type to match the _first_ select in the union. Move oper_select_candidate() from parse_func.c to parse_oper.c. Throw error inside of oper_inexact() if no match for binary operators. Check more carefully that types can be coerced even if there is only one candidate operator in oper_inexact(). Fix up error messages for more uniform look. Remove unused code. Fix up comments.
-
- 09 May, 1998 1 commit
-
-
Thomas G. Lockhart authored
-