| Age | Commit message (Expand) | Author |
| 2007-09-03 | Improve stylistic consistency of descriptions of built-in objects by avoiding | Tom Lane |
| 2007-09-03 | Fix breakage of GIN support for varchar[] and cidr[] that I introduced in the | Tom Lane |
| 2007-09-03 | Implement function-local GUC parameter settings, as per recent discussion. | Tom Lane |
| 2007-08-31 | Apply a band-aid fix for the problem that 8.2 and up completely misestimate | Tom Lane |
| 2007-08-31 | Rewrite make_outerjoininfo's construction of min_lefthand and min_righthand | Tom Lane |
| 2007-08-27 | Fix a couple of misbehaviors rooted in the fact that the default creation | Tom Lane |
| 2007-08-27 | Remove the 'not in' operator (!!=). This was a hangover from Berkeley | Tom Lane |
| 2007-08-26 | Make ARRAY(SELECT ...) return an empty array, rather than a NULL, when the | Tom Lane |
| 2007-08-25 | Rename built-in Snowball stemmer dictionaries to be english_stem, | Tom Lane |
| 2007-08-25 | Cleanup for some problems in tsearch patch: | Tom Lane |
| 2007-08-22 | Remove option to change parser of an existing text search configuration. | Tom Lane |
| 2007-08-22 | Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating the | Tom Lane |
| 2007-08-21 | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane |
| 2007-08-19 | Provide for logfiles in machine readable CSV format. In consequence, rename | Andrew Dunstan |
| 2007-08-15 | Arrange to cache a ResultRelInfo in the executor's EState for relations that | Tom Lane |
| 2007-08-15 | Repair problems occurring when multiple RI updates have to be done to the same | Tom Lane |
| 2007-08-14 | Fix oversight in async-commit patch: there were some places in heapam.c | Tom Lane |
| 2007-08-07 | Adjust the output of MemoryContextStats() so that the stats for a | Neil Conway |
| 2007-08-05 | Apparently icc doesn't always define __ICC, and it's more correct to | Tom Lane |
| 2007-08-04 | Fix up bad layout of some comments (probably pg_indent's fault), and | Tom Lane |
| 2007-08-04 | Fix crash caused by log_timezone patch if we attempt to emit any elog messages | Tom Lane |
| 2007-08-04 | Switch over to using the src/timezone functions for formatting timestamps | Tom Lane |
| 2007-08-02 | Move session_start out of MyProcPort stucture and make it a global called MyS... | Andrew Dunstan |
| 2007-08-01 | Support an optional asynchronous commit mode, in which we don't flush WAL | Tom Lane |
| 2007-07-26 | Remove FileUnlink(), which wasn't being used anywhere and interacted poorly | Tom Lane |
| 2007-07-25 | Arrange to put TOAST tables belonging to temporary tables into special schemas | Tom Lane |
| 2007-07-25 | Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with | Magnus Hagander |
| 2007-07-24 | Make it possible, and default, for MingW to build with SSPI support | Magnus Hagander |
| 2007-07-24 | Create a new dedicated Postgres process, "wal writer", which exists to write | Tom Lane |
| 2007-07-23 | SSPI authentication on Windows. GSSAPI compatible client when doing Kerberos | Magnus Hagander |
| 2007-07-17 | Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS, | Neil Conway |
| 2007-07-16 | Hmm, so evidently _check_lock and _clear_lock take an argument of type | Tom Lane |
| 2007-07-16 | So our reward for including <sys/atomic_op.h> seems to be a bunch of | Tom Lane |
| 2007-07-16 | On AIX, include <sys/atomic_op.h> so that the functions we use for | Tom Lane |
| 2007-07-12 | Get dirmod.c on the same page as port.h about whether we use pgsymlink | Tom Lane |
| 2007-07-12 | Enable GSSAPI to build using MSVC. Always build GSSAPI when Kerberos is | Magnus Hagander |
| 2007-07-12 | Support GSSAPI builds where the header is <gssapi.h> and not <gssapi/gssapi.h>, | Magnus Hagander |
| 2007-07-12 | Fix freenig of names in Kerberos when using MIT - need to use the | Magnus Hagander |
| 2007-07-10 | Fix misspelling. | Tom Lane |
| 2007-07-10 | Add support for GSSAPI authentication. | Magnus Hagander |
| 2007-07-08 | Remove the pgstat_drop_relation() call from smgr_internal_unlink(), because | Tom Lane |
| 2007-07-08 | Closer code review for PQconnectionUsedPassword() patch: in particular, | Tom Lane |
| 2007-07-08 | Arrange for the authentication request type to be preserved in | Joe Conway |
| 2007-07-06 | Fix up hash functions for datetime datatypes so that they don't take | Tom Lane |
| 2007-07-03 | Add ALTER VIEW ... RENAME TO, and a RENAME TO clause to ALTER SEQUENCE. | Neil Conway |
| 2007-07-02 | Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl(). | Tom Lane |
| 2007-06-30 | Improve logging of checkpoints. Patch by Greg Smith, worked over | Tom Lane |
| 2007-06-28 | Implement "distributed" checkpoints in which the checkpoint I/O is spread | Tom Lane |
| 2007-06-26 | Remove unused "caller" argument from stringToQualifiedNameList. | Alvaro Herrera |
| 2007-06-25 | Remove unused BAD_LOCATION definition. | Alvaro Herrera |