| Commit message (Expand) | Author | Age |
* | Translation update | Peter Eisentraut | 2010-05-13 |
* | Cause the archiver process to adopt new postgresql.conf settings (particularly | Tom Lane | 2010-05-11 |
* | Set per-function GUC settings during validating the function. | Itagaki Takahiro | 2010-05-11 |
* | Work around a subtle portability problem in use of printf %s format. | Tom Lane | 2010-05-08 |
* | Fix replay of XLOG_HEAP_NEWPAGE WAL records to pay attention to the forknum | Tom Lane | 2010-05-02 |
* | Add code to InternalIpcMemoryCreate() to handle the case where shmget() | Tom Lane | 2010-05-01 |
* | On Windows, syslogger runs in two threads. The main thread processes config | Heikki Linnakangas | 2010-04-16 |
* | Fix a problem introduced by my patch of 2010-01-12 that revised the way | Tom Lane | 2010-04-14 |
* | Don't pass an invalid file handle to dup2(). That causes a crash on | Heikki Linnakangas | 2010-04-01 |
* | Fix "constraint_exclusion = partition" logic so that it will also attempt | Tom Lane | 2010-03-30 |
* | Prevent ALTER USER f RESET ALL from removing the settings that were put there | Alvaro Herrera | 2010-03-25 |
* | Fix thinko in log message for "sameuser" ident map mismatch: the provided | Tom Lane | 2010-03-24 |
* | Clear error_context_stack and debug_query_string at the beginning of proc_exit, | Tom Lane | 2010-03-20 |
* | Modify error context callback functions to not assume that they can fetch | Tom Lane | 2010-03-19 |
* | Fix bug in %r handling in recovery_end_command, it always came out as 0 | Heikki Linnakangas | 2010-03-18 |
* | Add missing reset of need_initialization in reloptions code. | Tom Lane | 2010-03-11 |
* | Disallow gssapi authentication on local connections, since it | Magnus Hagander | 2010-03-08 |
* | 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-06 |
* | Fix IsBinaryCoercible to not confuse a cast using in/out functions | Heikki Linnakangas | 2010-03-04 |
* | Fix a couple of places that would loop forever if attempts to read a stdio file | Tom Lane | 2010-03-03 |
* | Export xml.c's libxml-error-handling support so that contrib/xml2 can use it | Tom Lane | 2010-03-03 |
* | 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-25 |
* | Fix STOP WAL LOCATION in backup history files no to return the next | Itagaki Takahiro | 2010-02-19 |
* | 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-18 |
* | Fix bug in GIN WAL redo cleanup function: don't free fake relcache entry | Heikki Linnakangas | 2010-02-09 |
* | Remove obsolete comment about 'fsm' argument, which isn't an argument | Heikki Linnakangas | 2010-02-08 |
* | CLUSTER specified the wrong namespace when renaming toast tables of temporary | Tom Lane | 2010-02-02 |
* | Change regexp engine's ccondissect/crevdissect routines to perform DFA | Tom Lane | 2010-02-01 |
* | Fix race condition in win32 signal handling. | Magnus Hagander | 2010-01-31 |
* | Avoid performing encoding conversion on command tag strings during EndCommand. | Tom Lane | 2010-01-30 |
* | Fix assorted core dumps and Assert failures that could occur during | Tom Lane | 2010-01-24 |
* | Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize.c, to ensure that | Tom Lane | 2010-01-23 |
* | Well, the systemtap guys moved the goalposts again: with the latest version, | Tom Lane | 2010-01-20 |
* | 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-18 |
* | 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-13 |
* | Fix relcache reload mechanism to be more robust in the face of errors | Tom Lane | 2010-01-12 |
* | Improve ExecEvalVar's handling of whole-row variables in cases where the | Tom Lane | 2010-01-11 |
* | Make bit/varbit substring() treat any negative length as meaning "all the rest | Tom Lane | 2010-01-07 |
* | Add support for doing FULL JOIN ON FALSE. While this is really a rather | Tom Lane | 2010-01-05 |
* | Reset minRecoveryPoint at checkpoints, so that we don't uselessly update | Heikki Linnakangas | 2009-12-30 |
* | Set errno to zero before invoking SSL_read or SSL_write. It appears that | Tom Lane | 2009-12-30 |
* | Previous fix for temporary file management broke returning a set from | Heikki Linnakangas | 2009-12-29 |
* | Fix wrong WAL info value generated when gistContinueInsert() performs an | Tom Lane | 2009-12-24 |