summaryrefslogtreecommitdiff
path: root/src/backend/parser/scansup.c
Commit message (Expand)AuthorAgeFilesLines
* Don't downcase non-ascii identifier chars in multi-byte encodings.Andrew Dunstan2013-06-081-3/+5
* Work around a subtle portability problem in use of printf %s format.Tom Lane2010-05-081-3/+13
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane2006-09-221-1/+24
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-2/+1
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* I have added these macros to c.h:Bruce Momjian2005-12-251-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-12/+12
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-12/+13
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Implement a solution to the 'Turkish locale downcases I incorrectly'Tom Lane2004-02-211-2/+76
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Be careful to include postgres.h *before* any system headers, to ensureTom Lane2002-09-051-2/+2
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-2/+1
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-2/+2
* Add:Bruce Momjian2000-01-261-2/+3
* Eliminate token length assumption in scanstr().Tom Lane1999-09-111-5/+7
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-2/+1
* Add config.h as needed.Bruce Momjian1999-07-171-3/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+1
* pgindent run over code.Bruce Momjian1999-05-251-3/+5
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Simplify scanstr(), fix broken octal-escape code.Tom Lane1999-02-071-71/+50
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-2/+2
* Cleanup up include files.Bruce Momjian1997-11-261-2/+3
* Break parser functions into smaller files, group together.Bruce Momjian1997-11-251-2/+1
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-55/+55
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-83/+90
* Remove quote removal. Moved to parser.Bruce Momjian1996-11-151-29/+3
* Remove ESCAPE_PATCH defineBruce Momjian1996-11-041-5/+1
* added #include "config.h" for ESCAPE_PATCH defineMarc G. Fournier1996-08-271-1/+4
* Finished merging in src/backend from Dr. George's source treeMarc G. Fournier1996-07-231-2/+6
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+148