aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml
Commit message (Expand)AuthorAge
* Update documentation mention of VACUUM FULL and CLUSTER whereBruce Momjian2007-05-30
* Add documentation reference to statistical functions from func.sgml.Bruce Momjian2007-05-30
* Update cvsutils documentation description.Bruce Momjian2007-05-30
* Update cvs instructions to suggest cvsutils.Bruce Momjian2007-05-30
* Fix a bug in input processing for the "interval" type. Previously,Neil Conway2007-05-29
* XPath fixes:Peter Eisentraut2007-05-21
* Fix spurious German index entryPeter Eisentraut2007-05-21
* Mark some intermediate targets as .PRECIOUS, to replace the recently removedPeter Eisentraut2007-05-18
* Tweaks for SGML markup.Neil Conway2007-05-17
* Fix a bunch of bad grammar in the docs: "<link>, which see for moreNeil Conway2007-05-15
* Various fixes for the SGML docs. Consistently use spaces before/afterNeil Conway2007-05-15
* Update comments for PG_DETOAST_PACKED and VARDATA_ANY on a structuresBruce Momjian2007-05-15
* Make a few marginal improvements to the documentation for the AVNeil Conway2007-05-15
* Add a note to the documentation to clarify that even whenNeil Conway2007-05-15
* Fix the problem that creating a user-defined type named _foo, followed by oneTom Lane2007-05-12
* Fix my oversight in enabling domains-of-domains: ALTER DOMAIN ADD CONSTRAINTTom Lane2007-05-11
* Improvements to the SGML docs for TRUNCATE and CLUSTER.Neil Conway2007-05-11
* Support arrays of composite types, including the rowtypes of regular tablesTom Lane2007-05-11
* Add an explicit comment about POSIX time zone names having the reverseTom Lane2007-05-08
* Grammar correctionPeter Eisentraut2007-05-07
* Doc tweak: add an xref.Neil Conway2007-05-07
* Make clearer how arguments and return values in pl/perl are escaped. This is ...Andrew Dunstan2007-05-04
* Fix a few more double words in docs.Alvaro Herrera2007-05-03
* Fix some typos in the documentation. Patch from Brian Gough. BackportNeil Conway2007-05-03
* Support for MOVE in PL/PgSQL. Initial patch from Magnus, some improvementsNeil Conway2007-04-29
* Add support for IN as alternative to FROM in PL/PgSQL's FETCH statement,Neil Conway2007-04-28
* Remove no-longer-true statement from the docs. Since the default configNeil Conway2007-04-27
* Consistency tweaks for a table in the SGML docs: we don't terminateNeil Conway2007-04-26
* Minor tweak for DISCARD ref page.Neil Conway2007-04-26
* Rename the newly-added commands for discarding session state.Neil Conway2007-04-26
* Minor consistency tweak for SGML docs.Neil Conway2007-04-25
* Remove tabs from installation.sgml.Bruce Momjian2007-04-25
* Fix newly-introduced documentation typo.Neil Conway2007-04-23
* Contrib module uuid-ossp for generating UUID values using the OSSP UUIDPeter Eisentraut2007-04-21
* Document new -with-libxslt build option.Andrew Dunstan2007-04-21
* Documentation for UUID typePeter Eisentraut2007-04-20
* Fix markup.Tom Lane2007-04-20
* Support explicit placement of the temporary-table schema within search_path.Tom Lane2007-04-20
* Release wording updates for releases 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19.Bruce Momjian2007-04-19
* Release note updates for 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19.Bruce Momjian2007-04-19
* Remove tabs from SGML source files.Bruce Momjian2007-04-18
* Enable configurable log of autovacuum actions. Initial patch from SimonAlvaro Herrera2007-04-18
* Enable building of 64-bit libpq using visual studio 8 and theMagnus Hagander2007-04-18
* Change default build to release, to be consistent with unix build.Magnus Hagander2007-04-18
* Update docs/error message for CSV quote/escape --- must be ASCII.Bruce Momjian2007-04-18
* Document that the COPY delimiter must be an ASCII byte, rather than aBruce Momjian2007-04-18
* Fix erroneous column counts in some documentation tables. Brian GoughTom Lane2007-04-17
* Add a multi-worker capability to autovacuum. This allows multiple workerAlvaro Herrera2007-04-16
* Support scrollable cursors (ie, 'direction' clause in FETCH) in plpgsql.Tom Lane2007-04-16
* Expose more cursor-related functionality in SPI: specifically, allowTom Lane2007-04-16