summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Fix broken markup.Tatsuo Ishii2007-08-301-0/+1
* Update tsearch documentation wording.Bruce Momjian2007-08-291-3/+3
* Text search documentation word improvements; move configuration sectionBruce Momjian2007-08-292-37/+18
* Move full text search operators, functions, and data type sections intoBruce Momjian2007-08-293-1135/+1146
* Properly indent SGML in textsearch.sgml.Bruce Momjian2007-08-291-2404/+2629
* Mention configurations early in text search documentation to table/indexBruce Momjian2007-08-281-8/+24
* Please ignore. Fresh checkout to see if this fixes it.Bruce Momjian2007-08-282-2/+2
* Commit test, please ignore.Bruce Momjian2007-08-281-1/+1
* CVS commit test, ignore.Bruce Momjian2007-08-281-1/+1
* CVS commit test for TODO. Please ignore.Bruce Momjian2007-08-281-1/+1
* Small commit test for TODO.Bruce Momjian2007-08-281-1/+1
* Update TODO.html.Bruce Momjian2007-08-281-1/+1
* Update TODO with lost change, mostly completed items and whitespaceBruce Momjian2007-08-281-40/+48
* Batch of TODO updates, mostly completed item marking and whitespaceBruce Momjian2007-08-281-1/+1
* Adjust with-system-tzdata patch to not attempt to install a symlink,Tom Lane2007-08-251-19/+19
* Some more tsearch docs work --- sync names with CVS-tip reality, someTom Lane2007-08-251-156/+150
* Fix typo in FAQ_DEV.Bruce Momjian2007-08-232-4/+4
* Add book to FAQ_DEV:Bruce Momjian2007-08-232-13/+19
* Fix cut-n-paste-o.Tom Lane2007-08-221-2/+2
* Remove option to change parser of an existing text search configuration.Tom Lane2007-08-222-32/+7
* Text search doc updates --- first cut atTom Lane2007-08-223-309/+409
* Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating theTom Lane2007-08-222-17/+72
* First rough cut at text search documentation: bare bones referenceTom Lane2007-08-2118-10/+5224
* Remove tabs from SGML files.Bruce Momjian2007-08-211-22/+22
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-212-8/+32
* Add configure option --with-system-tzdata to use operating system time zonePeter Eisentraut2007-08-201-1/+39
* minor typo fixes in CSVlog docs, per Michael GlaesemannAndrew Dunstan2007-08-192-4/+4
* Done:Bruce Momjian2007-08-191-5/+2
* Provide for logfiles in machine readable CSV format. In consequence, renameAndrew Dunstan2007-08-193-24/+130
* Add:Bruce Momjian2007-08-161-2/+7
* Add third idea about pulling data from indexes.Bruce Momjian2007-08-151-1/+8
* Fix whitespace in TODO.Bruce Momjian2007-08-151-36/+36
* Done for ecpg:Bruce Momjian2007-08-141-2/+2
* TEMPORARILY make synchronous_commit default to OFF, so that we can get moreTom Lane2007-08-131-1/+9
* Document that the regexp split functions ignore zero-length matches inTom Lane2007-08-131-5/+14
* Code review for regexp_matches/regexp_split patch. Refactor to avoid assumingTom Lane2007-08-111-32/+33
* Fix incorrect URI for cvs rsyncMagnus Hagander2007-08-061-2/+2
* Switch over to using the src/timezone functions for formatting timestampsTom Lane2007-08-042-14/+38
* Update supported standalone VC++ version to 7.1+ only, and fixMagnus Hagander2007-08-031-4/+4
* Move session_start out of MyProcPort stucture and make it a global called MyS...Andrew Dunstan2007-08-021-3/+3
* Done:Bruce Momjian2007-08-012-19/+4
* Support an optional asynchronous commit mode, in which we don't flush WALTom Lane2007-08-012-28/+200
* Remove links to old Win32 source code ports.Bruce Momjian2007-08-011-5/+2
* Update conformance information about bigint typePeter Eisentraut2007-07-271-4/+4
* Implement RETURN QUERY for PL/PgSQL. This provides some convenient syntaxNeil Conway2007-07-251-29/+48
* Create a new dedicated Postgres process, "wal writer", which exists to writeTom Lane2007-07-241-4/+24
* Set a default autovacuum vacuum_cost_delay value of 20ms, to avoid excessiveAlvaro Herrera2007-07-241-4/+5
* Reword paragraph about the autovacuum_max_workers setting. Patch fromAlvaro Herrera2007-07-231-11/+11
* SSPI authentication on Windows. GSSAPI compatible client when doing KerberosMagnus Hagander2007-07-232-2/+60
* Provide a bit more high-level documentation for the GEQO planner.Tom Lane2007-07-212-21/+85