| Commit message (Expand) | Author | Age |
* | Update time zone data files to tzdata release 2009s: DST law changes in | Tom Lane | 2009-12-09 |
* | Translation updates | Peter Eisentraut | 2009-12-08 |
* | Fix bug in temporary file management with subtransactions. A cursor opened | Heikki Linnakangas | 2009-12-03 |
* | Ignore attempts to set "application_name" in the connection startup packet. | Tom Lane | 2009-12-02 |
* | Fix session-lifespan memory leak when a plperl function is redefined: | Tom Lane | 2009-11-29 |
* | Fix an old bug in multixact and two-phase commit. Prepared transactions can | Heikki Linnakangas | 2009-11-23 |
* | Revert backpatch of inheritable-ACE patch for Win32, since it broke | Magnus Hagander | 2009-11-20 |
* | Backpatch the inheritable-ACE patch for Win32 to 8.2 as well, except | Magnus Hagander | 2009-11-15 |
* | Do not build psql's flex module on its own, but instead include it in | Tom Lane | 2009-11-10 |
* | Fix longstanding problems in VACUUM caused by untimely interruptions | Alvaro Herrera | 2009-11-10 |
* | Fix obscure segfault condition in PL/Python | Peter Eisentraut | 2009-11-03 |
* | Ensure the previous Perl interpreter selection is restored upon exit from | Tom Lane | 2009-10-31 |
* | Make the overflow guards in ExecChooseHashTableSize be more protective. | Tom Lane | 2009-10-30 |
* | Fix AfterTriggerSaveEvent to use a test and elog, not just Assert, to check | Tom Lane | 2009-10-27 |
* | Rewrite pam_passwd_conv_proc to be more robust: avoid assuming that the | Tom Lane | 2009-10-16 |
* | Fix off-by-one bug in bitncmp(): When comparing a number of bits divisible by | Heikki Linnakangas | 2009-10-08 |
* | Fix erroneous handling of shared dependencies (ie dependencies on roles) | Tom Lane | 2009-10-02 |
* | Convert a perl array to a postgres array when returned by Set Returning Funct... | Andrew Dunstan | 2009-09-28 |
* | Fix RelationCacheInitializePhase2 (Phase3, in HEAD) to cope with the | Tom Lane | 2009-09-26 |
* | Fix incorrect arguments for gist_box_penalty call. The bug could be observed | Teodor Sigaev | 2009-09-18 |
* | Don't error out if recycling or removing an old WAL segment fails at the end | Heikki Linnakangas | 2009-09-13 |
* | On Windows, when a file is deleted and another process still has an open | Heikki Linnakangas | 2009-09-10 |
* | Remove outside-the-scanner references to "yyleng". | Tom Lane | 2009-09-08 |
* | Update the tznames reference files, and add IDT (Israel Daylight Time) | Tom Lane | 2009-09-06 |
* | Tag 8.2.14REL8_2_14 | Marc G. Fournier | 2009-09-04 |
* | Make LOAD of an already-loaded library into a no-op, instead of attempting | Tom Lane | 2009-09-03 |
* | Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definer | Tom Lane | 2009-09-03 |
* | Translation updates | Peter Eisentraut | 2009-09-03 |
* | Update time zone data files to tzdata release 2009l: DST law changes in | Tom Lane | 2009-09-03 |
* | Fix pg_ctl's readfile() to not go into infinite loop on an empty file | Tom Lane | 2009-09-02 |
* | Fix inclusions of readline/editline header files so that we only attempt to | Tom Lane | 2009-08-24 |
* | Fix overflow for INTERVAL 'x ms' where x is more than a couple million, | Tom Lane | 2009-08-18 |
* | Enable the use of multiple CPUs/cores when building on MSVC. This only | Magnus Hagander | 2009-08-10 |
* | Try to defend against the possibility that libpq is still in COPY_IN state | Tom Lane | 2009-08-07 |
* | Fix a thinko introduced into CountActiveBackends by a recent patch: | Tom Lane | 2009-07-29 |
* | Fix the fix for the gist error message | Peter Eisentraut | 2009-07-24 |
* | Install src/include/utils/fmgroids.h on VPATH builds too. | Alvaro Herrera | 2009-07-20 |
* | Fix ancient bug in handling of to_char modifier 'TH', when used with HH. | Heikki Linnakangas | 2009-07-06 |
* | Disallow empty passwords in LDAP authentication, the same way | Magnus Hagander | 2009-06-25 |
* | Fix an ancient error in dist_ps (distance from point to line segment), which | Tom Lane | 2009-06-23 |
* | Fix error in comment. Fujii Masao | Heikki Linnakangas | 2009-06-18 |
* | Update time zone data files to tzdata release 2009i: DST law changes in | Tom Lane | 2009-06-11 |
* | Improve capitalization and punctuation in recently added GiST message. | Peter Eisentraut | 2009-06-10 |
* | Fix cash_in() to behave properly in locales where frac_digits is zero, | Tom Lane | 2009-06-10 |
* | Adjust recent PERL_SYS_INIT3 call to avoid platforms where it might fail, and... | Andrew Dunstan | 2009-06-05 |
* | GIN's ItemPointerIsMin, ItemPointerIsMax, and ItemPointerIsLossyPage macros | Tom Lane | 2009-06-05 |
* | Initialise perl library as documented in perl API. Backpatch to release 7.4. | Andrew Dunstan | 2009-06-04 |
* | Update relpages and reltuples estimates in stand-alone ANALYZE, even if | Heikki Linnakangas | 2009-05-19 |
* | Partially revert my patch of 2008-11-12 that installed a limit on the number | Tom Lane | 2009-05-11 |
* | Request XLOG switch before writing checkpoint in pg_start_backup(). Otherwise | Heikki Linnakangas | 2009-05-07 |