| Commit message (Expand) | Author | Age |
* | Fix longstanding typo in V1 calling conventions documentation. | Robert Haas | 2010-05-16 |
* | Improve documentation of pg_restore's -l and -L switches to point out their | Tom Lane | 2010-05-15 |
* | Fix typos in comments, spotted by Josh Kupershmidt. | Heikki Linnakangas | 2010-05-15 |
* | tag 8.4.4REL8_4_4 | Marc G. Fournier | 2010-05-14 |
* | Fix MSVC builds for recent plperl changes. Go back to version 8.2, which is | Andrew Dunstan | 2010-05-13 |
* | Update release notes with security issues. | Tom Lane | 2010-05-13 |
* | Use an entity instead of non-ASCII letter. Thom Brown | Tom Lane | 2010-05-13 |
* | Use "TOAST table" in place of the vague, not-used-elsewhere phrase | Tom Lane | 2010-05-13 |
* | Prevent PL/Tcl from loading the "unknown" module from pltcl_modules unless | Tom Lane | 2010-05-13 |
* | Abandon the use of Perl's Safe.pm to enforce restrictions in plperl, as it is | Andrew Dunstan | 2010-05-13 |
* | Fix some spelling errors. | Magnus Hagander | 2010-05-13 |
* | Translation update | Peter Eisentraut | 2010-05-13 |
* | Preliminary release notes for releases 8.4.4, 8.3.11, 8.2.17, 8.1.21, 8.0.25, | Tom Lane | 2010-05-12 |
* | Update time zone data files to tzdata release 2010j: DST law changes in | Tom Lane | 2010-05-11 |
* | Add PKST to the default set of timezone abbreviations. | Tom Lane | 2010-05-11 |
* | 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 |
* | 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 incorrect parameter tag in docs, spotted by KOIZUMI Satoru. | Heikki Linnakangas | 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 |
* | Provide better guidance for adjusting shared_buffers. | Robert Haas | 2010-04-18 |
* | 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 |
* | IP port -> TCP port | Peter Eisentraut | 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 |
* | Ensure that contrib/pgstattuple functions respond to cancel interrupts | Tom Lane | 2010-04-02 |
* | 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 |
* | Fix ginint4_queryextract() to actually do what it was intended to do for an | Tom Lane | 2010-03-25 |
* | 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 missing parentheses for current_query(), per bug #5378. | Tom Lane | 2010-03-18 |
* | Fix bug in %r handling in recovery_end_command, it always came out as 0 | Heikki Linnakangas | 2010-03-18 |
* | Typo fixes. | Magnus Hagander | 2010-03-17 |
* | Fix incorrect example in CREATE INDEX reference page, per Josh Kupershmidt. | Tom Lane | 2010-03-17 |
* | tag 8.4.3REL8_4_3 | Marc G. Fournier | 2010-03-12 |
* | Improve PL/Perl documentation of database access functions. (Backpatch to 8.4 | Alvaro Herrera | 2010-03-11 |