Commit Graph

150 Commits (87a350e1f284bb99591f9185c0be0ae28899f38a)

Author SHA1 Message Date
Peter Eisentraut 46e76373ec Implement a few changes to how shared libraries and dynamically loadable 18 years ago
Bruce Momjian fca9fff41b More README src cleanups. 18 years ago
Bruce Momjian 9098ab9e32 Update copyrights in source tree to 2008. 18 years ago
Tom Lane b09c248bdd Fix PGXS conventions so that extensions can be built against Postgres 19 years ago
Tom Lane 234a02b2a8 Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 19 years ago
Bruce Momjian 29dccf5fe0 Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
Tom Lane a78fcfb512 Restructure operator classes to allow improved handling of cross-data-type 19 years ago
Tom Lane 1d45168f4b Fix some misuses of strncat(). 20 years ago
Bruce Momjian e0522505bd Remove 576 references of include files that were not needed. 20 years ago
Bruce Momjian 51e8882197 Revert part of recent include patch not ready for application. 20 years ago
Bruce Momjian 03c2e5924e Add additional includes needed on some platforms. 20 years ago
Tom Lane ff0ac57db9 Remove extremely old, incomplete, broken example code. 20 years ago
Tom Lane 8f165ee13b Make PG_MODULE_MAGIC required in shared libraries that are loaded into 20 years ago
Tom Lane a0ffab351e Magic blocks don't do us any good unless we use 'em ... so install one 20 years ago
Bruce Momjian 9da6508e0a Change \; to ; in RULE, \; unnecessary. 20 years ago
Bruce Momjian ad98575617 Use SQL standard '' rather than \' for tutorial/sample code. 20 years ago
Bruce Momjian f3d99d160d Add CVS tag lines to files that were lacking them. 20 years ago
Bruce Momjian f2f5b05655 Update copyright for 2006. Update scripts. 20 years ago
Neil Conway 8e5a10d46c This patch makes the error message strings throughout the backend 20 years ago
Peter Eisentraut 7f4f42fa10 Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in 20 years ago
Neil Conway fb627b76cc Cosmetic code cleanup: fix a bunch of places that used "return (expr);" 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Tom Lane 0b36cb83dc PGXS should be set with := not =, as specified in the documentation, 21 years ago
Tom Lane 2498d8296e Clean up some stray remaining references to pg_shadow, pg_user, pg_group. 21 years ago
Tom Lane 3810c23fe4 Adjust src/tutorial Makefile so that it can use pgxs. This allows the 21 years ago
PostgreSQL Daemon 2ff501590b Tag appropriate files for rc3 21 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 22 years ago
Bruce Momjian da9a8649d8 Update copyright to 2004. 22 years ago
Tom Lane 375369acd1 Replace TupleTableSlot convention for whole-row variables and function 22 years ago
PostgreSQL Daemon 55b113257c make sure the $Id tags are converted to $PostgreSQL as well ... 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Tom Lane e181001764 Small fix to Christopher's recent improvements --- underscore is not 22 years ago
Bruce Momjian 3c9a32d4a2 Fix two bugs in funcs.source that made the tutorial script fail. 22 years ago
Tom Lane 6fbb14a174 Update the complex-datatype example to V1 function calling conventions, 23 years ago
Tom Lane 2f9c859ea1 Fix some copyright notices that weren't updated. Improve copyright tool 23 years ago
Bruce Momjian f3c3deb7d0 Update copyrights to 2003. 23 years ago
Bruce Momjian 089003fb46 pgindent run. 23 years ago
Tom Lane e8db9b26d0 elog mop-up. 23 years ago
Tom Lane fc8d970cbc Replace functional-index facility with expressional indexes. Any column 23 years ago
Peter Eisentraut 337da0678a Assorted fixes for Cygwin: 24 years ago
Tom Lane b663f3443b Add a bunch of pseudo-types to replace the behavior formerly associated 24 years ago
Tom Lane 937aef3545 Ensure that src/tutorial gets cleaned by top-level make clean. 24 years ago
Tom Lane c2d0ebce75 Rewrite xindex.sgml for CREATE OPERATOR CLASS. catalogs.sgml finally 24 years ago
Bruce Momjian d84fe82230 Update copyright to 2002. 24 years ago
Tom Lane 27a54ae282 Opclasses live in namespaces. I also took the opportunity to create 24 years ago
Tom Lane a521d5a25e Update obsolete syntax in example of inheritance. 24 years ago
Tom Lane 902a6a0a4b Restructure representation of aggregate functions so that they have pg_proc 24 years ago
Bruce Momjian ea08e6cd55 New pgindent run with fixes suggested by Tom. Patch manually reviewed, 24 years ago
Tom Lane 8dcf998dd1 Remove no-longer-needed dependencies on DLSUFFIX. 25 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 25 years ago