| Commit message (Expand) | Author | Age | Files | Lines |
| * | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 | 1 | -2/+2 |
| * | Implement a solution to the 'Turkish locale downcases I incorrectly' | Tom Lane | 2004-02-21 | 1 | -20/+24 |
| * | Micro-opt: replace calls like | Neil Conway | 2004-01-31 | 1 | -2/+2 |
| * | Fix text_position to not scan past end of source string in multibyte | Tom Lane | 2004-01-31 | 1 | -94/+113 |
| * | Make to_hex() behave portably on negative input values (treat them as | Tom Lane | 2003-12-19 | 1 | -9/+9 |
| * | Make PQescapeBytea and byteaout consistent with each other, and | Joe Conway | 2003-11-30 | 1 | -7/+7 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 | 1 | -3/+3 |
| * | Remove --enable-recode feature, since it's been broken by IPv6 changes, | Tom Lane | 2003-08-04 | 1 | -9/+1 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -29/+40 |
| * | Error message editing in utils/adt. Again thanks to Joe Conway for doing | Tom Lane | 2003-07-27 | 1 | -35/+55 |
| * | Create real array comparison functions (that use the element datatype's | Tom Lane | 2003-06-27 | 1 | -5/+176 |
| * | Back out array mega-patch. | Bruce Momjian | 2003-06-25 | 1 | -191/+5 |
| * | Array mega-patch. | Bruce Momjian | 2003-06-24 | 1 | -5/+191 |
| * | Indexing support for pattern matching operations via separate operator | Peter Eisentraut | 2003-05-15 | 1 | -1/+144 |
| * | Binary send/receive routines for a few basic datatypes --- enough for | Tom Lane | 2003-05-09 | 1 | -9/+106 |
| * | Infrastructure for upgraded error reporting mechanism. elog.c is | Tom Lane | 2003-04-24 | 1 | -4/+4 |
| * | This patch fixes a bunch of spelling mistakes in comments throughout the | Tom Lane | 2003-03-10 | 1 | -2/+2 |
| * | Attached are two small patches to expose md5 as a user function -- including | Bruce Momjian | 2002-12-06 | 1 | -1/+28 |
| * | Reduce need for palloc/pfree overhead in varstr_cmp() by using fixed-size | Tom Lane | 2002-11-17 | 1 | -14/+25 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -121/+130 |
| * | Remove all traces of multibyte and locale options. Clean up comments | Peter Eisentraut | 2002-09-03 | 1 | -6/+3 |
| * | Remove #ifdef MULTIBYTE per hackers list discussion. | Tatsuo Ishii | 2002-08-29 | 1 | -9/+1 |
| * | backend where a statically sized buffer is written to. Most of these | Bruce Momjian | 2002-08-28 | 1 | -7/+5 |
| * | Add: | Bruce Momjian | 2002-08-22 | 1 | -138/+548 |
| * | Add guard code to protect from buffer overruns on long date/time input | Thomas G. Lockhart | 2002-08-04 | 1 | -2/+2 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Implement types regprocedure, regoper, regoperator, regclass, regtype | Tom Lane | 2002-04-25 | 1 | -1/+8 |
| * | Here's a patch to add unknownin/unknownout support. I also poked around | Bruce Momjian | 2002-04-24 | 1 | -1/+41 |
| * | Fix text_substr bug intrduced in 7.3 development | Tatsuo Ishii | 2002-04-15 | 1 | -3/+9 |
| * | Locale support is on by default. The choice of locale is done in initdb | Peter Eisentraut | 2002-04-03 | 1 | -20/+28 |
| * | Create a new GUC variable search_path to control the namespace search | Tom Lane | 2002-04-01 | 1 | -49/+98 |
| * | Further cleanups for relations in schemas: teach nextval and other | Tom Lane | 2002-03-30 | 1 | -1/+117 |
| * | I attach a version of my toast-slicing patch, against current CVS | Bruce Momjian | 2002-03-05 | 1 | -42/+45 |
| * | Fix arg coerect match text type, per Tom. | Bruce Momjian | 2001-11-19 | 1 | -2/+2 |
| * | Make text octet_length() return non-compressed length to be consistent | Bruce Momjian | 2001-11-19 | 1 | -10/+3 |
| * | Grammatical and spelling fixes. | Tom Lane | 2001-11-19 | 1 | -3/+3 |
| * | Optimization for bpcharlen, textlen, varcharlen in case of single byte | Tatsuo Ishii | 2001-11-18 | 1 | -17/+8 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -43/+34 |
| * | > Here's a revised patch. Changes: | Bruce Momjian | 2001-09-14 | 1 | -13/+188 |
| * | Implement following item in TODO: | Tatsuo Ishii | 2001-09-11 | 1 | -1/+10 |
| * | Add comparison operators and btree indexing support for type bytea. | Tom Lane | 2001-08-13 | 1 | -1/+160 |
| * | Ensure that btree sort ordering functions and boolean comparison operators | Tom Lane | 2001-05-03 | 1 | -74/+58 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -4/+9 |
| * | Restructure the key include files per recent pghackers discussion: there | Tom Lane | 2001-02-10 | 1 | -3/+4 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Ensure that all uses of <ctype.h> functions are applied to unsigned-char | Tom Lane | 2000-12-03 | 1 | -6/+6 |
| * | bpchar, varchar, bytea, numeric are toastable --- if you initdb, which | Tom Lane | 2000-07-29 | 1 | -36/+36 |
| * | First stage of reclaiming memory in executor by resetting short-term | Tom Lane | 2000-07-12 | 1 | -35/+73 |