summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete claim that gzip is needed while installing PG's documentation.Tom Lane2010-09-091-8/+6
* Doc fixes:Bruce Momjian2010-09-096-396/+447
* Add tip about building plpython 2 and 3. Fix link to Python docs.Peter Eisentraut2010-09-082-4/+22
* Clarify that surrogate pairs are not encoded in UTF-8 directlyPeter Eisentraut2010-09-071-21/+28
* Install a data-type-based solution for protecting pg_get_expr().REL9_1_ALPHA1Tom Lane2010-09-032-15/+16
* 9.1alpha1 release notes.Tom Lane2010-09-023-2/+488
* Clean up description of ecpg's dtcvfmtasc function.Tom Lane2010-09-021-4/+5
* Clean up some bad grammar and punctuation in description of ecpg's decimalTom Lane2010-09-021-7/+9
* Clarify documentation of handling of null arguments for aggregates.Tom Lane2010-09-012-12/+18
* Improve release notes' description of Teodor's fixes for polygon overlapsTom Lane2010-09-011-3/+14
* Add missing markup for translatabilityAlvaro Herrera2010-08-311-2/+2
* Remove obsolete remark that PQprepare() is more flexible than PREPARE.Tom Lane2010-08-291-4/+2
* Document the existence of the socket lock file under unix_socket_directory,Tom Lane2010-08-261-32/+58
* Explain automatic creation (or lack of it) of indexes for the various typesTom Lane2010-08-261-1/+26
* Remove docs for "Incrementally Updated Backups" because it was ofBruce Momjian2010-08-251-92/+1
* Document filtering dictionaries in textsearch.sgml.Tom Lane2010-08-252-55/+79
* Update release notes, per comments from Simon Riggs.Bruce Momjian2010-08-251-6/+10
* Add missing description of reloftype fieldPeter Eisentraut2010-08-251-1/+11
* Docs review for unaccent: fix grammar, markup, etc.Tom Lane2010-08-251-45/+51
* Update 9.0 release notes for changes since beta4.Tom Lane2010-08-251-3/+50
* Further editing of release notes.Tom Lane2010-08-241-163/+280
* Fix awkward wording in Incrementally Updated Backups docs.Bruce Momjian2010-08-241-2/+2
* Clarifications for 9.0 release notesBruce Momjian2010-08-241-52/+53
* Update autovacuum_freeze_max_age documentation to mention that theBruce Momjian2010-08-241-7/+11
* Add string functions: concat(), concat_ws(), left(), right(), and reverse().Itagaki Takahiro2010-08-241-1/+84
* Make an editorial pass over the 9.0 release notes.Tom Lane2010-08-233-620/+773
* Document that autovacuum_freeze_max_age is used for pg_clog recycling.Bruce Momjian2010-08-221-2/+3
* Add vacuum and analyze counters to pg_stat_*_tables views.Magnus Hagander2010-08-211-7/+43
* Avoid saying "random" when randomness is not actually meant.Tom Lane2010-08-202-4/+4
* Bring some sanity to the trace_recovery_messages code and docs.Tom Lane2010-08-191-27/+26
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-193-4/+1
* Revert: looks like Binary Large OBject[sic] wasn't a misspellingPeter Eisentraut2010-08-171-2/+2
* Spell and markup checkingPeter Eisentraut2010-08-1770-731/+728
* Assorted improvements to backup/restore documentation, per Thom Brown.Tom Lane2010-08-151-85/+122
* Clarify bit numbering in get_bit/set_bit etc. Per gripe fromTom Lane2010-08-151-1/+10
* Improve pgarchivecleanup documentation, per comments from Satoshi Nagayasu.Tom Lane2010-08-151-3/+3
* Avoid unnecessary use of TPS acronym.Tom Lane2010-08-151-2/+2
* Add link and additional index reference to pgcrypto.Robert Haas2010-08-152-4/+10
* Add a \sf (show function) command to psql, for those times when you need toTom Lane2010-08-141-1/+28
* Further dtrace adjustments for the backend-IDs-in-relpath patch.Robert Haas2010-08-141-13/+23
* Include the backend ID in the relpath of temporary relations.Robert Haas2010-08-131-11/+15
* Add xml_is_well_formed, xml_is_well_formed_document, xml_is_well_formed_contentTom Lane2010-08-131-1/+79
* Reorder docs on lexical structure slightly for clarity.Robert Haas2010-08-131-7/+7
* Add the ability to compute per-statement latencies (ie, average executionTom Lane2010-08-121-11/+80
* Back out syntax case changes --- seems they were intentional.Bruce Momjian2010-08-121-6/+6
* Extend psql's \e and \ef commands so that a line number can be specified,Tom Lane2010-08-121-12/+55
* Properly lowercase identifiers, uppercase keywords, in doc examplesBruce Momjian2010-08-111-6/+6
* Fix one more incorrect errno definition in the ECPG manual.Robert Haas2010-08-111-2/+2
* Fix incorrect errno definitions in ECPG manual.Robert Haas2010-08-111-5/+5
* Add three-parameter forms of array_to_string and string_to_array, to allowTom Lane2010-08-101-9/+39