aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/scansup.c
Commit message (Expand)AuthorAge
* Update copyright for 2018Bruce Momjian2018-01-02
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Introduce parse_ident()Teodor Sigaev2016-03-18
* Update copyright for 2016Bruce Momjian2016-01-02
* Update copyright for 2015Bruce Momjian2015-01-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Don't downcase non-ascii identifier chars in multi-byte encodings.Andrew Dunstan2013-06-08
* Update copyrights for 2013Bruce Momjian2013-01-01
* Properly escape usernames in initdb, so names with single-quotes areBruce Momjian2012-08-15
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Adjust comments about avoiding use of printf's %.*s.Tom Lane2010-05-09
* Work around a subtle portability problem in use of printf %s format.Tom Lane2010-05-08
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Remove plpgsql's separate lexer (finally!), in favor of using the core lexerTom Lane2009-11-12
* Update copyright for 2009.Bruce Momjian2009-01-01
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane2006-09-22
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* I have added these macros to c.h:Bruce Momjian2005-12-25
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Implement a solution to the 'Turkish locale downcases I incorrectly'Tom Lane2004-02-21
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Update copyrights to 2003.Bruce Momjian2003-08-04
* Be careful to include postgres.h *before* any system headers, to ensureTom Lane2002-09-05
* Update copyright to 2002.Bruce Momjian2002-06-20
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Add:Bruce Momjian2000-01-26
* Eliminate token length assumption in scanstr().Tom Lane1999-09-11
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Add config.h as needed.Bruce Momjian1999-07-17
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* pgindent run over code.Bruce Momjian1999-05-25
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Simplify scanstr(), fix broken octal-escape code.Tom Lane1999-02-07
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Cleanup up include files.Bruce Momjian1997-11-26
* Break parser functions into smaller files, group together.Bruce Momjian1997-11-25
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08