aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/scansup.c
Commit message (Expand)AuthorAge
* Update copyright for 2025Bruce Momjian2025-01-01
* Update copyright for 2024Bruce Momjian2024-01-03
* Handle \v as a whitespace character in parsersMichael Paquier2023-07-06
* Update copyright for 2023Bruce Momjian2023-01-02
* Update copyright for 2022Bruce Momjian2022-01-07
* Update copyright for 2021Bruce Momjian2021-01-02
* Make postgres.bki use the same literal-string syntax as postgresql.conf.Tom Lane2020-10-04
* Mop up some no-longer-necessary hacks around printf %.*s format.Tom Lane2020-06-29
* Update copyrights for 2020Bruce Momjian2020-01-01
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Update copyright for 2019Bruce Momjian2019-01-02
* 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