| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add contrib/pg_freespacemap to display free space map information. | Bruce Momjian | 2006-02-12 | 6 | -1/+371 |
| * | Clean up some signedness warnings. | Tom Lane | 2006-02-10 | 3 | -10/+12 |
| * | Fix fallout from psql line-wrapping patch. | Tom Lane | 2006-02-10 | 1 | -26/+26 |
| * | Allow "'" symbol in affixes ("'s" affix in english): it was diallowed during | Teodor Sigaev | 2006-02-10 | 1 | -7/+9 |
| * | renew output of regression test accordingly to | Teodor Sigaev | 2006-02-10 | 2 | -730/+730 |
| * | 1 Fix bug with very short word: prefix and suffix might be overlapped, | Teodor Sigaev | 2006-02-09 | 2 | -53/+62 |
| * | Check number of affixes to prevent core dump with zero number of affixes | Teodor Sigaev | 2006-02-06 | 1 | -0/+3 |
| * | Snowball multibyte. It's a pity, but snowball sources is very diferent for mu... | Teodor Sigaev | 2006-01-27 | 8 | -27/+974 |
| * | Update btree_gist for CIDR/INET changes --- there's really no need to | Tom Lane | 2006-01-26 | 2 | -77/+17 |
| * | Fix typeing as Tom suggest | Teodor Sigaev | 2006-01-23 | 1 | -1/+1 |
| * | Replace bitwise looping with bytewise looping in hemdistsign and | Tom Lane | 2006-01-20 | 8 | -82/+100 |
| * | Fix the assert_enabled issue properly. This eliminates the former ABI | Tom Lane | 2006-01-08 | 2 | -8/+0 |
| * | There is a signedness bug in Openwall gen_salt code that pgcrypto uses. | Tom Lane | 2006-01-03 | 1 | -9/+9 |
| * | When the remote query result has a different number of columns | Joe Conway | 2006-01-03 | 4 | -19/+40 |
| * | Multibyte encodings support for ISpell dictionary | Teodor Sigaev | 2005-12-21 | 5 | -147/+232 |
| * | Improve support of multibyte encoding: | Teodor Sigaev | 2005-12-12 | 19 | -146/+263 |
| * | Remove incorrect increment of lineno, per David Fetter. | Tom Lane | 2005-12-10 | 1 | -4/+6 |
| * | Allow installation into directories containing spaces in the name. | Peter Eisentraut | 2005-12-09 | 1 | -4/+4 |
| * | Simplify lock manager data structures by making a clear separation between | Tom Lane | 2005-12-09 | 1 | -3/+4 |
| * | I recently received the Debian bug report below about missing iconv | Bruce Momjian | 2005-12-08 | 1 | -1/+5 |
| * | Improve tag recognizing | Teodor Sigaev | 2005-12-08 | 2 | -2/+22 |
| * | Fix small memory leak | Teodor Sigaev | 2005-12-07 | 1 | -1/+1 |
| * | Improve word parser. | Teodor Sigaev | 2005-12-07 | 2 | -1/+51 |
| * | Fix stupid bug with sizeof | Teodor Sigaev | 2005-12-06 | 1 | -1/+1 |
| * | Improve word parser. | Teodor Sigaev | 2005-12-05 | 2 | -22/+65 |
| * | Having blank lines in -f scripts was causing silent failures. | Tatsuo Ishii | 2005-11-23 | 1 | -6/+12 |
| * | Fix pgindent of libpq-fe.h by hacking pgindent script. | Bruce Momjian | 2005-11-23 | 1 | -3/+2 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 24 | -1557/+1834 |
| * | Fixes motivated by snake and spoonbill pgbuildfarm members | Teodor Sigaev | 2005-11-22 | 3 | -13/+18 |
| * | remove forgotten // comments | Teodor Sigaev | 2005-11-21 | 1 | -2/+0 |
| * | Text parser rewritten: | Teodor Sigaev | 2005-11-21 | 15 | -424/+1613 |
| * | Defend against nulls-in-arrays in contrib/intarray. I may have put in | Tom Lane | 2005-11-19 | 6 | -44/+131 |
| * | Add defenses against nulls-in-arrays to contrib/ltree. Possibly it'd | Tom Lane | 2005-11-19 | 4 | -0/+33 |
| * | Mop-up for nulls-in-arrays patch: fix some places that access array | Tom Lane | 2005-11-18 | 4 | -207/+131 |
| * | Make SQL arrays support null elements. This commit fixes the core array | Tom Lane | 2005-11-17 | 3 | -4/+5 |
| * | Fix comment on -v option | Tatsuo Ishii | 2005-11-16 | 1 | -4/+9 |
| * | Remove usage of ArrayType->flags field, use pgsql's macros BITS_PER_BYTE instead | Teodor Sigaev | 2005-11-14 | 3 | -20/+16 |
| * | Use postgres-wide macros BITS_PER_BYTE instead self-definenig macros, also us... | Teodor Sigaev | 2005-11-14 | 2 | -8/+9 |
| * | fix returning value | Teodor Sigaev | 2005-11-14 | 1 | -0/+2 |
| * | Fix rwrite(ARRAY) on 64-bit boxes: | Teodor Sigaev | 2005-11-09 | 3 | -11/+22 |
| * | New features for tsearch2: | Teodor Sigaev | 2005-11-08 | 14 | -112/+1874 |
| * | R-tree is dead ... long live GiST. | Tom Lane | 2005-11-07 | 9 | -18/+11 |
| * | Fix incorrect header size macros | Teodor Sigaev | 2005-11-03 | 1 | -1/+1 |
| * | pgcrypto documentation polishing from Marko Kreen, and a small amount | Tom Lane | 2005-11-03 | 1 | -25/+29 |
| * | Add sanity check of query | Teodor Sigaev | 2005-10-31 | 1 | -1/+2 |
| * | Fix some allocation size calculation errors that would cause pgbench | Tom Lane | 2005-10-29 | 1 | -9/+9 |
| * | 1 Fix problem with lost precision in rank with OR-ed lexemes | Teodor Sigaev | 2005-10-28 | 3 | -23/+49 |
| * | When a cursor is opened using dblink_open, only start a transaction | Joe Conway | 2005-10-18 | 3 | -39/+193 |
| * | Fix several contrib makefiles that failed in VPATH builds, particularly | Tom Lane | 2005-10-18 | 5 | -13/+21 |
| * | Suppress warnings on platforms where fprintf is a macro (eg, recent | Tom Lane | 2005-10-15 | 3 | -0/+3 |