2007-08-31 |
Tom Lane | Install check_stack_depth() protection in two recursive... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Bruce Momjian | Add openjade warning -wfully-tagged to warn about missi... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Tom Lane | Rewrite make_outerjoininfo's construction of min_leftha... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Bruce Momjian | Make more logical index sections for text search. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Tom Lane | Fix int8mul so that overflow check is applied correctly... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Tatsuo Ishii | Fix broken markup. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Bruce Momjian | Update tsearch documentation wording. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Bruce Momjian | Text search documentation word improvements; move... |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Bruce Momjian | Move full text search operators, functions, and data... |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Tom Lane | Relax permissions checks on dbsize functions, per discu... |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Tom Lane | Fix aboriginal bug in _tarAddFile(): when complaining... |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Michael Meskes | Fixed bug in Informix define handling. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Bruce Momjian | Properly indent SGML in textsearch.sgml. |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Tom Lane | Add a debug logging message when a resource manager... |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Tom Lane | Reduce the permissions check needed to use pgrowlocks... |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Tom Lane | Improve behavior of log_lock_waits patch. Ensure that... |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Bruce Momjian | Mention configurations early in text search documentati... |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Bruce Momjian | Please ignore. Fresh checkout to see if this fixes it. |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Bruce Momjian | Commit test, please ignore. |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Bruce Momjian | CVS commit test, ignore. |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Bruce Momjian | CVS commit test for TODO. Please ignore. |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Bruce Momjian | Small commit test for TODO. |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Bruce Momjian | Update TODO.html. |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Bruce Momjian | Update TODO with lost change, mostly completed items... |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Bruce Momjian | Batch of TODO updates, mostly completed item marking... |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Magnus Hagander | Exclude tsearch2 contrib tests in regression tests, |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Magnus Hagander | Install stopword files |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Magnus Hagander | Fix generation of snowball_create.sql on msvc builds. |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Tom Lane | Fix a couple of misbehaviors rooted in the fact that... |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Tom Lane | Remove the 'not in' operator (!!=). This was a hangove... |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Tom Lane | Require SELECT privilege on a table to do dblink_get_pk... |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Tom Lane | Restrict pg_relation_size to relation owner, pg_databas... |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Tom Lane | Make currtid() functions require SELECT privileges... |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Tom Lane | Restrict pgrowlocks function to superusers. (This... |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Tom Lane | Restrict pgstattuple functions to superusers. (This... |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Tom Lane | Clean up usage of some deprecated APIs, particularly... |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Tom Lane | Code review for btreefuncs additions: restrict to super... |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Tom Lane | Make ARRAY(SELECT ...) return an empty array, rather... |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Tom Lane | Adjust with-system-tzdata patch to not attempt to insta... |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Tom Lane | Fix brain fade in DefineIndex(): it was continuing... |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Tom Lane | Simplify implementation of ts_debug() function ---... |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Tatsuo Ishii | The upper limit for -c option of pgbench is now obtaine... |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Tom Lane | Some more tsearch docs work --- sync names with CVS... |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Tom Lane | Fix synonym-dict breakage introduced in last patch... |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Tom Lane | Rename built-in Snowball stemmer dictionaries to be... |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Tom Lane | Cleanup for some problems in tsearch patch: |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Tom Lane | Fix combo_decrypt() to throw an error for zero-length... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Andrew Dunstan | Reduce memory requirements for writing CSVlogs, so... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Andrew Dunstan | unbreak ECPG tests for VPATH builds. |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Bruce Momjian | Fix typo in FAQ_DEV. |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Bruce Momjian | Add book to FAQ_DEV: |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Tom Lane | Fix possible core dump from pgbench -d option. Julius... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Tom Lane | Suppress testing the options of CREATE TEXT SEARCH... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Michael Meskes | More cleaning up and removed some duplicates. |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Tom Lane | Propagate Magnus' fix for Windows snowball build into... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Tom Lane | Fix cut-n-paste-o. |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Tom Lane | Fix VPATH-build problem in new tsearch makefile, per... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Tom Lane | Remove option to change parser of an existing text... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Tom Lane | Text search doc updates --- first cut at |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Tom Lane | Whoops, missed updating dsynonym_init for new dictionar... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Tom Lane | Make \dFt and \dFt+ do something different --- omitting... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Tom Lane | Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTION... |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Tom Lane | Simplify CREATE TEXT SEARCH CONFIGURATION by eliminatin... |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Tom Lane | First rough cut at text search documentation: bare... |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Tom Lane | Exclude snowball/libstemmer/ files from the set process... |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Bruce Momjian | Uppercase keywords in regression tsearch test scripts. |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Tom Lane | Avoid using TEXT as a Bison symbol, since this provokes... |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Bruce Momjian | Remove tabs from SGML files. |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Magnus Hagander | Build snowball DLL for tsearch-in-core. |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Magnus Hagander | Don't define BUILDING_DLL for snowball lib. Should... |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Tom Lane | Remove extraneous semicolon --- buildfarm member bear... |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Tom Lane | Fix cash_mul_int4 and cash_div_int4 for overenthusiasti... |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Tom Lane | Fix money type's send/receive functions to conform... |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Tom Lane | Fix potential access-off-the-end-of-memory in varbit_ou... |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Tom Lane | Suppress uninitialized-variable warning. |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Tom Lane | Fix a small 64-bit problem in tsearch patch. |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Tom Lane | contrib/tsearch2 now fails its regression test because... |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Tom Lane | Tsearch2 functionality migrates to core. The bulk... |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Peter Eisentraut | Add configure option --with-system-tzdata to use operat... |
commit | commitdiff | tree | snapshot |
2007-08-19 |
Andrew Dunstan | minor typo fixes in CSVlog docs, per Michael Glaesemann |
commit | commitdiff | tree | snapshot |
2007-08-19 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2007-08-19 |
Andrew Dunstan | Provide for logfiles in machine readable CSV format... |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Tom Lane | Arrange to cache a ResultRelInfo in the executor's... |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Tom Lane | Repair problems occurring when multiple RI updates... |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Bruce Momjian | Add third idea about pulling data from indexes. |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Bruce Momjian | Fix whitespace in TODO. |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Tom Lane | Fix oversight in async-commit patch: there were some... |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Bruce Momjian | Done for ecpg: |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Michael Meskes | It seems we simply expected the same output for failure... |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Michael Meskes | It seems I always forget .in files. |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Michael Meskes | Hopefully fixed missing CHAR_BIT symbol |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Michael Meskes | Fixed compiler warning for enum handling |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Michael Meskes | As usual I forgot some files. :-) |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Michael Meskes | - Finished major rewrite to use new protocol version |
commit | commitdiff | tree | snapshot |
2007-08-13 |
Tom Lane | TEMPORARILY make synchronous_commit default to OFF... |
commit | commitdiff | tree | snapshot |
2007-08-13 |
Tom Lane | Fix two bugs induced in VACUUM FULL by async-commit... |
commit | commitdiff | tree | snapshot |
2007-08-13 |
Tom Lane | Document that the regexp split functions ignore zero... |
commit | commitdiff | tree | snapshot |
2007-08-12 |
Tom Lane | Remove an "optimization" I installed in 2001, to make... |
commit | commitdiff | tree | snapshot |
2007-08-12 |
Tom Lane | Increase the initial size of StringInfo buffers to... |
commit | commitdiff | tree | snapshot |
next |