summaryrefslogtreecommitdiff
path: root/doc/src
Commit message (Expand)AuthorAgeFilesLines
* Call setrlimit if possible in pg_regress to allow core file generation, and p...Andrew Dunstan2007-01-051-1/+16
* Add missing reference to pg_shdescription. Greg MullaneTom Lane2007-01-051-2/+3
* Fix tab to space mention in FAQ_DEV.Bruce Momjian2007-01-041-2/+2
* Fix erroneous implementation of -s in postmaster.c (the switch doesn't takeTom Lane2007-01-041-113/+95
* Support type modifiers for user-defined types, and pull most knowledgeTom Lane2006-12-303-34/+101
* Clarify wording on when ctid is modified by VACUUM FULL.Bruce Momjian2006-12-301-2/+2
* Add TLS thread URL:Bruce Momjian2006-12-281-1/+2
* Remove:Bruce Momjian2006-12-281-3/+1
* Remove caveat about avoiding cross-type operators in constraints intendedTom Lane2006-12-281-24/+1
* Done:Bruce Momjian2006-12-281-5/+1
* Use FROM clause in example UPDATE commands where appropriate. AlsoTom Lane2006-12-271-23/+8
* Use "dead" rather than "expired" for vacuumable rows.Bruce Momjian2006-12-272-7/+7
* Remove incorrect semicolon in example. Joachim WielandTom Lane2006-12-261-2/+2
* Code review for XML patch. Instill a bit of sanity in the location ofTom Lane2006-12-242-3/+26
* Change a VACUUM manual page word from 'deleted' to 'expired', so DELETEBruce Momjian2006-12-231-2/+2
* Document that CREATE TYPE names should not begin with an underscore,Bruce Momjian2006-12-231-3/+3
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-235-192/+233
* Add a link to the developer's FAQ for my article about how companies canBruce Momjian2006-12-221-12/+14
* Slight adjustments to xml documentation to reflect functionality justBruce Momjian2006-12-221-9/+8
* Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut2006-12-213-65/+141
* 8.3 release schedule is year 2007, not 2006.Bruce Momjian2006-12-201-5/+5
* Add timeline for next release to developer's FAQ.Bruce Momjian2006-12-191-44/+67
* Item done.Bruce Momjian2006-12-191-3/+1
* Interpret a dbName param to PQsetdbLogin as a conninfo string if it contains ...Andrew Dunstan2006-12-192-8/+30
* Set pg_am.amstrategies to zero for index AMs that don't have fixedTom Lane2006-12-181-2/+4
* Fix typo:Bruce Momjian2006-12-171-2/+2
* Move entry into CLUSTER section:Bruce Momjian2006-12-171-3/+3
* Back out double-run of PDF/PS output. Requires building bookindex.sgmlBruce Momjian2006-12-153-28/+20
* TODO item not wanted:Bruce Momjian2006-12-151-1/+8
* Link to summary XML email, rather than thread top:Bruce Momjian2006-12-151-3/+3
* Document issues for SGML and XML:Bruce Momjian2006-12-151-1/+4
* Document patch needed to get PDF and PS output in a reasonable amount ofBruce Momjian2006-12-151-1/+12
* Remove unneeded tab in file.Bruce Momjian2006-12-151-2/+2
* Run Jade twice when outputting Postscript and PDF so the index isBruce Momjian2006-12-151-1/+11
* Update entry:Bruce Momjian2006-12-121-2/+3
* Document that log_line_prefix %t does not print timezone on Win32.Bruce Momjian2006-12-121-2/+2
* Oops, removed:Bruce Momjian2006-12-121-2/+1
* Add:Bruce Momjian2006-12-121-1/+2
* Remove blank lines in HTML FAQ.Bruce Momjian2006-12-111-15/+15
* Add FAQ entry to mention using COALESCE() for concatenation of possibleBruce Momjian2006-12-111-6/+17
* Make separate targets for building printable documentation in A4 andPeter Eisentraut2006-12-102-19/+31
* Reorganize XSLT stylesheet support. Put common things into a separatePeter Eisentraut2006-12-105-157/+112
* Add some information about increasing JadeTeX parameters.Peter Eisentraut2006-12-101-12/+33
* Drop indentation of verbatim environments in print output. This increasedPeter Eisentraut2006-12-101-7/+1
* Generalize Texinfo rules. Prevent them from overriding the PostScriptPeter Eisentraut2006-12-101-8/+11
* Remove the logId/logSeg fields from pg_control, because they are not neededTom Lane2006-12-081-3/+15
* Fix broken markup.Tom Lane2006-12-081-1/+2
* Add a txn_start column to pg_stat_activity. This makes it easier toNeil Conway2006-12-061-11/+11
* Change psql \\ example to use single quotes, per TOm.Bruce Momjian2006-12-061-2/+2
* Clean up psql -c documentation that uses \\.Bruce Momjian2006-12-061-4/+5