- 08 Jul, 1999 1 commit
-
-
Bruce Momjian authored
-
- 12 May, 1999 1 commit
-
-
Thomas G. Lockhart authored
the obvious conversion. Define a new pattern "decimal" which is non-exponential floating point for use with numeric() and decimal() types.
-
- 03 May, 1999 1 commit
-
-
Bruce Momjian authored
been applied. The patches are in the .tar.gz attachment at the end: varchar-array.patch this patch adds support for arrays of bpchar() and varchar(), which where always missing from postgres. These datatypes can be used to replace the _char4, _char8, etc., which were dropped some time ago. block-size.patch this patch fixes many errors in the parser and other program which happen with very large query statements (> 8K) when using a page size larger than 8192. This patch is needed if you want to submit queries larger than 8K. Postgres supports tuples up to 32K but you can't insert them because you can't submit queries larger than 8K. My patch fixes this problem. The patch also replaces all the occurrences of `8192' and `1<<13' in the sources with the proper constants defined in include files. You should now never find 8192 hardwired in C code, just to make code clearer. -- Massimo Dal Zotto
-
- 17 Mar, 1999 1 commit
-
-
Bruce Momjian authored
-
- 13 Feb, 1999 1 commit
-
-
Bruce Momjian authored
-
- 07 Feb, 1999 1 commit
-
-
Tom Lane authored
-
- 08 Oct, 1998 1 commit
-
-
Bruce Momjian authored
-
- 01 Sep, 1998 1 commit
-
-
Bruce Momjian authored
-
- 29 Aug, 1998 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 16 Jun, 1998 1 commit
-
-
Bruce Momjian authored
I have implemented a framework of encoding translation between the backend and the frontend. Also I have added a new variable setting command: SET CLIENT_ENCODING TO 'encoding'; Other features include: Latin1 support more 8 bit cleaness See doc/README.mb for more details. Note that the pacthes are against May 30 snapshot. Tatsuo Ishii
-
- 09 May, 1998 1 commit
-
-
Thomas G. Lockhart authored
Reintroduce fixes for unary minus parsing with leading spaces.
-
- 08 Apr, 1998 1 commit
-
-
Thomas G. Lockhart authored
Will re-introduce for v6.4 but requires fixes for automatic type conversion beforehand.
-
- 18 Mar, 1998 1 commit
-
-
Thomas G. Lockhart authored
Make "TABLE" optional in "LOCK TABLE" command and "... INTO TABLE..." clause. Explicitly parse CREATE SEQUENCE options to allow a negative integer as an argument; this is an artifact of unary minus handling in scan.l. Add "PASSWORD" as an allowed column identifier. These fixes will require a "make clean install" but not a dump/reload.
-
- 18 Feb, 1998 1 commit
-
-
Thomas G. Lockhart authored
minus. Example is SELECT f1-2 FROM INT4_TBL;
-
- 11 Feb, 1998 1 commit
-
-
Thomas G. Lockhart authored
Throw elog(NOTICE) to flag promotion.
-
- 05 Jan, 1998 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 05 Dec, 1997 1 commit
-
-
Bruce Momjian authored
-
- 30 Nov, 1997 1 commit
-
-
Thomas G. Lockhart authored
No functional changes this time!
-
- 20 Nov, 1997 1 commit
-
-
Bruce Momjian authored
-
- 17 Nov, 1997 1 commit
-
-
Thomas G. Lockhart authored
Check decoding of integer in x - y syntax (already done for most ints).
-
- 14 Nov, 1997 1 commit
-
-
Thomas G. Lockhart authored
in flex-specific code.
-
- 30 Oct, 1997 3 commits
-
-
Thomas G. Lockhart authored
Remove unused ScanString variable and code.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 15 Oct, 1997 1 commit
-
-
Thomas G. Lockhart authored
Allows the following example: select 'first string' '---' 'last string'; to be output as 'first string---last string'.
-
- 25 Sep, 1997 1 commit
-
-
Thomas G. Lockhart authored
Should be changed for v6.3!
-
- 24 Sep, 1997 1 commit
-
-
Thomas G. Lockhart authored
like newline inside quoted strings.
-
- 13 Sep, 1997 1 commit
-
-
Thomas G. Lockhart authored
Remove "backdoor" for DEFAULT and CHECK.
-
- 12 Sep, 1997 1 commit
-
-
Vadim B. Mikheev authored
-
- 08 Sep, 1997 1 commit
-
-
Bruce Momjian authored
-
- 05 Sep, 1997 2 commits
-
-
Vadim B. Mikheev authored
Fix it for lex.
-
Bruce Momjian authored
-
- 02 Sep, 1997 1 commit
-
-
Thomas G. Lockhart authored
and O'Reilly "lex & yacc" book claims ATT-lex has trouble with comments.
-
- 01 Sep, 1997 1 commit
-
-
Thomas G. Lockhart authored
Implement extended comments ("/* ... */") using exclusive states. Modify definitions of operators to remove some restrictions on characters and character order.
-
- 20 Aug, 1997 1 commit
-
-
Vadim B. Mikheev authored
-
- 29 Jun, 1997 1 commit
-
-
Bruce Momjian authored
-
- 02 Mar, 1997 1 commit
-
-
Bruce Momjian authored
-
- 28 Feb, 1997 1 commit
-
-
Bruce Momjian authored
-