summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2014-11-17Update 9.4 release notes for commits through today.Tom Lane
2014-11-16Mention the TZ environment variable for initdbMagnus Hagander
2014-11-16Fix duplicated platforms due to copy/paste errorMagnus Hagander
2014-11-14Document evaluation-order considerations for aggregate functions.Tom Lane
2014-11-14Revert change to ALTER TABLESPACE summary.Stephen Frost
2014-11-13Tweak row-level locking documentationAlvaro Herrera
2014-11-13doc: Add index entry for "hypothetical-set aggregate"Peter Eisentraut
2014-11-08doc: Update pg_receivexlog notePeter Eisentraut
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-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-11Improve documentation about JSONB array containment behavior.Tom Lane
2014-10-09Fix broken example in PL/pgSQL document.Fujii Masao
2014-10-06Stamp 9.4beta3.REL9_4_BETA3Tom Lane
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-03Don't balance vacuum cost delay when per-table settings are in effectAlvaro Herrera
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-19Fix failure of contrib/auto_explain to print per-node timing information.Tom Lane
2014-09-16Fix the return type of GIN triConsistent support functions to "char".Heikki Linnakangas
2014-09-12Support ALTER SYSTEM RESET command.Fujii Masao
2014-09-11Change the way latency is calculated with pgbench --rate option.Heikki Linnakangas
2014-09-11doc: improve configuration management sectionBruce Momjian
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-05Clarify documentation about "peer" rows in window functionsBruce Momjian
2014-09-04doc: Remove dead linkPeter Eisentraut
2014-09-04docs: Improve documentation of \pset without arguments.Fujii Masao
2014-09-03Update URL reference material in /contrib/isn docsBruce Momjian
2014-09-03Document use of partial indexes for partial unique constraintsBruce Momjian
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-25upgrade docs: highlight pg_upgrade, warn about globals preservationBruce Momjian