index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
mb
/
conversion_procs
/
ascii_and_mic
Commit message (
Expand
)
Author
Age
*
Remove no-longer-required function declarations.
Tom Lane
2015-05-24
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Add file version information to most installed Windows binaries.
Noah Misch
2014-07-14
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
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
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Replace argument-checking Asserts with regular test-and-elog checks in all
Tom Lane
2009-01-29
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Replace useless uses of := by = in makefiles.
Peter Eisentraut
2007-02-09
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Magic blocks don't do us any good unless we use 'em ... so install one
Tom Lane
2006-05-30
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Suppress signed-vs-unsigned-char warnings.
Tom Lane
2005-09-24
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
make sure the $Id tags are converted to $PostgreSQL as well ...
PostgreSQL Daemon
2003-11-29
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
*
Add missing semicolons to a few PG_FUNCTION_INFO_V1 calls.
Tom Lane
2002-10-26
*
Change Assert(len > 0) to Assert(len >= 0)
Tatsuo Ishii
2002-09-13
*
pgindent run.
Bruce Momjian
2002-09-04
*
Remove erroneous character from Makefile due to editor error.
Bruce Momjian
2002-08-22
*
Add a bunch of pseudo-types to replace the behavior formerly associated
Tom Lane
2002-08-22
*
Changes made so new conversion Makefiles will build out of the source tree.
Bruce Momjian
2002-08-21
*
Add Cyrillic and other encodings for encoding conversion.
Tatsuo Ishii
2002-08-14