2007-09-09 |
Andrew Dunstan | fix typo in regression Makefile. |
commit | commitdiff | tree | snapshot |
2007-09-09 |
Andrew Dunstan | Provide for a file specifying non-standard config optio... |
commit | commitdiff | tree | snapshot |
2007-09-08 |
Tom Lane | Replace the former method of determining snapshot xmax... |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Tom Lane | Don't take ProcArrayLock while exiting a transaction... |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Bruce Momjian | Add Hash thread URL: |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Teodor Sigaev | Improve page split in rtree emulation. Now if splitted... |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Teodor Sigaev | Improvements from Heikki Linnakangas <heikki@enterpris... |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Teodor Sigaev | Improving various checks by Heikki Linnakangas <heikki... |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Teodor Sigaev | Refactoring by Heikki Linnakangas <heikki@enterprisedb... |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Teodor Sigaev | Add turkish stopword list. Thanks to Devrim GUNDUZ... |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Tom Lane | Allow CREATE INDEX CONCURRENTLY to disregard transactio... |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Tom Lane | Make eval_const_expressions() preserve typmod when... |
commit | commitdiff | tree | snapshot |
2007-09-05 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2007-09-05 |
Tom Lane | Volatile-qualify the ProcArray PGPROC pointer in a... |
commit | commitdiff | tree | snapshot |
2007-09-05 |
Tom Lane | Quick hack to make the VXID of a prepared transaction... |
commit | commitdiff | tree | snapshot |
2007-09-05 |
Tom Lane | Implement lazy XID allocation: transactions that do... |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Andrew Dunstan | Provide for binary input/output of enums, to fix compla... |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Michael Meskes | Synced parser and keyword list. |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Tom Lane | Sync examples of psql \dF output with current CVS HEAD... |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Tom Lane | Restrict tsearch config file base names to contain... |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Tom Lane | Support SET FROM CURRENT in CREATE/ALTER FUNCTION,... |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Tom Lane | Fix MSVC build (I think) for recent pg_proc.h column... |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Tom Lane | Improve stylistic consistency of descriptions of built... |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Tom Lane | Add an ORDER BY to nail down the expected row order... |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Tom Lane | Fix breakage of GIN support for varchar[] and cidr... |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Tom Lane | Implement function-local GUC parameter settings, as... |
commit | commitdiff | tree | snapshot |
2007-09-02 |
Bruce Momjian | Clean up whitespace. |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Bruce Momjian | More SGML alignment cleanups. |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Bruce Momjian | Properly indent SGML source of libpq.sgml. |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Tom Lane | Since sort_bounded_heap makes state changes that should... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Tom Lane | Apply a band-aid fix for the problem that 8.2 and up... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Bruce Momjian | Only use SGML indexterm "zone" when we want to get... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Bruce Momjian | Make Gin/Gist text search tertiary index entries in... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Tom Lane | Extend whole-row Var evaluation to cope with the case... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Bruce Momjian | Add comment on why SGML -wfully-tagged flag is needed... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Bruce Momjian | Place GiST and GIN text search indexes as secondary... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Bruce Momjian | Again improve text search index entries. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Bruce Momjian | In text search docs, properly use indexterm _zone_... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Bruce Momjian | Fix docs so indexes can be built by commenting out... |
commit | commitdiff | tree | snapshot |
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 |
next |