summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2015-10-15Allow FDWs to push down quals without breaking EvalPlanQual rechecks.Robert Haas
2015-10-08Fix typo in docs.Robert Haas
2015-10-08Hyphenate variable-length for consistency.Robert Haas
2015-10-07Improve documentation of the role-dropping process.Tom Lane
2015-10-07docs: add JSONB containment example of a key and empty objectBruce Momjian
2015-10-07docs: Map operator @> to the proper SGML escape for '>'Bruce Momjian
2015-10-07docs: clarify JSONB operator descriptionsBruce Momjian
2015-10-06to_number(): allow 'V' to divide by 10^(the number of digits)Bruce Momjian
2015-10-06psql: allow \pset C in setting the title, matches \CBruce Momjian
2015-10-05docs: update guidelines on when to use GIN and GiST indexesBruce Momjian
2015-10-05Docs: explain contrib/pg_stat_statements' handling of GC failure.Tom Lane
2015-10-05Last-minute updates for release notes.Tom Lane
2015-10-05Remove outdated comment about relation level autovacuum freeze limits.Andres Freund
2015-10-05ALTER TABLE .. FORCE ROW LEVEL SECURITYStephen Frost
2015-10-04Release notes for 9.5beta1, 9.4.5, 9.3.10, 9.2.14, 9.1.19, 9.0.23.Tom Lane
2015-10-04Group cluster_name and update_process_title settings togetherPeter Eisentraut
2015-10-04Update 9.5 release notes through today.Tom Lane
2015-10-04First-draft release notes for 9.4.5, 9.3.10, 9.2.14, 9.1.19, 9.0.23.Tom Lane
2015-10-04Document that row_security is a boolean GUC.Noah Misch
2015-10-04Make BYPASSRLS behave like superuser RLS bypass.Noah Misch
2015-10-03Add CASCADE support for CREATE EXTENSION.Andres Freund
2015-10-03doc: Update URLs of external projectsPeter Eisentraut
2015-10-03doc: Make some index terms and terminology more consistentPeter Eisentraut
2015-10-02Clarify FDW documentation about ON CONFLICT.Robert Haas
2015-10-02Docs: add disclaimer about hazards of using regexps from untrusted sources.Tom Lane
2015-10-02Docs: add another example of creating a range type.Tom Lane
2015-10-01Fix mention of htup.h in storage.sgmlFujii Masao
2015-09-30Add a Gather executor node.Robert Haas
2015-09-27doc: Tweak "cube" index entryPeter Eisentraut
2015-09-22Docs: fix typo in to_char() example.Tom Lane
2015-09-22Add some notes about coding conventions do the docs.Andres Freund
2015-09-22doc: Tweak synopsis indentation for consistencyPeter Eisentraut
2015-09-22Use gender-neutral language in documentationPeter Eisentraut
2015-09-21Remove the row_security=force GUC value.Noah Misch
2015-09-18Order some new options on man pages more sensibly, minor improvementsPeter Eisentraut
2015-09-16Determine whether it's safe to attempt a parallel plan for a query.Robert Haas
2015-09-16Fix documentation of regular expression character-entry escapes.Tom Lane
2015-09-16pgbench progress with timestampTeodor Sigaev
2015-09-15Add POLICY to COMMENT documentationStephen Frost
2015-09-14Check existency of table/schema for -t/-n option (pg_dump/pg_restore)Teodor Sigaev
2015-09-13doc: Remove dead linksPeter Eisentraut
2015-09-12Fix typo in create_policy.sgmlStephen Frost
2015-09-11Correct description of PageHeaderData layout in documentationFujii Masao
2015-09-11doc: Spell checkingPeter Eisentraut
2015-09-08Allow per-tablespace effective_io_concurrencyAlvaro Herrera
2015-09-08contrib/sslinfo: add ssl_extension_info SRFAlvaro Herrera
2015-09-07Add log_line_prefix option 'n' for Unix epoch.Jeff Davis
2015-09-07Update site address of Snowball projectTeodor Sigaev
2015-09-06Add ability to reserve WAL upon slot creation via replication protocol.Andres Freund
2015-09-05Rearrange the handling of error context reports.Tom Lane