aboutsummaryrefslogtreecommitdiff
path: root/src/tutorial
Commit message (Expand)AuthorAge
* Update copyrights for 2020Bruce Momjian2020-01-01
* Add .gitignore to src/tutorial/Michael Paquier2019-11-22
* Remove traces of version-0 calling convention in src/tutorial/Michael Paquier2019-11-22
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* SQL comment: remove extra word in heading commentBruce Momjian2019-01-25
* Update copyright for 2019Bruce Momjian2019-01-02
* Deduplicate "invalid input syntax" messages for various types.Andres Freund2018-07-22
* Update copyright for 2018Bruce Momjian2018-01-02
* Distinguish selectivity of < from <= and > from >=.Tom Lane2017-09-13
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Recommend wrappers of PG_DETOAST_DATUM_PACKED().Noah Misch2017-03-12
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Update copyright for 2016Bruce Momjian2016-01-02
* Remove no-longer-required function declarations.Tom Lane2015-05-24
* Update copyright for 2015Bruce Momjian2015-01-06
* Adjust blank lines around PG_MODULE_MAGIC defines, for consistencyBruce Momjian2014-07-10
* pgindent run for 9.4Bruce Momjian2014-05-06
* Rename 'gmake' to 'make' in docs and recommended commandsBruce Momjian2014-02-12
* Update copyright for 2014Bruce Momjian2014-01-07
* Add more use of psprintf()Peter Eisentraut2014-01-06
* Modernize string literal syntax in tutorial example.Tom Lane2013-01-19
* Update copyrights for 2013Bruce Momjian2013-01-01
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-19
* Remove copyright mention of Andrew Yu, per author's permission.Bruce Momjian2010-02-02
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-17
* Implement a few changes to how shared libraries and dynamically loadablePeter Eisentraut2008-04-07
* More README src cleanups.Bruce Momjian2008-03-21
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Fix PGXS conventions so that extensions can be built against PostgresTom Lane2007-06-26
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-27
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-23
* Fix some misuses of strncat().Tom Lane2006-09-27
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Revert part of recent include patch not ready for application.Bruce Momjian2006-07-14
* Add additional includes needed on some platforms.Bruce Momjian2006-07-14
* Remove extremely old, incomplete, broken example code.Tom Lane2006-06-05
* Make PG_MODULE_MAGIC required in shared libraries that are loaded intoTom Lane2006-05-31
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-30
* Change \; to ; in RULE, \; unnecessary.Bruce Momjian2006-05-22
* Use SQL standard '' rather than \' for tutorial/sample code.Bruce Momjian2006-05-11
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-11