| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | elog mop-up. | Tom Lane | 2003-07-27 | 1 | -4/+4 |
* | Replace functional-index facility with expressional indexes. Any column | Tom Lane | 2003-05-28 | 1 | -4/+4 |
* | Assorted fixes for Cygwin: | Peter Eisentraut | 2002-09-05 | 1 | -2/+2 |
* | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane | 2002-08-22 | 2 | -15/+6 |
* | Ensure that src/tutorial gets cleaned by top-level make clean. | Tom Lane | 2002-07-30 | 1 | -2/+2 |
* | Rewrite xindex.sgml for CREATE OPERATOR CLASS. catalogs.sgml finally | Tom Lane | 2002-07-30 | 1 | -119/+24 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 2 | -4/+4 |
* | Opclasses live in namespaces. I also took the opportunity to create | Tom Lane | 2002-04-17 | 1 | -2/+4 |
* | Update obsolete syntax in example of inheritance. | Tom Lane | 2002-04-11 | 1 | -11/+11 |
* | Restructure representation of aggregate functions so that they have pg_proc | Tom Lane | 2002-04-11 | 1 | -5/+6 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 2 | -3/+3 |
* | Remove no-longer-needed dependencies on DLSUFFIX. | Tom Lane | 2001-10-26 | 4 | -40/+24 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 2 | -3/+2 |
* | DROP AGGREGATE and COMMENT ON AGGREGATE now accept the expected syntax | Tom Lane | 2001-10-03 | 1 | -2/+2 |
* | New blood and fresh air for tutorial | Peter Eisentraut | 2001-09-02 | 2 | -153/+102 |
* | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane | 2001-08-21 | 2 | -75/+62 |