summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2014-03-07Fix name of syslog_ident GUC in docs.Heikki Linnakangas
2014-02-17Last-minute updates for release notes.Tom Lane
2014-02-17Document risks of "make check" in the regression testing instructions.Tom Lane
2014-02-17Document security implications of check_function_bodies.Noah Misch
2014-02-17Shore up ADMIN OPTION restrictions.Noah Misch
2014-02-17Release notes for 9.3.3, 9.2.7, 9.1.12, 9.0.16, 8.4.20.Tom Lane
2014-02-14Suggest shell here-documents instead of psql -c for multiple commands.Tom Lane
2014-02-13Improve cross-references between minor version release notes.Tom Lane
2014-02-11Don't generate plain-text HISTORY and src/test/regress/README anymore.Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2013-12-12Fix ancient docs/comments thinko: XID comparison is mod 2^32, not 2^31.Tom Lane
2013-12-02Update release notes for 9.3.2, 9.2.6, 9.1.11, 9.0.15, 8.4.19.Tom Lane
2013-11-13Clarify CREATE FUNCTION documentation about handling of typmods.Tom Lane
2013-11-06Improve the error message given for modifying a window with frame clause.Tom Lane
2013-10-21doc: Remove i18ngurus.com linkPeter Eisentraut
2013-10-09doc: fix typo in release notesBruce Momjian
2013-10-08docs: update release notes for 8.4.18, 9.0.14, 9.1.10, 9.2.5, 9.3.1Bruce Momjian
2013-10-03doc: Correct psycopg URLPeter Eisentraut
2013-09-02Fix relfrozenxid query in docs to include TOAST tables.Andrew Dunstan
2013-07-19doc: Fix typos in conversion names.Robert Haas
2013-07-02Mention extra_float_digits in floating point docsAlvaro Herrera
2013-06-27Tweak wording in sequence-function docs to avoid PDF build failures.Tom Lane
2013-06-26Document effect of constant folding on CASE.Noah Misch
2013-06-20Update CREATE FUNCTION documentation about argument namesPeter Eisentraut
2013-06-12Improve description of loread/lowrite.Robert Haas
2013-06-11Add description that loread()/lowrite() are corresponding toTatsuo Ishii
2013-06-07Correct the documentation of pg_rewrite.ev_attr.Kevin Grittner
2013-06-07Minor docs wordsmithing.Tom Lane
2013-05-04docs: log_line_prefix session id fixBruce Momjian
2013-05-04doc: fix log_line_prefix session_id %c itemBruce Momjian
2013-04-05doc: Remove excessive table cellPeter Eisentraut
2013-04-05doc: Fix number of columns in tablePeter Eisentraut
2013-04-01Update release notes for 9.2.4, 9.1.9, 9.0.13, 8.4.17.Tom Lane
2013-03-29Document encode(bytea, 'escape')'s behavior correctly.Tom Lane
2013-03-23Don't put <indexterm> before <term> in <varlistentry> items.Tom Lane
2013-03-18Improve documentation of EXTRACT(WEEK).Tom Lane
2013-03-03doc: Awkward phrasing fixPeter Eisentraut
2013-02-25doc: Fix markup typoPeter Eisentraut
2013-02-24doc: Remove PostgreSQL version number from xml2 deprecation noticePeter Eisentraut
2013-02-04Prevent execution of enum_recv() from SQL.Tom Lane
2013-02-04Update release notes for 9.2.3, 9.1.8, 9.0.12, 8.4.16, 8.3.23.Tom Lane
2013-01-28DROP OWNED: don't try to drop tablespaces/databasesAlvaro Herrera
2013-01-21doc: Fix syntax of a URLPeter Eisentraut
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-08Update ISO 3166 linkPeter Eisentraut
2012-12-03Update release notes for 9.2.2, 9.1.7, 9.0.11, 8.4.15, 8.3.22.Tom Lane
2012-12-03Fix documentation of path(polygon) function.Tom Lane
2012-12-01doc: Fix broken links to DocBook wikiPeter Eisentraut
2012-11-26Remove inaccurate "Incrementally Updated Backups" documentation section;Bruce Momjian
2012-10-17Fix typo in previous commitSimon Riggs