summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2014-02-12doc: Postgres date-style date-only output is ISOBruce Momjian
2014-02-11Don't generate plain-text HISTORY and src/test/regress/README anymore.Tom Lane
2014-02-06doc: Disable indentation of XHTML outputPeter Eisentraut
2014-02-05Minor improvements to replication slot documentation.Robert Haas
2014-02-04Rephrase text to avoid links in regress.sgmlRobert Haas
2014-02-03Document a few more regression test hazards.Robert Haas
2014-02-02Add <indexterm> for functions pg_sleep_for and pg_sleep_until.Fujii Masao
2014-02-02Fix typos in docs and comments.Fujii Masao
2014-02-01Introduce replication slots.Robert Haas
2014-02-01docs: mention 'g' is not in the regex embedded options tableBruce Momjian
2014-02-01doc: mention statistics reset during crash recoveryBruce Momjian
2014-02-01doc: mention data page checksums in WAL sectionBruce Momjian
2014-01-31docs: mention tgconstrindid supports exclusion constraintsBruce Momjian
2014-01-31Add some examples to the postgres_fdw documentation.Tom Lane
2014-01-31doc: authentication wording improvementsBruce Momjian
2014-01-31docs: specify FOR UPDATE/SHARE incompatibilitiesBruce Momjian
2014-01-31Fix documented return type of json_array_elements_text.Andrew Dunstan
2014-01-30Add convenience functions pg_sleep_for and pg_sleep_until.Robert Haas
2014-01-30docs: improve xref description for xreflabel and refentry linksBruce Momjian
2014-01-30docs: mention SGML refentry also pulls text from the linkBruce Momjian
2014-01-30docs: add mention of index swappingBruce Momjian
2014-01-30Add checks for interval overflow/underflowBruce Momjian
2014-01-29Include planning time in EXPLAIN ANALYZE output.Robert Haas
2014-01-29Add json_array_elements_text function.Andrew Dunstan
2014-01-29Remedy two small omissions in the new json functions docs.Andrew Dunstan
2014-01-29Fix docs build.Heikki Linnakangas
2014-01-29Allow using huge TLB pages on Linux (MAP_HUGETLB)Heikki Linnakangas
2014-01-28Minor docs fixes for new json functions.Andrew Dunstan
2014-01-28New json functions.Andrew Dunstan
2014-01-28Add pg_stat_archiver statistics view.Fujii Masao
2014-01-27Keep pg_stat_statements' query texts in a file, not in shared memory.Tom Lane
2014-01-27Relax the requirement that all lwlocks be stored in a single array.Robert Haas
2014-01-27Code review for auto-tuned effective_cache_size.Tom Lane
2014-01-26Provide for client-only installs with MSVC.Andrew Dunstan
2014-01-26Enable building with Visual Studion 2013.Andrew Dunstan
2014-01-26Use E, not e, for escaping in example docsStephen Frost
2014-01-25Copy-editing docs for recovery_target='immediate', and "ie."Heikki Linnakangas
2014-01-25docs: mention CREATE TABLE LIKE linkage using INCLUDING DEFAULTSBruce Momjian
2014-01-25Add recovery_target='immediate' option.Heikki Linnakangas
2014-01-24ALTER TABLESPACE ... MOVE ... OWNED BYStephen Frost
2014-01-24Remove duplicate index entry DATE_TRUNC in document.Fujii Masao
2014-01-23Add libpq function PQhostaddr().Fujii Masao
2014-01-23Add date_trunc('', interval) documentation mentionBruce Momjian
2014-01-21Add a cardinality function for arrays.Robert Haas
2014-01-19Remove support for native krb5 authenticationMagnus Hagander
2014-01-19Add CREATE TABLESPACE ... WITH ... OptionsStephen Frost
2014-01-18Add ALTER TABLESPACE ... MOVE commandStephen Frost
2014-01-17Add gen_random_uuid() to contrib/pgcrypto.Tom Lane
2014-01-17doc: rename "Equals" to "Equal"Bruce Momjian
2014-01-17doc: fix := description typo.Bruce Momjian