summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
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
2014-08-14docs: Add missing period.Robert Haas
2014-08-14doc: Remove obsolete set element DSSSL customizationsPeter Eisentraut
2014-08-13Expose -S option in pg_receivexlog.Fujii Masao
2014-08-12Fix typo in \setrandom document.Fujii Masao
2014-08-12Add tab-completion for \unset and valid setting values of psql variables.Fujii Masao
2014-08-11Fix documentation oversights about pageinspect and initialization fork.Fujii Masao
2014-08-10Clarify type resolution behavior for domain types.Tom Lane
2014-08-09Further cleanup of JSON-specific error messages.Tom Lane
2014-08-08Add -F option to pg_receivexlog, for specifying fsync interval.Fujii Masao
2014-08-08Fix typo in docs.Tom Lane
2014-08-04pg_upgrade: assume user is install userBruce Momjian
2014-08-01Fix typo in user manualHeikki Linnakangas
2014-07-30pgbench: Allow \setrandom to generate Gaussian/exponential distributions.Robert Haas
2014-07-30doc: Clean up some recently added PL/pgSQL documentationPeter Eisentraut
2014-07-29Reword the sentence for pg_logical_slot_peek_changes function.Fujii Masao