aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/postgres-ref.sgml
Commit message (Expand)AuthorAge
* Properly document that SIGTERM is OK for users to use on a postgresBruce Momjian2012-08-30
* Document that PGDATA has to point to the configuration files, ratherBruce Momjian2012-08-15
* Support having multiple Unix-domain sockets per postmaster.Tom Lane2012-08-10
* Make documentation of --help and --version options more consistentPeter Eisentraut2012-06-18
* Improve documentation of postgres -C optionPeter Eisentraut2012-06-13
* Support index-only scans using the visibility map to avoid heap fetches.Tom Lane2011-10-07
* Add postmaster -C option to query configuration parameters, and haveBruce Momjian2011-10-06
* Remove whitespace from end of linesPeter Eisentraut2011-08-07
* Document that server single-user mode does not do checkpoints or otherBruce Momjian2011-03-09
* Improve wording of initdb and pg_controldata manual pages.REL9_1_ALPHA4Bruce Momjian2011-03-09
* Properly capitalize documentation headings; some only had initial-wordBruce Momjian2011-01-29
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Document that pg_ctl cares about the PGHOST environment variable.Bruce Momjian2010-02-22
* Minor copy-editing.Tom Lane2007-07-09
* Remove useless database name from bootstrap argument processing (includingAlvaro Herrera2007-02-16
* Update reference documentation on may/can/might:Bruce Momjian2007-01-31
* Fix erroneous implementation of -s in postmaster.c (the switch doesn't takeTom Lane2007-01-04
* Merge postmaster and postgres command into just postgres. postmasterPeter Eisentraut2006-06-18
* Make all command-line options of postmaster and postgres the same. SeePeter Eisentraut2006-01-05
* Replace "--" and "---" with "—" as appropriate, for better-lookingNeil Conway2004-11-15
* Whack some sense into the configuration-file-location patch.Tom Lane2004-10-08
* Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.Tom Lane2004-02-03
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Put --describe-config in the right place.Peter Eisentraut2003-11-02
* Add --describe-config to top of postgres manual page.Bruce Momjian2003-10-28
* Document --describe-config.Bruce Momjian2003-10-28
* Add mention of SIGHUP on the postmaster manual page.Bruce Momjian2003-10-16
* Repair some REINDEX problems per recent discussions. The relcache isTom Lane2003-09-24
* Put a tad more detail in the discussion of postmaster and postgresTom Lane2003-09-18
* Add/edit index entries.Peter Eisentraut2003-08-31
* Apply (a somewhat revised version of) Greg Mullane's patch to eliminateTom Lane2003-07-29
* Portal and memory management infrastructure for extended query protocol.Tom Lane2003-05-02
* Merge documentation into one book. (Build with "make html".) ReplacePeter Eisentraut2003-03-25
* Another big editing pass for consistent content and presentation.Peter Eisentraut2003-03-24
* This patch includes a lot of minor cleanups to the SGML documentation,Bruce Momjian2003-01-19
* Add mention of postgres signals to reference pageBruce Momjian2002-10-23
* Assorted reference page updatesPeter Eisentraut2002-10-11
* Structure reference pages consistently. Document that structure.Peter Eisentraut2002-07-28
* Augment the date/time examples in the User's Guide to reflect the newerThomas G. Lockhart2002-04-21
* Spell checking and markup additionsPeter Eisentraut2002-03-22
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-02
* Use PostgreSQL consistantly throughout docs. Before, usage was split evenlyThomas G. Lockhart2001-12-08
* proof-readingPeter Eisentraut2001-11-28
* Further work on postmaster and postgres reference pages.Tom Lane2001-11-25
* Remove useless LockDisable() function and associated overhead, per myTom Lane2001-09-27
* Make the world somewhat safe for (not from) DELETE FROM pg_shadow;Peter Eisentraut2001-09-08
* Put some kind of grammatical uniformity in the <refpurpose> lines.Peter Eisentraut2001-09-03
* Tuning for docbook2man.Peter Eisentraut2001-03-17
* Refine some things to create better looking man pages.Peter Eisentraut2000-12-25