index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
parser
/
scansup.c
Commit message (
Expand
)
Author
Age
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
*
Adjust comments about avoiding use of printf's %.*s.
Tom Lane
2010-05-09
*
Work around a subtle portability problem in use of printf %s format.
Tom Lane
2010-05-08
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Remove plpgsql's separate lexer (finally!), in favor of using the core lexer
Tom Lane
2009-11-12
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only
Tom Lane
2006-09-22
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
I have added these macros to c.h:
Bruce Momjian
2005-12-25
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
Implement a solution to the 'Turkish locale downcases I incorrectly'
Tom Lane
2004-02-21
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
*
Be careful to include postgres.h *before* any system headers, to ensure
Tom Lane
2002-09-05
*
Update copyright to 2002.
Bruce Momjian
2002-06-20
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
*
Add:
Bruce Momjian
2000-01-26
*
Eliminate token length assumption in scanstr().
Tom Lane
1999-09-11
*
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-17
*
Add config.h as needed.
Bruce Momjian
1999-07-17
*
Clean up #include in /include directory. Add scripts for checking includes.
Bruce Momjian
1999-07-15
*
pgindent run over code.
Bruce Momjian
1999-05-25
*
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1999-02-13
*
Simplify scanstr(), fix broken octal-escape code.
Tom Lane
1999-02-07
*
pgindent run before 6.3 release, with Thomas' requested changes.
Bruce Momjian
1998-02-26
*
Cleanup up include files.
Bruce Momjian
1997-11-26
*
Break parser functions into smaller files, group together.
Bruce Momjian
1997-11-25
*
Another PGINDENT run that changes variable indenting and case label indenting...
Bruce Momjian
1997-09-08
*
Massive commit to run PGINDENT on all *.c and *.h files.
Bruce Momjian
1997-09-07
*
Remove quote removal. Moved to parser.
Bruce Momjian
1996-11-15
*
Remove ESCAPE_PATCH define
Bruce Momjian
1996-11-04
*
added #include "config.h" for ESCAPE_PATCH define
Marc G. Fournier
1996-08-27
*
Finished merging in src/backend from Dr. George's source tree
Marc G. Fournier
1996-07-23
*
Postgres95 1.01 Distribution - Virgin Sources
PG95-1_01
Marc G. Fournier
1996-07-09