| Age | Commit message (Expand) | Author |
| 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 |
| 2005-07-05 | Back out patch. This should be done like other server-side languages. | Bruce Momjian |
| 2005-07-05 | Add NO_PGPORT defines to fix win32/cygwin builds for new target platform | Bruce Momjian |
| 2005-07-04 | Restructure zic #define fprintf checks to use a NO_PGPORT macro instead. | Bruce Momjian |
| 2005-07-04 | I have to admit that I got the case of the preprocessor symbol on amd64 | Bruce Momjian |
| 2005-07-04 | This patch allows the PL/Python module to do (SRF) functions. | Bruce Momjian |
| 2005-07-04 | I made the patch that improved the performance of replace_text(). | Bruce Momjian |
| 2005-07-04 | Fix compile if zic because it now doesn't use libpgport. | Bruce Momjian |
| 2005-07-04 | Fix date_trunct for December dates that are in the next year, e.g.: | Bruce Momjian |
| 2005-07-04 | Arrange for the postmaster (and standalone backends, initdb, etc) to | Tom Lane |
| 2005-07-04 | Reverse this patch: | Bruce Momjian |
| 2005-07-04 | Fix build break for out of tree (vpath) builds, induced by recent zic | Neil Conway |
| 2005-07-03 | Fix memory leak in plperl_hash_from_tuple(), per report from Jean-Max Reymond. | Tom Lane |
| 2005-07-03 | Don't try to constant-fold functions returning RECORD. We were never | Tom Lane |
| 2005-07-03 | Support cross compilation by compiling "zic" with a native compiler. This | Peter Eisentraut |
| 2005-07-03 | Improve outer-join-deduction logic to be able to propagate equalities | Tom Lane |
| 2005-07-02 | > A quick look shows that when you use --with-libraries=/foo/bar the | Bruce Momjian |
| 2005-07-02 | Teach planner about some cases where a restriction clause can be | Tom Lane |
| 2005-07-02 | Improve wrapping of long lines in postgresql.conf. | Bruce Momjian |