| Commit message (Expand) | Author | Age |
* | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 |
* | Clean up a few places where Datums were being treated as pointers without | Tom Lane | 2008-04-12 |
* | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane | 2008-03-25 |
* | Fix varstr_cmp's special case for UTF8 encoding on Windows so that strings | Tom Lane | 2008-03-13 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian | 2007-11-15 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Although I'd misdiagnosed the reason for the recent failures on | Tom Lane | 2007-09-22 |
* | Fix varlena.c routines to allow 1-byte-header text values. This is now | Tom Lane | 2007-09-22 |
* | Make replace(), split_part(), and string_to_array() behave somewhat sanely | Tom Lane | 2007-07-19 |
* | Support varlena fields with single-byte headers and unaligned storage. | Tom Lane | 2007-04-06 |
* | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane | 2007-02-27 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Fix performance issues in replace_text(), replace_text_regexp(), and | Tom Lane | 2006-11-08 |
* | Fix string_to_array() to correctly handle the case where there are | Tom Lane | 2006-10-07 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 |
* | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 |
* | Split definitions for md5.c out of crypt.h and into their own header | Tom Lane | 2006-06-20 |
* | Change the backend to reject strings containing invalidly-encoded multibyte | Tom Lane | 2006-05-21 |
* | Modify all callers of datatype input and receive functions so that if these | Tom Lane | 2006-04-04 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Attached is a patch that replaces a bunch of places where StringInfos | Neil Conway | 2006-03-01 |
* | Fix typo in comment. | Neil Conway | 2006-02-26 |
* | Adjust string comparison so that only bitwise-equal strings are considered | Tom Lane | 2005-12-22 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Mop-up for nulls-in-arrays patch: fix some places that access array | Tom Lane | 2005-11-18 |
* | Message corrections | Peter Eisentraut | 2005-10-29 |
* | Code review for regexp_replace patch. Improve documentation and comments, | Tom Lane | 2005-10-18 |
* | Clean up libpq's pollution of application namespace by renaming the | Tom Lane | 2005-10-17 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Suppress signed-vs-unsigned-char warnings. | Tom Lane | 2005-09-24 |
* | Update two comments to refer to use the new list API names. | Neil Conway | 2005-09-16 |
* | The idea of using _strncoll() on Windows doesn't work. Revert to same | Tom Lane | 2005-08-26 |
* | Add small hack to support use of Unicode-based locales on WIN32. This | Tom Lane | 2005-08-24 |
* | Code and docs review for pg_column_size() patch. | Tom Lane | 2005-08-02 |
* | Thank you for applying patch --- regexp_replace. | Bruce Momjian | 2005-07-29 |
* | Remove unnecessary parentheses in assignments. | Bruce Momjian | 2005-07-21 |
* | Change typreceive function API so that receive functions get the same | Tom Lane | 2005-07-10 |
* | I made the patch that implements regexp_replace again. | Bruce Momjian | 2005-07-10 |
* | pg_column_size() cleanup for messages and code cleanup. | Bruce Momjian | 2005-07-07 |
* | Add pg_column_size() to return storage size of a column, including | Bruce Momjian | 2005-07-06 |
* | I made the patch that improved the performance of replace_text(). | Bruce Momjian | 2005-07-04 |
* | Change the UNKNOWN type to have an internal representation matching | Tom Lane | 2005-05-30 |
* | Remove second argument from textToQualifiedNameList(), as it is no longer | Neil Conway | 2005-05-27 |
* | Implement md5(bytea), update regression tests and documentation. Patch | Neil Conway | 2005-05-20 |
* | Change CREATE TYPE to require datatype output and send functions to have | Tom Lane | 2005-05-01 |
* | This patch optimizes the md5_text() function (which is used to | Neil Conway | 2005-02-23 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |