aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml
Commit message (Expand)AuthorAge
* Move pg_upgrade doc mention of the port numbers to the same place.Bruce Momjian2011-10-06
* Add postmaster -C option to query configuration parameters, and haveBruce Momjian2011-10-06
* Change wording for COALESCE docs to use "otherwise".Bruce Momjian2011-10-04
* Explain COALESCE example in the docs.Bruce Momjian2011-10-04
* Remove the custom_variable_classes parameter.Tom Lane2011-10-04
* Restructure error handling in reading of postgresql.conf.Tom Lane2011-10-02
* Improve generated column names for cases involving sub-SELECTs.Tom Lane2011-10-01
* Support GiST index support functions that want to cache data across calls.Tom Lane2011-09-30
* Update and extend the EXPLAIN-related documentation.Tom Lane2011-09-28
* Take sepgsql regression tests out of the regular regression test mechanism.Tom Lane2011-09-27
* Fully const-ify PQconnectdbParams, PQconnectStartParams, and PQpingParams.Tom Lane2011-09-25
* Fix typoMagnus Hagander2011-09-24
* Note that sslmode=require verifies the CA if root cert is presentMagnus Hagander2011-09-24
* Document some more apparently-harmless error messages.Robert Haas2011-09-23
* Add --{no-,}replication flags to createuser.Robert Haas2011-09-23
* synchronous_commit is an enum not a boolean.Simon Riggs2011-09-23
* Update release notes for 9.1.1, 9.0.5, 8.4.9, 8.3.16, 8.2.22.Tom Lane2011-09-22
* Add FORCE_NOT_NULL support to the file_fdw foreign data wrapper.Tom Lane2011-09-16
* Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane2011-09-16
* In the manual section on primary_conninfo, recommend using a role withHeikki Linnakangas2011-09-14
* Remove double-quoting of table names in clusterdb. BACKWARD COMPABILITYBruce Momjian2011-09-10
* Document that only user-defined columns are expanded by SELECT *.Bruce Momjian2011-09-10
* Remove unnecessary MATCH FULL specification in example.Bruce Momjian2011-09-10
* Simplify handling of the timezone GUC by making initdb choose the default.Tom Lane2011-09-09
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-09
* Fix typo and reword the sentence.Heikki Linnakangas2011-09-08
* Buffering GiST index build algorithm.Heikki Linnakangas2011-09-08
* One last round of copy-editing for the 9.1 release notes.Tom Lane2011-09-08
* In pg_upgrade, disallow migration of 8.3 clusters using contrib/ltreeBruce Momjian2011-09-07
* Fix to_date() and to_timestamp() to handle year masks of length < 4 soBruce Momjian2011-09-07
* Revert documentation patch about NEW/OLD and triggers.Bruce Momjian2011-09-07
* Properly document the existance of OLD/NEW trigger pl/pgsql triggerBruce Momjian2011-09-06
* Fix spelling mistake in pgpass documentation change.Bruce Momjian2011-09-06
* Add documentation suggestion about adding a comment to the top ofBruce Momjian2011-09-06
* Fix plpgsql "PERFORM" markup.Bruce Momjian2011-09-06
* Document PERFORM limitation when using WITH queries.Bruce Momjian2011-09-06
* Add an "incompatibility" entry to 9.1 release notes about CREATE EXTENSION.Tom Lane2011-09-06
* Update type-conversion documentation for long-ago changes.Tom Lane2011-09-06
* Properly document semphore requirements by accounting for workerBruce Momjian2011-09-06
* Add documentation link to strftime supported options.Bruce Momjian2011-09-05
* Add mention that UTC really means UT1.Bruce Momjian2011-09-05
* Document that contrib/pgtrgm only processes ASCII alphanumericBruce Momjian2011-09-05
* Userspace access vector cache for contrib/sepgsql.Robert Haas2011-09-01
* The replication status values in pg_stat_replication was changed toHeikki Linnakangas2011-08-31
* Some markup cleanup to deconfuse the find_gt_lt toolPeter Eisentraut2011-08-30
* Repair brain fade in previous commit, per Josh Kupershmidt.Robert Haas2011-08-30
* Add --if-exists option to dropdb and dropuser.Robert Haas2011-08-30
* Document minimum required version of DocBook XSL stylesheetsPeter Eisentraut2011-08-27
* Implement the information schema with_hierarchy columnPeter Eisentraut2011-08-27
* Spelling improvementPeter Eisentraut2011-08-27