| Age | Commit message (Expand) | Author |
| 2010-03-08 | Backport fix from HEAD that makes ecpglib give the right SQLSTATE if the conn... | Michael Meskes |
| 2010-03-08 | Require hostname to be set when using GSSAPI authentication. Without it, | Magnus Hagander |
| 2010-03-08 | Disallow gssapi authentication on local connections, since it | Magnus Hagander |
| 2010-03-08 | Update time zone data files to tzdata release 2010c: DST law changes in | Tom Lane |
| 2010-03-06 | Fix warning messages in restrict_and_check_grant() to include the column name | Tom Lane |
| 2010-03-06 | When reading pg_hba.conf and similar files, do not treat @file as an inclusion | Tom Lane |
| 2010-03-04 | Fix IsBinaryCoercible to not confuse a cast using in/out functions | Heikki Linnakangas |
| 2010-03-03 | Fix a couple of places that would loop forever if attempts to read a stdio file | Tom Lane |
| 2010-03-03 | Fix pg_dump of ACLs of foreign servers. The command to grant/revoke | Heikki Linnakangas |
| 2010-03-03 | Export xml.c's libxml-error-handling support so that contrib/xml2 can use it | Tom Lane |
| 2010-03-03 | Make iconv work like other optional libraries for MSVC. | Andrew Dunstan |
| 2010-03-02 | Add missing library and include dir for XSLT in MSVC builds | Andrew Dunstan |
| 2010-03-02 | Do not run regression tests for contrib/xml2 on MSVC unless building with XML | Andrew Dunstan |
| 2010-03-02 | Backpatch MSVC build fix for XSLT | Andrew Dunstan |
| 2010-03-01 | Fix translation of strings in psql \d output (translation in headers worked, | Heikki Linnakangas |
| 2010-03-01 | Fix numericlocale psql option when used with a null string and latex and troff | Heikki Linnakangas |
| 2010-02-25 | Allow predicate_refuted_by() to deduce that NOT A refutes A. | Tom Lane |
| 2010-02-25 | Add configuration parameter ssl_renegotiation_limit to control | Magnus Hagander |
| 2010-02-19 | Fix STOP WAL LOCATION in backup history files no to return the next | Itagaki Takahiro |
| 2010-02-18 | Volatile-ize all five places where we expect a PG_TRY block to restore | Tom Lane |
| 2010-02-18 | Provide some rather hokey ways for EXPLAIN to print FieldStore and assignment | Tom Lane |
| 2010-02-18 | Fix ExecEvalArrayRef to pass down the old value of the array element or slice | Tom Lane |
| 2010-02-18 | Force READY portals into FAILED state when a transaction or subtransaction | Tom Lane |
| 2010-02-17 | Prevent #option dump from crashing on FORI statement with null step. Reporte... | Tom Lane |
| 2010-02-16 | revert prior patch to fsync directories until portability problems exposed by... | Greg Stark |
| 2010-02-14 | Make CREATE DATABASE safe against losing whole files by fsyncing the | Greg Stark |
| 2010-02-12 | Don't choke when exec_move_row assigns a synthesized null to a column | Tom Lane |
| 2010-02-12 | Free reference in correct Perl context. Backpatch to release 8.2. Patch from ... | Andrew Dunstan |
| 2010-02-09 | Fix bug in GIN WAL redo cleanup function: don't free fake relcache entry | Heikki Linnakangas |
| 2010-02-08 | Remove obsolete comment about 'fsm' argument, which isn't an argument | Heikki Linnakangas |
| 2010-02-03 | Forgot to back-patch CLUSTER test fix to 8.4. | Tom Lane |
| 2010-02-02 | CLUSTER specified the wrong namespace when renaming toast tables of temporary | Tom Lane |
| 2010-02-02 | Remove copyright mention of Andrew Yu, per author's permission. | Bruce Momjian |
| 2010-02-01 | Change regexp engine's ccondissect/crevdissect routines to perform DFA | Tom Lane |
| 2010-01-31 | Fix race condition in win32 signal handling. | Magnus Hagander |
| 2010-01-30 | Avoid performing encoding conversion on command tag strings during EndCommand. | Tom Lane |
| 2010-01-30 | Fix memory leakage introduced into print_aligned_text by 8.4 changes | Tom Lane |
| 2010-01-25 | Apply Tcl_Init() to the "hold" interpreter created by pltcl. | Tom Lane |
| 2010-01-24 | Fix assorted core dumps and Assert failures that could occur during | Tom Lane |
| 2010-01-23 | Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize.c, to ensure that | Tom Lane |
| 2010-01-20 | Well, the systemtap guys moved the goalposts again: with the latest version, | Tom Lane |
| 2010-01-19 | When doing a parallel restore, we must guard against out-of-range dependency | Tom Lane |
| 2010-01-18 | Fix an oversight in convert_EXISTS_sublink_to_join: we can't convert an | Tom Lane |
| 2010-01-18 | Fix incorrect comparison of scan key in GIN. Per report from | Teodor Sigaev |
| 2010-01-18 | Fix portalmem.c to avoid keeping a dangling pointer to a cached plan list | Tom Lane |
| 2010-01-13 | When loading critical system indexes into the relcache, ensure we lock the | Tom Lane |
| 2010-01-13 | Fix bug #5269: ResetPlanCache mustn't invalidate cached utility statements, | Tom Lane |
| 2010-01-12 | Fix relcache reload mechanism to be more robust in the face of errors | Tom Lane |
| 2010-01-11 | Improve ExecEvalVar's handling of whole-row variables in cases where the | Tom Lane |
| 2010-01-08 | Backported fix for protecting ecpg against applications freeing strings to 8.4. | Michael Meskes |