| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix broken markup. | Tatsuo Ishii | 2007-08-30 | 1 | -0/+1 |
| * | Update tsearch documentation wording. | Bruce Momjian | 2007-08-29 | 1 | -3/+3 |
| * | Text search documentation word improvements; move configuration section | Bruce Momjian | 2007-08-29 | 2 | -37/+18 |
| * | Move full text search operators, functions, and data type sections into | Bruce Momjian | 2007-08-29 | 3 | -1135/+1146 |
| * | Properly indent SGML in textsearch.sgml. | Bruce Momjian | 2007-08-29 | 1 | -2404/+2629 |
| * | Mention configurations early in text search documentation to table/index | Bruce Momjian | 2007-08-28 | 1 | -8/+24 |
| * | Please ignore. Fresh checkout to see if this fixes it. | Bruce Momjian | 2007-08-28 | 2 | -2/+2 |
| * | Commit test, please ignore. | Bruce Momjian | 2007-08-28 | 1 | -1/+1 |
| * | CVS commit test, ignore. | Bruce Momjian | 2007-08-28 | 1 | -1/+1 |
| * | CVS commit test for TODO. Please ignore. | Bruce Momjian | 2007-08-28 | 1 | -1/+1 |
| * | Small commit test for TODO. | Bruce Momjian | 2007-08-28 | 1 | -1/+1 |
| * | Update TODO.html. | Bruce Momjian | 2007-08-28 | 1 | -1/+1 |
| * | Update TODO with lost change, mostly completed items and whitespace | Bruce Momjian | 2007-08-28 | 1 | -40/+48 |
| * | Batch of TODO updates, mostly completed item marking and whitespace | Bruce Momjian | 2007-08-28 | 1 | -1/+1 |
| * | Adjust with-system-tzdata patch to not attempt to install a symlink, | Tom Lane | 2007-08-25 | 1 | -19/+19 |
| * | Some more tsearch docs work --- sync names with CVS-tip reality, some | Tom Lane | 2007-08-25 | 1 | -156/+150 |
| * | Fix typo in FAQ_DEV. | Bruce Momjian | 2007-08-23 | 2 | -4/+4 |
| * | Add book to FAQ_DEV: | Bruce Momjian | 2007-08-23 | 2 | -13/+19 |
| * | Fix cut-n-paste-o. | Tom Lane | 2007-08-22 | 1 | -2/+2 |
| * | Remove option to change parser of an existing text search configuration. | Tom Lane | 2007-08-22 | 2 | -32/+7 |
| * | Text search doc updates --- first cut at | Tom Lane | 2007-08-22 | 3 | -309/+409 |
| * | Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating the | Tom Lane | 2007-08-22 | 2 | -17/+72 |
| * | First rough cut at text search documentation: bare bones reference | Tom Lane | 2007-08-21 | 18 | -10/+5224 |
| * | Remove tabs from SGML files. | Bruce Momjian | 2007-08-21 | 1 | -22/+22 |
| * | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane | 2007-08-21 | 2 | -8/+32 |
| * | Add configure option --with-system-tzdata to use operating system time zone | Peter Eisentraut | 2007-08-20 | 1 | -1/+39 |
| * | minor typo fixes in CSVlog docs, per Michael Glaesemann | Andrew Dunstan | 2007-08-19 | 2 | -4/+4 |
| * | Done: | Bruce Momjian | 2007-08-19 | 1 | -5/+2 |
| * | Provide for logfiles in machine readable CSV format. In consequence, rename | Andrew Dunstan | 2007-08-19 | 3 | -24/+130 |
| * | Add: | Bruce Momjian | 2007-08-16 | 1 | -2/+7 |
| * | Add third idea about pulling data from indexes. | Bruce Momjian | 2007-08-15 | 1 | -1/+8 |
| * | Fix whitespace in TODO. | Bruce Momjian | 2007-08-15 | 1 | -36/+36 |
| * | Done for ecpg: | Bruce Momjian | 2007-08-14 | 1 | -2/+2 |
| * | TEMPORARILY make synchronous_commit default to OFF, so that we can get more | Tom Lane | 2007-08-13 | 1 | -1/+9 |
| * | Document that the regexp split functions ignore zero-length matches in | Tom Lane | 2007-08-13 | 1 | -5/+14 |
| * | Code review for regexp_matches/regexp_split patch. Refactor to avoid assuming | Tom Lane | 2007-08-11 | 1 | -32/+33 |
| * | Fix incorrect URI for cvs rsync | Magnus Hagander | 2007-08-06 | 1 | -2/+2 |
| * | Switch over to using the src/timezone functions for formatting timestamps | Tom Lane | 2007-08-04 | 2 | -14/+38 |
| * | Update supported standalone VC++ version to 7.1+ only, and fix | Magnus Hagander | 2007-08-03 | 1 | -4/+4 |
| * | Move session_start out of MyProcPort stucture and make it a global called MyS... | Andrew Dunstan | 2007-08-02 | 1 | -3/+3 |
| * | Done: | Bruce Momjian | 2007-08-01 | 2 | -19/+4 |
| * | Support an optional asynchronous commit mode, in which we don't flush WAL | Tom Lane | 2007-08-01 | 2 | -28/+200 |
| * | Remove links to old Win32 source code ports. | Bruce Momjian | 2007-08-01 | 1 | -5/+2 |
| * | Update conformance information about bigint type | Peter Eisentraut | 2007-07-27 | 1 | -4/+4 |
| * | Implement RETURN QUERY for PL/PgSQL. This provides some convenient syntax | Neil Conway | 2007-07-25 | 1 | -29/+48 |
| * | Create a new dedicated Postgres process, "wal writer", which exists to write | Tom Lane | 2007-07-24 | 1 | -4/+24 |
| * | Set a default autovacuum vacuum_cost_delay value of 20ms, to avoid excessive | Alvaro Herrera | 2007-07-24 | 1 | -4/+5 |
| * | Reword paragraph about the autovacuum_max_workers setting. Patch from | Alvaro Herrera | 2007-07-23 | 1 | -11/+11 |
| * | SSPI authentication on Windows. GSSAPI compatible client when doing Kerberos | Magnus Hagander | 2007-07-23 | 2 | -2/+60 |
| * | Provide a bit more high-level documentation for the GEQO planner. | Tom Lane | 2007-07-21 | 2 | -21/+85 |