summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2014-11-06Implement IF NOT EXIST for CREATE INDEX.Fujii Masao
2014-11-06Remove the last vestige of server-side autocommit.Tom Lane
2014-11-04doc: Move misplaced paragraphPeter Eisentraut
2014-11-03Docs: fix incorrect spelling of contrib/pgcrypto option.Tom Lane
2014-11-03Fix generation of INSTALL file by removing linkPeter Eisentraut
2014-11-02Add configure --enable-tap-tests optionPeter Eisentraut
2014-11-01PL/Python: Fix examplePeter Eisentraut
2014-10-31doc: Fix typosPeter Eisentraut
2014-10-31doc: Wording and formatting improvements in new logical decoding docsPeter Eisentraut
2014-10-31doc: Improve CREATE VIEW / WITH documentationPeter Eisentraut
2014-10-27Add missing equals signs to pg_recvlogical documentation.Robert Haas
2014-10-21Allow input format xxxx-xxxx-xxxx for macaddr typePeter Eisentraut
2014-10-21doc: Check DocBook XML validity during the buildPeter Eisentraut
2014-10-21doc: Update Red Hat documentation tools informationPeter Eisentraut
2014-10-21doc: Update FreeBSD documentation tools informationPeter Eisentraut
2014-10-19Allow setting effective_io_concurrency even on unsupported systemsPeter Eisentraut
2014-10-18Shorten warning about hash creationBruce Momjian
2014-10-18doc: restrictions on alter database moving default tablespaceBruce Momjian
2014-10-18doc: Clean up pg_recvlogical reference pagePeter Eisentraut
2014-10-16Support timezone abbreviations that sometimes change.Tom Lane
2014-10-15Print planning time only in EXPLAIN ANALYZE, not plain EXPLAIN.Tom Lane
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