summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2010-09-19Fix several broken $PostgreSQL$ keywords. Noted while experimentingTom Lane
2010-09-17Move pg_db_role_setting docs to correct place in alphabetical order.Robert Haas
2010-09-16Stamp 9.0 release notes with expected release date; also some last-minuteTom Lane
2010-09-16Fix bad grammar.Tom Lane
2010-09-15Add a compatibility note about plpgsql's treatment of SELECT INTO rec.fldTom Lane
2010-09-13Elaborate on what gets stored in pg_authid.rolpasswd.Robert Haas
2010-09-13Don't try aligning comments for new archive_command Win32 doc example;Bruce Momjian
2010-09-13Link from pg_shadow docs to pg_authid docs.Robert Haas
2010-09-12Re-add documentation for Win32 copy syntax for archive_command.Bruce Momjian
2010-09-09Remove obsolete claim that gzip is needed while installing PG's documentation.Tom Lane
2010-09-09Doc fixes:Bruce Momjian
2010-09-08Add tip about building plpython 2 and 3. Fix link to Python docs.Peter Eisentraut
2010-09-07Clarify that surrogate pairs are not encoded in UTF-8 directlyPeter Eisentraut
2010-09-03Install a data-type-based solution for protecting pg_get_expr().REL9_1_ALPHA1Tom Lane
2010-09-029.1alpha1 release notes.Tom Lane
2010-09-02Clean up description of ecpg's dtcvfmtasc function.Tom Lane
2010-09-02Clean up some bad grammar and punctuation in description of ecpg's decimalTom Lane
2010-09-01Clarify documentation of handling of null arguments for aggregates.Tom Lane
2010-09-01Improve release notes' description of Teodor's fixes for polygon overlapsTom Lane
2010-08-31Add missing markup for translatabilityAlvaro Herrera
2010-08-29Remove obsolete remark that PQprepare() is more flexible than PREPARE.Tom Lane
2010-08-26Document the existence of the socket lock file under unix_socket_directory,Tom Lane
2010-08-26Explain automatic creation (or lack of it) of indexes for the various typesTom Lane
2010-08-25Remove docs for "Incrementally Updated Backups" because it was ofBruce Momjian
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