| 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 | 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 | 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-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 | 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-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 | 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 | 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 | 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 | Add psql \pset numericsep to allow output numbers like 100,000.0 or | Bruce Momjian |
| 2005-07-08 | Fix config file lexer to not barf if postgresql.conf ends with a comment | Tom Lane |
| 2005-07-08 | Try connecting to both postgres and template1 databases to do the initial | Tom Lane |
| 2005-07-08 | Make libpq_gettext save and restore errno in a Windows-compatible way. | Tom Lane |
| 2005-07-08 | testing activitymail | PostgreSQL Daemon |
| 2005-07-08 | Remove some dead code for handling XLOG_DBASE_CREATE_OLD and | Neil Conway |
| 2005-07-08 | Even though I'd like to see full_page_writes go away before 8.1, | Tom Lane |
| 2005-07-07 | Track dependencies on shared objects (which is to say, roles; we already | Tom Lane |
| 2005-07-07 | Fix plperl expected output. | Bruce Momjian |
| 2005-07-07 | pg_column_size() cleanup for messages and code cleanup. | Bruce Momjian |
| 2005-07-06 | Currently, nonfatal warnings are not trapped (as they should be) by | Bruce Momjian |
| 2005-07-06 | Currently, nonfatal warnings are not trapped (as they should be) by | Bruce Momjian |
| 2005-07-06 | Complete zic patch backout by removing NO_PGPORT workaround. | Bruce Momjian |
| 2005-07-06 | Reverse out because the lack of using pgport in timezone/ is causing | Bruce Momjian |
| 2005-07-06 | Add pg_column_size() to return storage size of a column, including | Bruce Momjian |
| 2005-07-06 | Sync dlopen error handling for the *BSDs ... seems to me I've done this | Tom Lane |
| 2005-07-06 | Add a check for trigger function with declared arguments. This path | Tom Lane |
| 2005-07-06 | Save and restore errno across bindtextdomain call, per discussion. | Tom Lane |
| 2005-07-06 | Attached is a patch that enhances the "\h" capability in psql. I often | Bruce Momjian |
| 2005-07-05 | Add GUC full_page_writes to control writing full pages to WAL. | Bruce Momjian |
| 2005-07-05 | Fix contrib/pgcrypto to autoconfigure for OpenSSL when --with-openssl | Tom Lane |