| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update timezone code to track the upstream changes since 2003. In particular | Tom Lane | 2008-02-16 | 2 | -0/+32 |
| * | Allow AS to be omitted when specifying an output column name in SELECT | Tom Lane | 2008-02-15 | 1 | -2/+2 |
| * | Make pg_regress clean out the testtablespace directory only on Windows. | Tom Lane | 2008-01-19 | 1 | -6/+16 |
| * | Fix a regression test that fails if default_text_search_config isn't | Tom Lane | 2008-01-13 | 2 | -2/+2 |
| * | The original implementation of polymorphic aggregates didn't really get the | Tom Lane | 2008-01-11 | 2 | -0/+72 |
| * | Fix some planner issues found while investigating Kevin Grittner's report | Tom Lane | 2008-01-09 | 3 | -0/+85 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 8 | -16/+16 |
| * | Fix attribution for Rime of the Ancient Mariner (obviously it's been | Tom Lane | 2007-12-10 | 2 | -12/+12 |
| * | The E. J. Pratt verse used as a tsearch test case is unfortunately still | Tom Lane | 2007-12-09 | 2 | -138/+165 |
| * | Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagate | Tom Lane | 2007-12-01 | 1 | -0/+2 |
| * | Avoid incrementing the CommandCounter when CommandCounterIncrement is called | Tom Lane | 2007-11-30 | 2 | -159/+59 |
| * | Repair bug that allowed RevalidateCachedPlan to attempt to rebuild a cached | Tom Lane | 2007-11-30 | 2 | -0/+59 |
| * | Fix pg_regress to check the directory it is actually reading files from, | Tom Lane | 2007-11-27 | 1 | -13/+19 |
| * | Make casts from xml to text independent of the XML option setting, thus | Peter Eisentraut | 2007-11-27 | 2 | -1/+11 |
| * | Fix select_common_type() so that it can select a domain type, if all inputs | Tom Lane | 2007-11-26 | 2 | -0/+24 |
| * | Fix XML tag namespace change inadvertantly missed from previous fix. Add | Andrew Dunstan | 2007-11-25 | 2 | -0/+19 |
| * | Add missed entry for new money regression test. | Tom Lane | 2007-11-24 | 1 | -1/+2 |
| * | Add regression tests for MONEY type. | D'Arcy J.M. Cain | 2007-11-24 | 5 | -4/+252 |
| * | Change descriptions of entity and tag objects to "XML entity" and "XML tag". | Andrew Dunstan | 2007-11-20 | 1 | -2/+2 |
| * | Fix tsvectorout() and tsqueryout() to escape backslesh, add test of that. | Teodor Sigaev | 2007-11-16 | 2 | -0/+21 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 3 | -173/+191 |
| * | Have text search thesaurus files use "?" for stop words. | Bruce Momjian | 2007-11-10 | 1 | -3/+3 |
| * | Reduce error level of ROLLBACK outside a transaction from WARNING to | Bruce Momjian | 2007-11-10 | 1 | -1/+1 |
| * | Add an expected-results file to get regression to pass cleanly in sv_SE | Tom Lane | 2007-11-09 | 1 | -0/+770 |
| * | Allow XML processing instructions starting with "xml" while prohibiting | Peter Eisentraut | 2007-11-09 | 3 | -4/+37 |
| * | After conferencing again with Bruce, put in more accurate XML error message. | Peter Eisentraut | 2007-11-08 | 1 | -68/+68 |
| * | Adjust test results for message changes. Darn. | Peter Eisentraut | 2007-11-08 | 1 | -136/+136 |
| * | Use "alternative" instead of "alternate" where it is clearer. | Peter Eisentraut | 2007-11-07 | 2 | -2/+2 |
| * | Mention the index name in 'could not create unique index' errors, | Tom Lane | 2007-10-29 | 2 | -3/+3 |
| * | Remove the hack in the grammar that "optimized away" DEFAULT NULL clauses. | Tom Lane | 2007-10-29 | 2 | -2/+16 |
| * | Change text search parsing rules for hyphenated words so that digit strings | Tom Lane | 2007-10-27 | 1 | -12/+8 |
| * | Rename default text search parser's "uri" token type to "url_path", | Tom Lane | 2007-10-27 | 1 | -1/+1 |
| * | Disallow scrolling of FOR UPDATE/FOR SHARE cursors, so as to avoid problems | Tom Lane | 2007-10-24 | 2 | -23/+12 |
| * | Fix UPDATE/DELETE WHERE CURRENT OF to support repeated update and update- | Tom Lane | 2007-10-24 | 2 | -0/+173 |
| * | Remove the aggregate form of ts_rewrite(), since it doesn't work as desired | Tom Lane | 2007-10-24 | 2 | -37/+37 |
| * | Rename and slightly redefine the default text search parser's "word" | Tom Lane | 2007-10-23 | 3 | -36/+35 |
| * | Fix two-argument form of ts_rewrite() so it actually works for cases where | Tom Lane | 2007-10-23 | 1 | -1/+1 |
| * | Migrate the former contrib/txid module into core. This will make it easier | Tom Lane | 2007-10-13 | 4 | -3/+284 |
| * | Strengthen type_sanity's check on pg_type.typarray. It failed to | Tom Lane | 2007-10-13 | 2 | -2/+2 |
| * | Fix the plan-invalidation mechanism to treat regclass constants that refer to | Tom Lane | 2007-10-11 | 2 | -0/+31 |
| * | Just-in-time background writing strategy. This code avoids re-scanning | Tom Lane | 2007-09-25 | 1 | -1/+1 |
| * | Simplify and rename some GUC variables, per various recent discussions: | Tom Lane | 2007-09-24 | 2 | -11/+4 |
| * | Remove "convert 'blah' using conversion_name" facility, because if it | Andrew Dunstan | 2007-09-24 | 2 | -910/+0 |
| * | Temporarily modify tsearch regression tests to suppress notice that comes | Tom Lane | 2007-09-23 | 1 | -5/+3 |
| * | HOT updates. When we update a tuple without changing any of its indexed | Tom Lane | 2007-09-20 | 2 | -3/+4 |
| * | Add regression tests for ispell, synonym and thesaurus dictionaries. | Teodor Sigaev | 2007-09-11 | 4 | -3/+445 |
| * | Rename recently-added pg_stat_activity column from txn_start to xact_start, | Tom Lane | 2007-09-11 | 1 | -1/+1 |
| * | Arrange for SET LOCAL's effects to persist until the end of the current top | Tom Lane | 2007-09-11 | 2 | -0/+205 |
| * | fix typo in regression Makefile. | Andrew Dunstan | 2007-09-09 | 1 | -2/+2 |
| * | Provide for a file specifying non-standard config options for temp install | Andrew Dunstan | 2007-09-09 | 2 | -4/+42 |