summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2010-08-25Document filtering dictionaries in textsearch.sgml.Tom Lane
2010-08-25Update release notes, per comments from Simon Riggs.Bruce Momjian
2010-08-25Add missing description of reloftype fieldPeter Eisentraut
2010-08-25Docs review for unaccent: fix grammar, markup, etc.Tom Lane
2010-08-25Update 9.0 release notes for changes since beta4.Tom Lane
2010-08-24Further editing of release notes.Tom Lane
2010-08-24Fix awkward wording in Incrementally Updated Backups docs.Bruce Momjian
2010-08-24Clarifications for 9.0 release notesBruce Momjian
2010-08-24Update autovacuum_freeze_max_age documentation to mention that theBruce Momjian
2010-08-24Add string functions: concat(), concat_ws(), left(), right(), and reverse().Itagaki Takahiro
2010-08-23Make an editorial pass over the 9.0 release notes.Tom Lane
2010-08-22Document that autovacuum_freeze_max_age is used for pg_clog recycling.Bruce Momjian
2010-08-21Add vacuum and analyze counters to pg_stat_*_tables views.Magnus Hagander
2010-08-20Avoid saying "random" when randomness is not actually meant.Tom Lane
2010-08-19Bring some sanity to the trace_recovery_messages code and docs.Tom Lane
2010-08-19Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut
2010-08-17Revert: looks like Binary Large OBject[sic] wasn't a misspellingPeter Eisentraut
2010-08-17Spell and markup checkingPeter Eisentraut
2010-08-15Assorted improvements to backup/restore documentation, per Thom Brown.Tom Lane
2010-08-15Clarify bit numbering in get_bit/set_bit etc. Per gripe fromTom Lane
2010-08-15Improve pgarchivecleanup documentation, per comments from Satoshi Nagayasu.Tom Lane
2010-08-15Avoid unnecessary use of TPS acronym.Tom Lane
2010-08-15Add link and additional index reference to pgcrypto.Robert Haas
2010-08-14Add a \sf (show function) command to psql, for those times when you need toTom Lane
2010-08-14Further dtrace adjustments for the backend-IDs-in-relpath patch.Robert Haas
2010-08-13Include the backend ID in the relpath of temporary relations.Robert Haas
2010-08-13Add xml_is_well_formed, xml_is_well_formed_document, xml_is_well_formed_contentTom Lane
2010-08-13Reorder docs on lexical structure slightly for clarity.Robert Haas
2010-08-12Add the ability to compute per-statement latencies (ie, average executionTom Lane
2010-08-12Back out syntax case changes --- seems they were intentional.Bruce Momjian
2010-08-12Extend psql's \e and \ef commands so that a line number can be specified,Tom Lane
2010-08-11Properly lowercase identifiers, uppercase keywords, in doc examplesBruce Momjian
2010-08-11Fix one more incorrect errno definition in the ECPG manual.Robert Haas
2010-08-11Fix incorrect errno definitions in ECPG manual.Robert Haas
2010-08-10Add three-parameter forms of array_to_string and string_to_array, to allowTom Lane
2010-08-10Add some links to tablesPeter Eisentraut
2010-08-10<example> is a floating element, so it's use is inappropriate when thePeter Eisentraut
2010-08-10Use double quotes rather than double quotes for libpq target anchors.Robert Haas
2010-08-09Provide stable target anchors for libpq functions.Robert Haas
2010-08-09Modify the handling of RAISE without parameters so that the error it throwsTom Lane
2010-08-08Add an xpath_exists() function. This is equivalent to XMLEXISTS except thatTom Lane
2010-08-08Add stats functions and views to provide access to a transaction's ownTom Lane
2010-08-07Fix 9.0 release notes vacuum mention, not -> nowBruce Momjian
2010-08-07Recognize functional dependency on primary keys. This allows a table'sTom Lane
2010-08-06Fix indexterm spellingPeter Eisentraut
2010-08-06Let's put that </link> in a sane place ...Tom Lane
2010-08-06Fix inaccurate description of deferrable unique constraints, per Dean Rasheed.Tom Lane
2010-08-06Rearrange "big features" section of the release notes.Robert Haas
2010-08-05Document which Python environment variables affect PL/PythonPeter Eisentraut
2010-08-05Remove the single-argument form of string_agg(). It added nothing much inTom Lane