| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove incorrect remark about having to restart backend to load a new | Tom Lane | 2003-12-27 | 1 | -6/+0 |
| * | Fix signed char in comparison and check memory allocation | Teodor Sigaev | 2003-12-18 | 1 | -4/+5 |
| * | Repair badly broken estimation of output buffer size in lquery_out(). | Tom Lane | 2003-12-17 | 1 | -5/+4 |
| * | Fix integer types to use definition from c.h. Per bug report by Patrick Boula... | Teodor Sigaev | 2003-12-10 | 2 | -15/+15 |
| * | Minor autovacuum fixes from Matthew O'Connor. | Tom Lane | 2003-12-08 | 1 | -2/+2 |
| * | Add fflush() before sleeping, per Matthew O'Connor. | Tom Lane | 2003-12-08 | 1 | -0/+1 |
| * | Replace unportable and overflow-prone use of 'long long' with safer | Tom Lane | 2003-12-07 | 2 | -9/+9 |
| * | One more fix confusion | Teodor Sigaev | 2003-12-05 | 1 | -1/+1 |
| * | Avoid confusion start_parse_str function with tsearch V1 | Teodor Sigaev | 2003-12-05 | 3 | -8/+9 |
| * | Avoid conflict strndup with glibc | Teodor Sigaev | 2003-12-04 | 1 | -4/+4 |
| * | Fix for word with several infinitives | Teodor Sigaev | 2003-12-03 | 1 | -1/+1 |
| * | I've run across a pretty serious problem with pg_autovacuum. | Bruce Momjian | 2003-12-01 | 2 | -9/+9 |
| * | I noticed in the 7.4 release that in contrib/pg_autovacuum, args->logfile is | Bruce Momjian | 2003-12-01 | 1 | -0/+5 |
| * | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 | 29 | -30/+34 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 54 | -54/+54 |
| * | Fix free instead of pfree | Teodor Sigaev | 2003-11-28 | 1 | -8/+8 |
| * | Fix regression in dblink_disconnect() reported by Eduardo Stern: | Joe Conway | 2003-11-28 | 3 | -5/+5 |
| * | Fixes about word with several infiniteve | Teodor Sigaev | 2003-11-27 | 2 | -3/+5 |
| * | Added missing SPI_finish() calls to get_tuple_of_interest(). Fixes bug | Joe Conway | 2003-11-26 | 1 | -0/+3 |
| * | Utility for convert myspell dictionaries to ispell, full README will be later | Teodor Sigaev | 2003-11-26 | 2 | -0/+59 |
| * | Patches from Yutaka Tanida. Create primary key indexes after data | Tatsuo Ishii | 2003-11-26 | 3 | -7/+33 |
| * | Ignore too long lexeme | Teodor Sigaev | 2003-11-25 | 1 | -2/+20 |
| * | Optimize. Improve ispell support for compound words. This work was sponsored ... | Teodor Sigaev | 2003-11-17 | 3 | -294/+706 |
| * | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane | 2003-11-12 | 2 | -9/+8 |
| * | Typo fix in comment from David Wheeler | Bruce Momjian | 2003-11-12 | 1 | -2/+2 |
| * | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane | 2003-11-09 | 2 | -4/+7 |
| * | Fix typo on autovacuum readme. | Bruce Momjian | 2003-11-09 | 1 | -2/+2 |
| * | Here is an update to the dbmirror README file. | Bruce Momjian | 2003-10-27 | 1 | -53/+12 |
| * | Update README file to show 7.4 oidjoins relationships. The regression | Tom Lane | 2003-10-19 | 1 | -5/+13 |
| * | I have run pg_autovacuum on AIX, so that can, at least loosely, be | Bruce Momjian | 2003-10-16 | 1 | -7/+14 |
| * | Fix core dump on root starting pg_autovacuum. | Bruce Momjian | 2003-10-10 | 1 | -58/+60 |
| * | Someone report me small bug in contrib/pg_dumplo today. It's problem | Bruce Momjian | 2003-10-09 | 1 | -4/+6 |
| * | Change some awkward wording in the pg_autovacuum README file. I really | Bruce Momjian | 2003-10-08 | 1 | -1/+1 |
| * | Attached is a patch for contrib/tablefunc. It fixes two issues raised by | Tom Lane | 2003-10-02 | 2 | -67/+71 |
| * | I've not changed any malloc/calloc to palloc. It looks to me that these memory | Bruce Momjian | 2003-09-29 | 3 | -9/+38 |
| * | A) Fixes a bug that prevented mirroring of data on a table that has had | Bruce Momjian | 2003-09-29 | 2 | -3/+14 |
| * | Make dbf2pg safe for non-ASCII character sets. | Bruce Momjian | 2003-09-27 | 1 | -0/+2 |
| * | Fixed calculation of bid when generating accounts. Used to create | Jan Wieck | 2003-09-27 | 1 | -2/+2 |
| * | Add positive defense against dropped columns, per suggestion from | Tom Lane | 2003-09-24 | 1 | -18/+22 |
| * | fix hlfinditem function. Thanks to "Stphane Bidoul" <stephane.bidoul@software... | Teodor Sigaev | 2003-09-22 | 2 | -6/+7 |
| * | Persuade tsearch/tsearch2 to work (or at least pass their regression | Tom Lane | 2003-09-14 | 2 | -23/+0 |
| * | expected results for dblink test seem to be out of date ... | Tom Lane | 2003-09-14 | 1 | -2/+6 |
| * | Make contrib/seg work with flex 2.5.31. Fix it up to have a real | Tom Lane | 2003-09-14 | 9 | -190/+115 |
| * | Make contrib/cube work with flex 2.5.31. Fix it up to have a real | Tom Lane | 2003-09-14 | 9 | -424/+221 |
| * | With Joe Conway's concurrence, remove srandom() call from normal_rand(). | Tom Lane | 2003-09-13 | 5 | -18/+9 |
| * | Minor wording improvements. | Tom Lane | 2003-09-13 | 2 | -4/+3 |
| * | pgindent C file, per patch request. | Bruce Momjian | 2003-09-13 | 1 | -15/+20 |
| * | > OK, well as we wait on the fix for the stats system, let me submit my | Bruce Momjian | 2003-09-13 | 3 | -84/+120 |
| * | Fix incorrect pfree in to_tsquery_name(), per Nigel Andrews. | Tom Lane | 2003-09-12 | 1 | -9/+5 |
| * | > It quotes table names for vacuum and analyze, and uppercases the | Bruce Momjian | 2003-09-11 | 1 | -3/+8 |