| Age | Commit message (Expand) | Author |
| 2005-07-14 | Change numericsep to a boolean, and make it locale-aware. | Bruce Momjian |
| 2005-07-14 | Add numeric separator support for latex and troff output methods. | Bruce Momjian |
| 2005-07-14 | Mark xml2 CREATE FUNCTIONs as IMMUTABLE, and use the "STRICT" syntax | Neil Conway |
| 2005-07-14 | barebones variable name -> tuples_only, for consistency. | Bruce Momjian |
| 2005-07-14 | Fix malloc length for new numeric separator patch. | Bruce Momjian |
| 2005-07-14 | This doc patch replaces all inappropriate references to SQL:1999 when it | Neil Conway |
| 2005-07-14 | Integrate autovacuum functionality into the backend. There's still a | Tom Lane |
| 2005-07-13 | Fix a couple of bogus comments, per Alvaro. | Tom Lane |
| 2005-07-13 | Remove extraneous space after -L ... it confuses SHLIB_LINK filter -L | Tom Lane |
| 2005-07-13 | Fix unwanted side-effects of recent SHLIB_LINK -L patch on existing | Tom Lane |
| 2005-07-13 | Fix #elif spacing too. | Bruce Momjian |
| 2005-07-13 | Fix libpq memory leak during PQreset() --- closePGconn() was not | Tom Lane |
| 2005-07-13 | Fix pgindent to not have blank line before #else in variable definition | Bruce Momjian |
| 2005-07-13 | Add backslashes to parentheses in awk regex because if not, they are | Bruce Momjian |
| 2005-07-13 | Move -L flag around for shared builds: | Bruce Momjian |
| 2005-07-13 | Documentation for some new PL/Perl features. Patch from David Fetter, | Neil Conway |
| 2005-07-12 | Hack around the discrepancy between default library search paths for | Tom Lane |
| 2005-07-12 | Fix plperl crash with list value return for an array result type. | Tom Lane |
| 2005-07-12 | More pgcrypto fixes: handle long messages correctly, suppress | Tom Lane |
| 2005-07-12 | Improve comments for AdjustIntervalForTypmod. | Bruce Momjian |
| 2005-07-12 | Change 5e0 to 5.0, for consistency. | Bruce Momjian |
| 2005-07-12 | Fix plperl to do recursion safely, and fix a problem with array results. | Tom Lane |
| 2005-07-11 | Further tweaking of Win32-specific random code. Marko Kreen | Tom Lane |
| 2005-07-11 | I forgot to update win32 code when doing a renaming in random.c. | Tom Lane |
| 2005-07-11 | Avoid bzero/bxopy in favor of more standard library routines. | Tom Lane |
| 2005-07-11 | More pgcrypto fixes: avoid bogus alignment assumptions in sha2, | Tom Lane |
| 2005-07-11 | Add support for AES cipher with older OpenSSL libraries. | Tom Lane |
| 2005-07-10 | Missed adding extra argument to array_recv in a couple of places | Tom Lane |
| 2005-07-10 | Change typreceive function API so that receive functions get the same | Tom Lane |
| 2005-07-10 | > One more failure: | Bruce Momjian |
| 2005-07-10 | Add extra argument for new pg_regexec API. | Bruce Momjian |
| 2005-07-10 | Suppress compile warning. | Tom Lane |
| 2005-07-10 | Rename xmalloc to pg_malloc for consistency with psql usage. | Bruce Momjian |
| 2005-07-10 | Reverse pg_malloc patch because psql/print.c is used in scripts files | Bruce Momjian |
| 2005-07-10 | Use failure-safe pg_malloc consistently in psql/print.c. | Bruce Momjian |
| 2005-07-10 | Remove #include <openssl/bn.h> as compile fix. | Bruce Momjian |
| 2005-07-10 | Following up a previous thought I had, yesterday I realised how to | Bruce Momjian |
| 2005-07-10 | The attached patch implements spi_query() and spi_fetchrow() functions | Bruce Momjian |
| 2005-07-10 | Add --encoding to pg_dump. | Bruce Momjian |
| 2005-07-10 | This patch implements putting language handlers for the optional PLs | Bruce Momjian |
| 2005-07-10 | As Kris Jurka found out, pgcrypto does not work with | Bruce Momjian |
| 2005-07-10 | Add missing pgcrypto files from previous commit. | Bruce Momjian |
| 2005-07-10 | Update. | Bruce Momjian |
| 2005-07-10 | This patch addresses the problem mentioned in the "process crash | Bruce Momjian |
| 2005-07-10 | I made the patch that implements regexp_replace again. | Bruce Momjian |
| 2005-07-10 | Major pgcrypto changes: | Bruce Momjian |
| 2005-07-10 | - Add Fortuna PRNG to pgcrypto. | Bruce Momjian |
| 2005-07-10 | This patch adds implementation of SHA2 to pgcrypto. | Bruce Momjian |
| 2005-07-10 | Add psql \pset numericsep to allow output numbers like 100,000.0 or | Bruce Momjian |
| 2005-07-09 | Fix inadequate error checking: you can't assume that fcinfo->resultinfo | Tom Lane |