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