| Age | Commit message (Expand) | Author |
| 2007-08-11 | Avoid memory leakage across successive calls of regexp_matches() or | Tom Lane |
| 2007-08-11 | Code review for regexp_matches/regexp_split patch. Refactor to avoid assuming | Tom Lane |
| 2007-08-10 | Fix uninitialized-memory bug in plpython proargnames patch. Per bug #3523 | Tom Lane |
| 2007-08-10 | Fix unintended change of output format for createlang/droplang -l. Missed | Tom Lane |
| 2007-08-09 | Revise postmaster startup/shutdown logic to eliminate the problem that a | Tom Lane |
| 2007-08-08 | Fix a gradual memory leak in ExecReScanAgg(). Because the aggregation | Neil Conway |
| 2007-08-08 | Fix thinko in multi-autovac-workers code: validity checks made by | Tom Lane |
| 2007-08-07 | Adjust the output of MemoryContextStats() so that the stats for a | Neil Conway |
| 2007-08-06 | Fix pg_restore to guard against unexpected EOF while reading an archive file. | Tom Lane |
| 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 | Tweak for initdb: if more command-line arguments were specified than | Neil Conway |
| 2007-08-04 | Fix crash caused by log_timezone patch if we attempt to emit any elog messages | Tom Lane |
| 2007-08-04 | Fix a problem in my recent patch to initialize cancel_key for autovac workers | Tom Lane |
| 2007-08-04 | Switch over to using the src/timezone functions for formatting timestamps | Tom Lane |
| 2007-08-03 | Fix some sloppiness in the recent multiple-autovacuum-worker patch. It was | Tom Lane |
| 2007-08-03 | Update supported standalone VC++ version to 7.1+ only, and fix | Magnus Hagander |
| 2007-08-02 | Move session_start out of MyProcPort stucture and make it a global called MyS... | Andrew Dunstan |
| 2007-08-02 | Make sure syslogPipe runs in binary mode on Windows to avoid corrupting the p... | Andrew Dunstan |
| 2007-08-02 | Fix a memory leak in tuplestore_end(). Unlikely to be significant during | Neil Conway |
| 2007-08-01 | Support an optional asynchronous commit mode, in which we don't flush WAL | Tom Lane |
| 2007-08-01 | Fix strange quoting. | Bruce Momjian |
| 2007-08-01 | Fix script quoting problem. | Bruce Momjian |
| 2007-07-31 | Fix a bug in the original implementation of redundant-join-clause removal: | Tom Lane |
| 2007-07-31 | If we're gonna use ExecRelationIsTargetRelation here, might as well | Tom Lane |
| 2007-07-31 | Fix security definer functions with polymorphic arguments. This case has | Tom Lane |
| 2007-07-27 | Slight refactor for ExecOpenScanRelation(): we can use | Neil Conway |
| 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 | Suppress warning when compiling with -DPROFILE_PID_DIR: sys/stat.h is | Tom Lane |
| 2007-07-25 | Adjust horology test to avoid join-plan-dependent result ordering in | Tom Lane |
| 2007-07-25 | Synced parser | Michael Meskes |
| 2007-07-25 | Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with | Magnus Hagander |
| 2007-07-25 | Fix standalone win32 makefile (MSVC6) for SSPI and GSSAPI. | Magnus Hagander |
| 2007-07-25 | Disable warning 4090 = different const qualifiers on msvc since it | Magnus Hagander |
| 2007-07-25 | Silence compiler warnings on mingw | Magnus Hagander |
| 2007-07-25 | Implement RETURN QUERY for PL/PgSQL. This provides some convenient syntax | Neil Conway |
| 2007-07-24 | Fix predicate-proving logic to cope with binary-compatibility cases when | Tom Lane |
| 2007-07-24 | Silence compiler warning on mingw | 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-24 | Set a default autovacuum vacuum_cost_delay value of 20ms, to avoid excessive | Alvaro Herrera |
| 2007-07-23 | Just noticed that libpq thinks the maximum command tag length is 40, | Tom Lane |
| 2007-07-23 | Use PQExpBuffer for error message in fe-auth.c. | Magnus Hagander |
| 2007-07-23 | Stupid typo. | Magnus Hagander |
| 2007-07-23 | SSPI authentication on Windows. GSSAPI compatible client when doing Kerberos | Magnus Hagander |
| 2007-07-21 | Fix elog.c to avoid infinite recursion (leading to backend crash) when | Tom Lane |
| 2007-07-20 | Fix regression tests for PL/pgSQL error message changes | Peter Eisentraut |
| 2007-07-20 | Fix WAL replay of truncate operations to cope with the possibility that the | Tom Lane |
| 2007-07-20 | Capitalize language key words in error messages | Peter Eisentraut |