| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove tabs after spaces in C comments | Bruce Momjian | 2014-05-06 | 1 | -1/+1 |
* | Modernize string literal syntax in tutorial example. | Tom Lane | 2013-01-19 | 1 | -7/+12 |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 | 2 | -2/+2 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 | 2 | -2/+2 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 | 2 | -2/+2 |
* | Remove useless whitespace at end of lines | Peter Eisentraut | 2010-11-23 | 5 | -34/+34 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 10 | -10/+10 |
* | Remove extra newlines at end and beginning of files, add missing newlines | Peter Eisentraut | 2010-08-19 | 1 | -2/+1 |
* | Remove copyright mention of Andrew Yu, per author's permission. | Bruce Momjian | 2010-02-02 | 1 | -3/+1 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 2 | -4/+4 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -1/+1 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 2 | -4/+4 |
* | Add $PostgreSQL$ markers to a lot of files that were missing them. | Andrew Dunstan | 2008-05-17 | 1 | -1/+4 |
* | Implement a few changes to how shared libraries and dynamically loadable | Peter Eisentraut | 2008-04-07 | 1 | -3/+1 |
* | More README src cleanups. | Bruce Momjian | 2008-03-21 | 1 | -0/+5 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 2 | -4/+4 |
* | Fix PGXS conventions so that extensions can be built against Postgres | Tom Lane | 2007-06-26 | 1 | -2/+3 |
* | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane | 2007-02-27 | 2 | -6/+6 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 2 | -4/+4 |
* | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane | 2006-12-23 | 1 | -10/+10 |
* | Fix some misuses of strncat(). | Tom Lane | 2006-09-27 | 2 | -10/+12 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -2/+1 |
* | Revert part of recent include patch not ready for application. | Bruce Momjian | 2006-07-14 | 1 | -1/+2 |
* | Add additional includes needed on some platforms. | Bruce Momjian | 2006-07-14 | 1 | -2/+1 |
* | Remove extremely old, incomplete, broken example code. | Tom Lane | 2006-06-05 | 1 | -78/+0 |
* | Make PG_MODULE_MAGIC required in shared libraries that are loaded into | Tom Lane | 2006-05-31 | 1 | -1/+3 |
* | Magic blocks don't do us any good unless we use 'em ... so install one | Tom Lane | 2006-05-30 | 2 | -1/+5 |
* | Change \; to ; in RULE, \; unnecessary. | Bruce Momjian | 2006-05-22 | 1 | -2/+2 |
* | Use SQL standard '' rather than \' for tutorial/sample code. | Bruce Momjian | 2006-05-11 | 1 | -3/+3 |
* | Add CVS tag lines to files that were lacking them. | Bruce Momjian | 2006-03-11 | 2 | -0/+4 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 3 | -6/+6 |
* | This patch makes the error message strings throughout the backend | Neil Conway | 2006-03-01 | 1 | -6/+6 |
* | Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in | Peter Eisentraut | 2006-02-27 | 1 | -23/+23 |
* | Cosmetic code cleanup: fix a bunch of places that used "return (expr);" | Neil Conway | 2006-01-11 | 1 | -1/+1 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 2 | -4/+3 |
* | PGXS should be set with := not =, as specified in the documentation, | Tom Lane | 2005-09-27 | 1 | -2/+2 |
* | Clean up some stray remaining references to pg_shadow, pg_user, pg_group. | Tom Lane | 2005-08-15 | 1 | -14/+13 |
* | Adjust src/tutorial Makefile so that it can use pgxs. This allows the | Tom Lane | 2005-01-13 | 1 | -17/+17 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 3 | -6/+6 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -29/+29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 3 | -6/+6 |
* | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane | 2004-04-01 | 2 | -3/+3 |
* | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 | 4 | -4/+4 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 3 | -3/+3 |
* | Small fix to Christopher's recent improvements --- underscore is not | Tom Lane | 2003-10-31 | 1 | -10/+10 |
* | Fix two bugs in funcs.source that made the tutorial script fail. | Bruce Momjian | 2003-10-26 | 2 | -52/+90 |
* | Update the complex-datatype example to V1 function calling conventions, | Tom Lane | 2003-10-21 | 2 | -99/+181 |
* | Fix some copyright notices that weren't updated. Improve copyright tool | Tom Lane | 2003-08-04 | 2 | -4/+4 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
* | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -1/+1 |