Commit Graph

121 Commits (eb0d00a9becb865c51c4e4c43f522d5c20addfe3)

Author SHA1 Message Date
Bruce Momjian caad817d1c Add fprintf() custom version to libpgport. 21 years ago
Bruce Momjian 0542b1e2fe Use _() macro consistently rather than gettext(). Add translation 21 years ago
PostgreSQL Daemon 2ff501590b Tag appropriate files for rc3 21 years ago
Dennis Bjorklund dbff17a8c8 Added a call to gettext() to fix broken translated error messages. 22 years ago
Bruce Momjian da9a8649d8 Update copyright to 2004. 22 years ago
Tom Lane 04ab0cb5c1 Remove some no-longer-needed #includes. 22 years ago
Tom Lane 58e705320e Implement dollar-quoting in the backend lexer and psql. Documentation 22 years ago
Tom Lane 59f9a0b9df Implement a solution to the 'Turkish locale downcases I incorrectly' 22 years ago
Tom Lane 737f1cd44b Cosmetic changes (mostly whitespace) to make it easier to diff the 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Peter Eisentraut 172b125578 Make sure that -- comments extend to the end of the line. This fixes the 23 years ago
Bruce Momjian f3c3deb7d0 Update copyrights to 2003. 23 years ago
Tom Lane 216311d590 First bits of work on error message editing. 23 years ago
Tom Lane 1bd22f55cf Disallow dollar sign in operator names, instead allow it as a non-first 23 years ago
Tom Lane 5666462f2e Ensure that in all flex lexers that are part of the backend, a 23 years ago
Tom Lane 9fbd52808e Adopt latest bison's spelling of 'syntax error' rather than 'parse error' 23 years ago
Tom Lane 982430f846 Put back encoding-conversion step in processing of incoming queries; 23 years ago
Tom Lane f690920a75 Infrastructure for upgraded error reporting mechanism. elog.c is 23 years ago
Tom Lane ad18b10181 Add cast to suppress compile warning on Alphas. 23 years ago
Tom Lane 7f660090e5 Remove unnecessary inclusion, per Andreas. 24 years ago
Tatsuo Ishii ed7baeaf4d Remove #ifdef MULTIBYTE per hackers list discussion. 24 years ago
Tom Lane 2efb8e8070 Code review for 'at character n' patch --- point at proper end of 24 years ago
Bruce Momjian 54124240ae In that case, attached is a patch which locates the beginning of the 24 years ago
Thomas G. Lockhart 043f9eb90a Implement hex literal conversion to bit string literal. 24 years ago
Thomas G. Lockhart 90edb265e3 Implement SQL99 CREATE CAST and DROP CAST statements. 24 years ago
Bruce Momjian d84fe82230 Update copyright to 2002. 24 years ago
Thomas G. Lockhart ea01a451cc Implement SQL99 OVERLAY(). Allows substitution of a substring in a string. 24 years ago
Tom Lane 3220fd2138 Tweak scanner/grammar interface so that the keyword-as-identifier rules 24 years ago
Tom Lane 61446e0927 Improve lexer's error reporting. You get the whole token mentioned now 24 years ago
Peter Eisentraut 32c6c99e0b Scanner performance improvements 24 years ago
Bruce Momjian 92288a1cf9 Change made to elog: 24 years ago
Tom Lane 09e99a1082 Change addlit() to not assume its input is null-terminated, so that we 25 years ago
Peter Eisentraut 309401a7b6 Fix misscanning of """" (an identifier consisting of one double-quote). 25 years ago
Tom Lane b32cac8055 Fix Joubert's complaint that int8-sized numeric literals are mishandled 25 years ago
Tom Lane be92ad49e0 Change case-folding of keywords to conform to SQL99 and fix misbehavior 25 years ago
Peter Eisentraut 67849c84d6 Use elog() instead of exit() for fatal scanner errors. 25 years ago
Bruce Momjian 623bf843d2 Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 25 years ago
Tom Lane a27b691e29 Ensure that all uses of <ctype.h> functions are applied to unsigned-char 25 years ago
Peter Eisentraut 6b19803e06 Make a pstrdup copy of the literalbuf when scanning a bit string. Other- 26 years ago
Tom Lane db263da468 Peter forgot to fix {operator} rule to match modified definition of 26 years ago
Peter Eisentraut 0babf31640 Change internal string representation of BitString node to include a 26 years ago
Peter Eisentraut 73874a06f0 Change the parser to convert SQL "position" and "substring" syntax to 26 years ago
Peter Eisentraut d397c1c8a2 Disallow zero-length delimited identifier (per SQL). 26 years ago
Peter Eisentraut 86f0812520 Remove special treatment of '|' operator, in the spirit of "sane" binary 26 years ago
Tom Lane ed5003c584 First cut at full support for OUTER JOINs. There are still a few loose 26 years ago
Tatsuo Ishii 84d0865d03 Make scanner multibyte aware. Currently it may produce an incorrect 26 years ago
Tom Lane 766fb7f707 Mop-up for removal of ':' and ';' operators ... like, say, actually 26 years ago
Thomas G. Lockhart df40234639 Support SQL99 embedded double-quote syntax for quoted identifiers. 26 years ago
Thomas G. Lockhart be703cd9e8 Implement nested block comments in the backend and in psql. 26 years ago
Peter Eisentraut 44d1abebb4 Big warnings cleanup for Solaris/GCC. Down to about 40 now, but 26 years ago