summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2013-01-21doc: Fix syntax of a URLPeter Eisentraut
2013-01-20Clarify that streaming replication can be both async and syncMagnus Hagander
2013-01-19libpq doc: Clarify what commands return PGRES_TUPLES_OKPeter Eisentraut
2013-01-18psql latex fixesBruce Momjian
2013-01-17Make pg_receivexlog and pg_basebackup -X stream work across timeline switches.Heikki Linnakangas
2013-01-17Add a latex-longtable output format to psqlBruce Momjian
2013-01-17Support multiple -t/--table arguments for more commandsMagnus Hagander
2013-01-09Allow parallel copy/link in pg_upgradeBruce Momjian
2013-01-07Add new "-q" logging option (quiet mode) while in initialize modeTatsuo Ishii
2013-01-05Add support for generating minimal recovery.conf when doing base backupsMagnus Hagander
2013-01-05doc: Update CREATE FUNCTION compatibility informationPeter Eisentraut
2013-01-04Invent a "one-shot" variant of CachedPlans for better performance.Tom Lane
2013-01-01Update copyrights for 2013Bruce Momjian
2013-01-01Winflex binary on FTP site doesn't work on 64-bit Windows, update docs.Heikki Linnakangas
2013-01-01Fix descrition of pg_resetxlog -l parameterMagnus Hagander
2012-12-31doc: Correct description of ldapurlPeter Eisentraut
2012-12-30doc: Correct description of LDAP authenticationPeter Eisentraut
2012-12-27doc: Replace "NOTE" with proper markupPeter Eisentraut
2012-12-27Add pg_upgrade --jobs parameterBruce Momjian
2012-12-24Fix some minor issues in view pretty-printing.Tom Lane
2012-12-22Fix documentation typo.Tom Lane
2012-12-20Fix pg_extension_config_dump() to handle update cases more sanely.Tom Lane
2012-12-18doc: Put PL/pgSQL RAISE USING keywords into a listPeter Eisentraut
2012-12-16doc: Remove extra table columnPeter Eisentraut
2012-12-15doc: Add oid columns to system catalog documentationPeter Eisentraut
2012-12-15doc: Add pg_stat_reset and related functions to indexPeter Eisentraut
2012-12-14doc: Improve search_path mentions in indexPeter Eisentraut
2012-12-13Allow a streaming replication standby to follow a timeline switch.Heikki Linnakangas
2012-12-12Disable event triggers in standalone mode.Tom Lane
2012-12-11doc: Remove blastwave.org linkPeter Eisentraut
2012-12-09Fix assorted bugs in privileges-for-types patch.Tom Lane
2012-12-08Support automatically-updatable views.Tom Lane
2012-12-08Update iso.org page linkPeter Eisentraut
2012-12-07Clarify that COPY FREEZE is not a hard rule.Simon Riggs
2012-12-07Improve pl/pgsql to support composite-type expressions in RETURN.Tom Lane
2012-12-06Background worker processesAlvaro Herrera
2012-12-05Add pgstatginindex() function to get the size of the GIN pending list.Heikki Linnakangas
2012-12-04Add support for LDAP URLsPeter Eisentraut
2012-12-04Add initdb --sync-only option to sync the data directory to durableBruce Momjian
2012-12-04Revert initdb --sync-only patch that had incorrect commit messages.Bruce Momjian
2012-12-04dummy commitBruce Momjian
2012-12-04dummy commitBruce Momjian
2012-12-04dummy commitBruce Momjian
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-02Recommend triggers, not rules, in the CREATE VIEW reference page.Tom Lane
2012-12-01COPY FREEZE and mark committed on fresh tables.Simon Riggs
2012-12-01doc: Fix broken links to DocBook wikiPeter Eisentraut
2012-11-30Add libpq function PQconninfo()Magnus Hagander
2012-11-29Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.Tom Lane