summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
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
2014-09-03Update URL reference material in /contrib/isn docsBruce Momjian
2014-09-03Document use of partial indexes for partial unique constraintsBruce Momjian
2014-09-02Check number of parameters in RAISE statement at compile time.Heikki Linnakangas
2014-09-02Add psql PROMPT variable showing which line of a statement is being edited.Andres Freund
2014-09-02Support ALTER SYSTEM RESET command.Fujii Masao
2014-08-30doc: Various typo/grammar fixesKevin Grittner
2014-08-29pg_is_xlog_replay_paused(): remove super-user-only restrictionBruce Momjian
2014-08-29doc: Revert ALTER TABLESPACE summary linePeter Eisentraut
2014-08-29Add min and max aggregates for inet/cidr data types.Tom Lane
2014-08-28Allow escaping of option values for options passed at connection start.Andres Freund
2014-08-27doc: Document valid checkpoint_timeout rangePeter Eisentraut
2014-08-26Implement IF NOT EXISTS for CREATE SEQUENCE.Heikki Linnakangas
2014-08-26pg_upgrade docs: update docs for 8.3 support removalBruce Momjian
2014-08-25pg_ctl, pg_upgrade: allow multiple -o/-O options, append themBruce Momjian
2014-08-25upgrade docs: highlight pg_upgrade, warn about globals preservationBruce Momjian
2014-08-22Implement ALTER TABLE .. SET LOGGED / UNLOGGEDAlvaro Herrera
2014-08-22Fix corner-case behaviors in JSON/JSONB field extraction operators.Tom Lane
2014-08-21Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'Stephen Frost
2014-08-21Add pinning_backends column to the pg_buffercache extension.Andres Freund
2014-08-20Use comma+space as the separator in the default search_path.Heikki Linnakangas
2014-08-19Make pg_service.conf sample LDIF more portable.Noah Misch
2014-08-19Document new trigger-related forms of ALTER FOREIGN TABLE.Noah Misch
2014-08-18Adjust Release Notes to reflect holding off wrapped expanded mode until 9.5 (...Greg Stark
2014-08-18Fix obsolete mention of non-int64 support in CREATE SEQUENCE documentation.Tom Lane
2014-08-18Use ISO 8601 format for dates converted to JSON, too.Tom Lane
2014-08-18Add missing index terms for replication commands in the document.Fujii Masao
2014-08-18Make an editorial pass over the 9.4 release notes.Tom Lane
2014-08-17Improve DISCARD documentation.Tom Lane
2014-08-17doc: Work around stylesheet bug for man buildPeter Eisentraut
2014-08-15Doc fix: New York State's capital is Albany.Heikki Linnakangas
2014-08-15doc: Fix DocBook XML validityPeter Eisentraut
2014-08-14Update SysV parameter configuration documentation for FreeBSD.Tom Lane