| Commit message (Expand) | Author | Age |
... | |
* | Fixed bug in Informix define handling. | Michael Meskes | 2007-08-29 |
* | Add a debug logging message when a resource manager rejects an attempted | Tom Lane | 2007-08-28 |
* | Improve behavior of log_lock_waits patch. Ensure that something gets logged | Tom Lane | 2007-08-28 |
* | Exclude tsearch2 contrib tests in regression tests, | Magnus Hagander | 2007-08-27 |
* | Install stopword files | Magnus Hagander | 2007-08-27 |
* | Fix generation of snowball_create.sql on msvc builds. | Magnus Hagander | 2007-08-27 |
* | Fix a couple of misbehaviors rooted in the fact that the default creation | Tom Lane | 2007-08-27 |
* | Remove the 'not in' operator (!!=). This was a hangover from Berkeley | Tom Lane | 2007-08-27 |
* | Restrict pg_relation_size to relation owner, pg_database_size to DB owner, | Tom Lane | 2007-08-27 |
* | Make currtid() functions require SELECT privileges on the target table. | Tom Lane | 2007-08-27 |
* | Make ARRAY(SELECT ...) return an empty array, rather than a NULL, when the | Tom Lane | 2007-08-26 |
* | Adjust with-system-tzdata patch to not attempt to install a symlink, | Tom Lane | 2007-08-25 |
* | Fix brain fade in DefineIndex(): it was continuing to access the table's | Tom Lane | 2007-08-25 |
* | Simplify implementation of ts_debug() function --- use a join instead | Tom Lane | 2007-08-25 |
* | Fix synonym-dict breakage introduced in last patch :-(. | Tom Lane | 2007-08-25 |
* | Rename built-in Snowball stemmer dictionaries to be english_stem, | Tom Lane | 2007-08-25 |
* | Cleanup for some problems in tsearch patch: | Tom Lane | 2007-08-25 |
* | Reduce memory requirements for writing CSVlogs, so it will work with about | Andrew Dunstan | 2007-08-23 |
* | unbreak ECPG tests for VPATH builds. | Andrew Dunstan | 2007-08-23 |
* | Suppress testing the options of CREATE TEXT SEARCH DICTIONARY during | Tom Lane | 2007-08-22 |
* | More cleaning up and removed some duplicates. | Michael Meskes | 2007-08-22 |
* | Propagate Magnus' fix for Windows snowball build into Makefile.cygwin. | Tom Lane | 2007-08-22 |
* | Fix VPATH-build problem in new tsearch makefile, per Chad Wagner. | Tom Lane | 2007-08-22 |
* | Remove option to change parser of an existing text search configuration. | Tom Lane | 2007-08-22 |
* | Whoops, missed updating dsynonym_init for new dictionary parameter method. | Tom Lane | 2007-08-22 |
* | Make \dFt and \dFt+ do something different --- omitting the function | Tom Lane | 2007-08-22 |
* | Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating the | Tom Lane | 2007-08-22 |
* | Simplify CREATE TEXT SEARCH CONFIGURATION by eliminating the separate | Tom Lane | 2007-08-21 |
* | Exclude snowball/libstemmer/ files from the set processed by pgindent. | Tom Lane | 2007-08-21 |
* | Uppercase keywords in regression tsearch test scripts. | Bruce Momjian | 2007-08-21 |
* | Avoid using TEXT as a Bison symbol, since this provokes warnings on | Tom Lane | 2007-08-21 |
* | Build snowball DLL for tsearch-in-core. | Magnus Hagander | 2007-08-21 |
* | Don't define BUILDING_DLL for snowball lib. Should fix build problems | Magnus Hagander | 2007-08-21 |
* | Remove extraneous semicolon --- buildfarm member bear, for one, | Tom Lane | 2007-08-21 |
* | Fix cash_mul_int4 and cash_div_int4 for overenthusiastic substitution | Tom Lane | 2007-08-21 |
* | Fix money type's send/receive functions to conform to recent widening | Tom Lane | 2007-08-21 |
* | Fix potential access-off-the-end-of-memory in varbit_out(): it fetched the | Tom Lane | 2007-08-21 |
* | Suppress uninitialized-variable warning. | Tom Lane | 2007-08-21 |
* | Fix a small 64-bit problem in tsearch patch. | Tom Lane | 2007-08-21 |
* | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane | 2007-08-21 |
* | Add configure option --with-system-tzdata to use operating system time zone | Peter Eisentraut | 2007-08-20 |
* | Provide for logfiles in machine readable CSV format. In consequence, rename | Andrew Dunstan | 2007-08-19 |
* | Arrange to cache a ResultRelInfo in the executor's EState for relations that | Tom Lane | 2007-08-15 |
* | Repair problems occurring when multiple RI updates have to be done to the same | Tom Lane | 2007-08-15 |
* | Fix oversight in async-commit patch: there were some places in heapam.c | Tom Lane | 2007-08-14 |
* | It seems we simply expected the same output for failure and success. | Michael Meskes | 2007-08-14 |
* | It seems I always forget .in files. | Michael Meskes | 2007-08-14 |
* | Hopefully fixed missing CHAR_BIT symbol | Michael Meskes | 2007-08-14 |
* | Fixed compiler warning for enum handling | Michael Meskes | 2007-08-14 |
* | As usual I forgot some files. :-) | Michael Meskes | 2007-08-14 |