Age | Commit message (Expand) | Author |
2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
2009-01-01 | Update copyright for 2009. | Bruce Momjian |
2008-05-17 | Add $PostgreSQL$ markers to a lot of files that were missing them. | Andrew Dunstan |
2008-04-07 | Implement a few changes to how shared libraries and dynamically loadable | Peter Eisentraut |
2008-03-21 | More README src cleanups. | Bruce Momjian |
2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
2007-06-26 | Fix PGXS conventions so that extensions can be built against Postgres | Tom Lane |
2007-02-27 | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane |
2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
2006-12-23 | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane |
2006-09-27 | Fix some misuses of strncat(). | Tom Lane |
2006-07-14 | Remove 576 references of include files that were not needed. | Bruce Momjian |
2006-07-14 | Revert part of recent include patch not ready for application. | Bruce Momjian |
2006-07-14 | Add additional includes needed on some platforms. | Bruce Momjian |
2006-06-05 | Remove extremely old, incomplete, broken example code. | Tom Lane |
2006-05-31 | Make PG_MODULE_MAGIC required in shared libraries that are loaded into | Tom Lane |
2006-05-30 | Magic blocks don't do us any good unless we use 'em ... so install one | Tom Lane |
2006-05-22 | Change \; to ; in RULE, \; unnecessary. | Bruce Momjian |
2006-05-11 | Use SQL standard '' rather than \' for tutorial/sample code. | Bruce Momjian |
2006-03-11 | Add CVS tag lines to files that were lacking them. | Bruce Momjian |
2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
2006-03-01 | This patch makes the error message strings throughout the backend | Neil Conway |
2006-02-27 | Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in | Peter Eisentraut |
2006-01-11 | Cosmetic code cleanup: fix a bunch of places that used "return (expr);" | Neil Conway |
2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
2005-09-27 | PGXS should be set with := not =, as specified in the documentation, | Tom Lane |
2005-08-15 | Clean up some stray remaining references to pg_shadow, pg_user, pg_group. | Tom Lane |
2005-01-13 | Adjust src/tutorial Makefile so that it can use pgxs. This allows the | Tom Lane |
2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
2004-08-29 | Update copyright to 2004. | Bruce Momjian |
2004-04-01 | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane |
2003-11-29 | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon |
2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
2003-10-31 | Small fix to Christopher's recent improvements --- underscore is not | Tom Lane |
2003-10-26 | Fix two bugs in funcs.source that made the tutorial script fail. | Bruce Momjian |
2003-10-21 | Update the complex-datatype example to V1 function calling conventions, | Tom Lane |
2003-08-04 | Fix some copyright notices that weren't updated. Improve copyright tool | Tom Lane |
2003-08-04 | Update copyrights to 2003. | Bruce Momjian |
2003-08-04 | pgindent run. | Bruce Momjian |
2003-07-27 | elog mop-up. | Tom Lane |
2003-05-28 | Replace functional-index facility with expressional indexes. Any column | Tom Lane |
2002-09-05 | Assorted fixes for Cygwin: | Peter Eisentraut |
2002-08-22 | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane |
2002-07-30 | Ensure that src/tutorial gets cleaned by top-level make clean. | Tom Lane |
2002-07-30 | Rewrite xindex.sgml for CREATE OPERATOR CLASS. catalogs.sgml finally | Tom Lane |
2002-06-20 | Update copyright to 2002. | Bruce Momjian |
2002-04-17 | Opclasses live in namespaces. I also took the opportunity to create | Tom Lane |
2002-04-11 | Update obsolete syntax in example of inheritance. | Tom Lane |
2002-04-11 | Restructure representation of aggregate functions so that they have pg_proc | Tom Lane |