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