aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml
Commit message (Expand)AuthorAge
* Implement function-local GUC parameter settings, as per recent discussion.Tom Lane2007-09-03
* Clean up whitespace.Bruce Momjian2007-09-02
* More SGML alignment cleanups.Bruce Momjian2007-09-01
* Properly indent SGML source of libpq.sgml.Bruce Momjian2007-09-01
* Only use SGML indexterm "zone" when we want to get the entire section.Bruce Momjian2007-08-31
* Make Gin/Gist text search tertiary index entries in the documentation.Bruce Momjian2007-08-31
* Add comment on why SGML -wfully-tagged flag is needed (for older SGMLBruce Momjian2007-08-31
* Place GiST and GIN text search indexes as secondary items under the mainBruce Momjian2007-08-31
* Again improve text search index entries.Bruce Momjian2007-08-31
* In text search docs, properly use indexterm _zone_ only when we want anBruce Momjian2007-08-31
* Fix docs so indexes can be built by commenting out GiST/GIN indexBruce Momjian2007-08-31
* Add openjade warning -wfully-tagged to warn about missing close tags onBruce Momjian2007-08-31
* Make more logical index sections for text search.Bruce Momjian2007-08-30
* Fix broken markup.Tatsuo Ishii2007-08-30
* Update tsearch documentation wording.Bruce Momjian2007-08-29
* Text search documentation word improvements; move configuration sectionBruce Momjian2007-08-29
* Move full text search operators, functions, and data type sections intoBruce Momjian2007-08-29
* Properly indent SGML in textsearch.sgml.Bruce Momjian2007-08-29
* Mention configurations early in text search documentation to table/indexBruce Momjian2007-08-28
* Adjust with-system-tzdata patch to not attempt to install a symlink,Tom Lane2007-08-25
* Some more tsearch docs work --- sync names with CVS-tip reality, someTom Lane2007-08-25
* Fix cut-n-paste-o.Tom Lane2007-08-22
* Remove option to change parser of an existing text search configuration.Tom Lane2007-08-22
* Text search doc updates --- first cut atTom Lane2007-08-22
* Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating theTom Lane2007-08-22
* First rough cut at text search documentation: bare bones referenceTom Lane2007-08-21
* Remove tabs from SGML files.Bruce Momjian2007-08-21
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-21
* Add configure option --with-system-tzdata to use operating system time zonePeter Eisentraut2007-08-20
* minor typo fixes in CSVlog docs, per Michael GlaesemannAndrew Dunstan2007-08-19
* Provide for logfiles in machine readable CSV format. In consequence, renameAndrew Dunstan2007-08-19
* TEMPORARILY make synchronous_commit default to OFF, so that we can get moreTom Lane2007-08-13
* Document that the regexp split functions ignore zero-length matches inTom Lane2007-08-13
* Code review for regexp_matches/regexp_split patch. Refactor to avoid assumingTom Lane2007-08-11
* Fix incorrect URI for cvs rsyncMagnus Hagander2007-08-06
* Switch over to using the src/timezone functions for formatting timestampsTom Lane2007-08-04
* Update supported standalone VC++ version to 7.1+ only, and fixMagnus Hagander2007-08-03
* Move session_start out of MyProcPort stucture and make it a global called MyS...Andrew Dunstan2007-08-02
* Support an optional asynchronous commit mode, in which we don't flush WALTom Lane2007-08-01
* Update conformance information about bigint typePeter Eisentraut2007-07-27
* Implement RETURN QUERY for PL/PgSQL. This provides some convenient syntaxNeil Conway2007-07-25
* Create a new dedicated Postgres process, "wal writer", which exists to writeTom Lane2007-07-24
* Set a default autovacuum vacuum_cost_delay value of 20ms, to avoid excessiveAlvaro Herrera2007-07-24
* Reword paragraph about the autovacuum_max_workers setting. Patch fromAlvaro Herrera2007-07-23
* SSPI authentication on Windows. GSSAPI compatible client when doing KerberosMagnus Hagander2007-07-23
* Provide a bit more high-level documentation for the GEQO planner.Tom Lane2007-07-21
* GSSAPI documentationMagnus Hagander2007-07-18
* Document that 'deleted' is also tracked by autovacuum.Bruce Momjian2007-07-18
* Document that age() adds days, then full months.Bruce Momjian2007-07-18
* Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS,Neil Conway2007-07-17