| Commit message (Expand) | Author | Age | Files | Lines |
| * | Support varlena fields with single-byte headers and unaligned storage. | Tom Lane | 2007-04-06 | 1 | -145/+135 |
| * | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane | 2007-02-27 | 1 | -10/+10 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | Fix performance issues in replace_text(), replace_text_regexp(), and | Tom Lane | 2006-11-08 | 1 | -56/+131 |
| * | Fix string_to_array() to correctly handle the case where there are | Tom Lane | 2006-10-07 | 1 | -138/+197 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -8/+8 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -5/+1 |
| * | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 | 1 | -1/+2 |
| * | Split definitions for md5.c out of crypt.h and into their own header | Tom Lane | 2006-06-20 | 1 | -2/+2 |
| * | Change the backend to reject strings containing invalidly-encoded multibyte | Tom Lane | 2006-05-21 | 1 | -7/+1 |
| * | Modify all callers of datatype input and receive functions so that if these | Tom Lane | 2006-04-04 | 1 | -3/+2 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Attached is a patch that replaces a bunch of places where StringInfos | Neil Conway | 2006-03-01 | 1 | -27/+28 |
| * | Fix typo in comment. | Neil Conway | 2006-02-26 | 1 | -2/+2 |
| * | Adjust string comparison so that only bitwise-equal strings are considered | Tom Lane | 2005-12-22 | 1 | -5/+22 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -14/+14 |
| * | Mop-up for nulls-in-arrays patch: fix some places that access array | Tom Lane | 2005-11-18 | 1 | -13/+39 |
| * | Message corrections | Peter Eisentraut | 2005-10-29 | 1 | -5/+4 |
| * | Code review for regexp_replace patch. Improve documentation and comments, | Tom Lane | 2005-10-18 | 1 | -54/+78 |
| * | Clean up libpq's pollution of application namespace by renaming the | Tom Lane | 2005-10-17 | 1 | -3/+3 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -107/+107 |
| * | Suppress signed-vs-unsigned-char warnings. | Tom Lane | 2005-09-24 | 1 | -3/+3 |
| * | Update two comments to refer to use the new list API names. | Neil Conway | 2005-09-16 | 1 | -2/+2 |
| * | The idea of using _strncoll() on Windows doesn't work. Revert to same | Tom Lane | 2005-08-26 | 1 | -37/+30 |
| * | Add small hack to support use of Unicode-based locales on WIN32. This | Tom Lane | 2005-08-24 | 1 | -6/+85 |
| * | Code and docs review for pg_column_size() patch. | Tom Lane | 2005-08-02 | 1 | -19/+30 |
| * | Thank you for applying patch --- regexp_replace. | Bruce Momjian | 2005-07-29 | 1 | -6/+6 |
| * | Remove unnecessary parentheses in assignments. | Bruce Momjian | 2005-07-21 | 1 | -9/+9 |
| * | Change typreceive function API so that receive functions get the same | Tom Lane | 2005-07-10 | 1 | -1/+5 |
| * | I made the patch that implements regexp_replace again. | Bruce Momjian | 2005-07-10 | 1 | -1/+221 |
| * | pg_column_size() cleanup for messages and code cleanup. | Bruce Momjian | 2005-07-07 | 1 | -14/+6 |
| * | Add pg_column_size() to return storage size of a column, including | Bruce Momjian | 2005-07-06 | 1 | -1/+46 |
| * | I made the patch that improved the performance of replace_text(). | Bruce Momjian | 2005-07-04 | 1 | -18/+35 |
| * | Change the UNKNOWN type to have an internal representation matching | Tom Lane | 2005-05-30 | 1 | -32/+17 |
| * | Remove second argument from textToQualifiedNameList(), as it is no longer | Neil Conway | 2005-05-27 | 1 | -2/+2 |
| * | Implement md5(bytea), update regression tests and documentation. Patch | Neil Conway | 2005-05-20 | 1 | -5/+24 |
| * | Change CREATE TYPE to require datatype output and send functions to have | Tom Lane | 2005-05-01 | 1 | -7/+3 |
| * | This patch optimizes the md5_text() function (which is used to | Neil Conway | 2005-02-23 | 1 | -4/+10 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -7/+9 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Infrastructure for I/O of composite types: arrange for the I/O routines | Tom Lane | 2004-06-06 | 1 | -5/+5 |
| * | Use the new List API function names throughout the backend, and disable the | Neil Conway | 2004-05-30 | 1 | -2/+2 |
| * | 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 |