| Commit message (Expand) | Author | Age |
* | Set per-function GUC settings during validating the function. | Itagaki Takahiro | 2010-05-11 |
* | Suppress signed-vs-unsigned-char warning. | Tom Lane | 2010-05-09 |
* | Work around a subtle portability problem in use of printf %s format. | Tom Lane | 2010-05-08 |
* | ECPG connect routine only checked for NULL to find empty parameters, but user... | Michael Meskes | 2010-05-07 |
* | Fix psql to not go into infinite recursion when expanding a variable that | Tom Lane | 2010-05-05 |
* | 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 |
* | Fix multiple memory leaks in PLy_spi_execute_fetch_result: it would leak | Tom Lane | 2010-04-30 |
* | On Windows, syslogger runs in two threads. The main thread processes config | Heikki Linnakangas | 2010-04-16 |
* | Fix psql's \copy to not insert spaces around dots and commas in the text of | Tom Lane | 2010-04-15 |
* | Fix plpgsql's exec_eval_expr() to ensure it returns a sane type OID | Tom Lane | 2010-04-14 |
* | Fix a problem introduced by my patch of 2010-01-12 that revised the way | Tom Lane | 2010-04-14 |
* | Clean up inconsistent commas | Magnus Hagander | 2010-04-09 |
* | Update list of Windows timezones we try to match localized names against | Magnus Hagander | 2010-04-09 |
* | Proceed to look for the next timezone when matching a localized | Magnus Hagander | 2010-04-08 |
* | Log the actual timezone name that we fail to look up the values for in | Magnus Hagander | 2010-04-06 |
* | Sync perl's ppport.h on all branches back to 7.4 with recent update on HEAD, ... | Andrew Dunstan | 2010-04-03 |
* | 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 |
* | tag 8.4.3REL8_4_3 | Marc G. Fournier | 2010-03-12 |
* | Add missing reset of need_initialization in reloptions code. | Tom Lane | 2010-03-11 |
* | Sync timezone code with tzcode 2010c from the Olson group. This fixes some | Tom Lane | 2010-03-11 |
* | Use SvROK(sv) rather than directly checking SvTYPE(sv) == SVt_RV in plperl. | Tom Lane | 2010-03-09 |
* | Update time zone data files to tzdata release 2010d: DST law changes in Fiji, | Alvaro Herrera | 2010-03-09 |
* | Return proper exit code (3) from psql when ON_ERROR_STOP=on and | Bruce Momjian | 2010-03-09 |
* | 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-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 |
* | 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-03 |
* | 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-02 |
* | 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-03-01 |
* | 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 |
* | Volatile-ize all five places where we expect a PG_TRY block to restore | Tom Lane | 2010-02-18 |