summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2014-10-14Fix typo in docs.Heikki Linnakangas
2014-10-14doc: Improve ALTER VIEW / SET documentationPeter Eisentraut
2014-10-14doc: Fix copy-and-paste mistakesPeter Eisentraut
2014-10-13doc: mention TM is ignored for to_date/to_timestamp()Bruce Momjian
2014-10-13doc: mention more changes needed to use huge pagesBruce Momjian
2014-10-13docs: error for adding _validated_ domains for existing usesBruce Momjian
2014-10-13doc: improve USING and NATURAL JOIN descriptionsBruce Momjian
2014-10-13Add --latency-limit option to pgbench.Heikki Linnakangas
2014-10-11docs: remove mention that attnotnull should be changedBruce Momjian
2014-10-11Improve documentation about JSONB array containment behavior.Tom Lane
2014-10-09Fix broken example in PL/pgSQL document.Fujii Masao
2014-10-07Implement SKIP LOCKED for row-level locksAlvaro Herrera
2014-10-06Add support for managing physical replication slots to pg_receivexlog.Andres Freund
2014-10-06Rename pg_recvlogical's --create/--drop to --create-slot/--drop-slot.Andres Freund
2014-10-05Update 9.4 release notes for commits through today.Tom Lane
2014-10-03Fix CreatePolicy, pg_dump -v; psql and doc updatesStephen Frost
2014-10-03Don't balance vacuum cost delay when per-table settings are in effectAlvaro Herrera
2014-10-03Fix documentation for CREATE SEQUENCE IF NOT EXISTS.Heikki Linnakangas
2014-10-01Add functions for dealing with PGP armor header lines to pgcrypto.Heikki Linnakangas
2014-10-01Improve documentation about binary/textual output mode for output plugins.Andres Freund
2014-09-30Correct stdin/stdout usage in COPY .. PROGRAMStephen Frost
2014-09-29doc fix for pg_recvlogical: --create doesn't immediately exit.Andres Freund
2014-09-29Revert 95d737ff to add 'ignore_nulls'Stephen Frost
2014-09-26Fix relcache for policies, and doc updatesStephen Frost
2014-09-25Add -D option to specify data directory to pg_controldata and pg_resetxlog.Heikki Linnakangas
2014-09-24Copy-editing of row securityStephen Frost
2014-09-24Code review for row security.Stephen Frost
2014-09-19Fix failure of contrib/auto_explain to print per-node timing information.Tom Lane
2014-09-19doc: Use <literal> and all-caps for READ COMMITTED isolation level.Robert Haas
2014-09-19Row-Level Security Policies (RLS)Stephen Frost
2014-09-19Add the capability to display summary statistics to pg_xlogdump.Andres Freund
2014-09-16Fix the return type of GIN triConsistent support functions to "char".Heikki Linnakangas
2014-09-14Invent PGC_SU_BACKEND and mark log_connections/log_disconnections that way.Tom Lane
2014-09-14Run missing documentation tools through "missing"Peter Eisentraut
2014-09-12Add GUC to enable logging of replication commands.Fujii Masao
2014-09-12Add unicode_{column|header|border}_style to psqlStephen Frost
2014-09-12Add 'ignore_nulls' option to row_to_jsonStephen Frost
2014-09-11Change the way latency is calculated with pgbench --rate option.Heikki Linnakangas
2014-09-11doc: improve configuration management sectionBruce Momjian
2014-09-10Implement mxid_age() to compute multi-xid ageBruce Momjian
2014-09-09Add new psql help topics, accessible to both --help and \?.Andres Freund
2014-09-09Add width_bucket(anyelement, anyarray).Tom Lane
2014-09-09doc: Reflect renaming of Mac OS X to OS XPeter Eisentraut
2014-09-08Fix psql \s to work with recent libedit, and add pager support.Tom Lane
2014-09-08Documentation fix: sum(float4) returns float4, not float8.Tom Lane
2014-09-06docs: Improve pg_isready details about username/dbnameBruce Momjian
2014-09-06Properly document that -r is only honored from the command-line.Bruce Momjian
2014-09-05pg_upgrade: preserve the timestamp epochBruce Momjian
2014-09-05Clarify documentation about "peer" rows in window functionsBruce Momjian
2014-09-04doc: Remove dead linkPeter Eisentraut