aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/extend.sgml
Commit message (Expand)AuthorAge
* Fix pg_extension_config_dump() to handle update cases more sanely.Tom Lane2012-12-20
* Further review of range-types patch.Tom Lane2011-11-18
* Support range data types.Heikki Linnakangas2011-11-03
* Throw a useful error message if an extension script file is fed to psql.Tom Lane2011-10-12
* Fix pgxs.mk to always add --dbname=$(CONTRIB_TESTDB) to REGRESS_OPTS.Tom Lane2011-08-24
* Update 9.1 release notes to reflect commits through today.Tom Lane2011-06-09
* Spell checking and markup refinementPeter Eisentraut2011-05-19
* Add links to documentation from 9.1 release notes.Bruce Momjian2011-03-19
* Allow non-superusers to create (some) extensions.Tom Lane2011-03-04
* Rearrange extension-related views as per recent discussion.Tom Lane2011-02-14
* Support replacing MODULE_PATHNAME during extension script file execution.Tom Lane2011-02-13
* Change the naming convention for extension files to use double dashes.Tom Lane2011-02-13
* Refactor ALTER EXTENSION UPDATE to have cleaner multi-step semantics.Tom Lane2011-02-12
* Clean up installation directory choices for extensions.Tom Lane2011-02-11
* Add support for multiple versions of an extension and ALTER EXTENSION UPDATE.Tom Lane2011-02-11
* Implement "ALTER EXTENSION ADD object".Tom Lane2011-02-09
* Core support for "extensions", which are packages of SQL objects.Tom Lane2011-02-08
* Correct spelling: longjump() -> longjmp().Robert Haas2010-12-24
* Fix grammarPeter Eisentraut2010-12-24
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Markup fix.Bruce Momjian2010-06-03
* Document use of C++ for extension use.Bruce Momjian2010-06-03
* Comment out C++ docs for later user. Tone down C++ compatibility in 9.0Bruce Momjian2010-06-01
* Mention palloc/pfree for C++ memory allocation in docs.Bruce Momjian2010-06-01
* Fix SGML markup for tag title.Bruce Momjian2010-06-01
* Add documentation section "Using C++ for Extensibility".Bruce Momjian2010-06-01
* Remove unnecessary xref endterm attributes and title idsPeter Eisentraut2010-04-03
* Support "variadic" functions, which can accept a variable number of argumentsTom Lane2008-07-16
* Only use SGML indexterm "zone" when we want to get the entire section.Bruce Momjian2007-08-31
* Fix up text concatenation so that it accepts all the reasonable cases thatTom Lane2007-06-06
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-02
* Update documentation on may/can/might:Bruce Momjian2007-01-31
* Remove emacs info from footer of SGML files.Bruce Momjian2006-09-16
* Make $PostgreSQL CVS tags consistent for SGML files.Bruce Momjian2006-03-10
* Merge some user-submitted suggestions for improvement into theNeil Conway2005-10-15
* More updates and copy-editing. Rearrange order of sections a little bitTom Lane2004-12-30
* Some preliminary documentation for composite-type stuff.Tom Lane2004-06-07
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Documentation cleanupPeter Eisentraut2003-11-12
* This patch fixes a few missed GUC variables that were still upper case,Bruce Momjian2003-09-11
* Add/edit index entries.Peter Eisentraut2003-08-31
* Update docs for 7.4 array features and polymorphic functions.Tom Lane2003-08-09
* Integrate the operator class section into the comprehensive extending SQLPeter Eisentraut2003-04-13
* In an effort to reduce the total number of chapters, combine the smallPeter Eisentraut2003-04-10
* Merge documentation into one book. (Build with "make html".) ReplacePeter Eisentraut2003-03-25
* This patch includes a lot of minor cleanups to the SGML documentation,Bruce Momjian2003-01-19
* This patch adds a couple of extra index entries and removes someBruce Momjian2002-11-03
* Add more appropriate markup.Peter Eisentraut2002-09-21
* Replace ad-hoc insertions into pg_opclass and friends with CREATETom Lane2002-07-30