| 2010-07-27 |  Peter Eisentraut | Spelling fixes | commit | commitdiff | tree | snapshot | 
| 2010-07-26 |  Peter Eisentraut | Fix grammar | commit | commitdiff | tree | snapshot | 
| 2010-07-23 |  Robert Haas | Avoid deep recursion when assigning XIDs to multiple... | commit | commitdiff | tree | snapshot | 
| 2010-07-14 |  Tom Lane | Fix several problems in pg_dump's handling of SQL/MED... | commit | commitdiff | tree | snapshot | 
| 2010-07-14 |  Tom Lane | Allow full SSL certificate verification (wherein libpq... | commit | commitdiff | tree | snapshot | 
| 2010-07-13 |  Heikki Linnakangas | Oops, in the previous fix to prevent a cursor that... | commit | commitdiff | tree | snapshot | 
| 2010-07-09 |  Tom Lane | Avoid an Assert failure in deconstruct_array() by makin... | commit | commitdiff | tree | snapshot | 
| 2010-07-08 |  Tom Lane | Fix "cannot handle unplanned sub-select" error that... | commit | commitdiff | tree | snapshot | 
| 2010-07-05 |  Heikki Linnakangas | The previous fix in CVS HEAD and 8.4 for handling the... | commit | commitdiff | tree | snapshot | 
| 2010-07-03 |  Robert Haas | Allow REASSIGNED OWNED to handle opclasses and opfamilies. | commit | commitdiff | tree | snapshot | 
| 2010-07-03 |  Tom Lane | Fix assorted misstatements and poor wording in the... | commit | commitdiff | tree | snapshot | 
| 2010-07-03 |  Andrew Dunstan | Unbreak MSVC builds by removing copydir.c from list... | commit | commitdiff | tree | snapshot | 
| 2010-07-02 |  Robert Haas | Move copydir.c from src/port to src/backend/storage... | commit | commitdiff | tree | snapshot | 
| 2010-07-01 |  Robert Haas | Allow copydir() to be interrupted. | commit | commitdiff | tree | snapshot | 
| 2010-07-01 |  Robert Haas | Allow ALTER TABLE .. SET TABLESPACE to be interrupted. | commit | commitdiff | tree | snapshot | 
| 2010-06-30 |  Heikki Linnakangas | stringToNode() and deparse_expression_pretty() crash... | commit | commitdiff | tree | snapshot | 
| 2010-06-28 |  Tom Lane | Improve pg_dump's checkSeek() function to verify the... | commit | commitdiff | tree | snapshot | 
| 2010-06-27 |  Tom Lane | Fix pg_restore so parallel restore doesn't fail when... | commit | commitdiff | tree | snapshot | 
| 2010-06-22 |  Robert Haas | Deprecate the use of => as an operator name. | commit | commitdiff | tree | snapshot | 
| 2010-06-21 |  Heikki Linnakangas | In a PL/pgSQL "FOR cursor" statement, the statements... | commit | commitdiff | tree | snapshot | 
| 2010-06-21 |  Tom Lane | Fix mishandling of whole-row Vars referencing a view... | commit | commitdiff | tree | snapshot | 
| 2010-06-17 |  Tom Lane | Fix typo, init => int, per KOIZUMI Satoru. | commit | commitdiff | tree | snapshot | 
| 2010-06-15 |  Tom Lane | Fix dblink_build_sql_insert() and related functions... | commit | commitdiff | tree | snapshot | 
| 2010-06-15 |  Tom Lane | Consolidate and improve checking of key-column-attnum... | commit | commitdiff | tree | snapshot | 
| 2010-06-14 |  Tom Lane | Rearrange dblink's dblink_build_sql_insert() and relate... | commit | commitdiff | tree | snapshot | 
| 2010-06-09 |  Alvaro Herrera | Add index entry for ::, per complaint from John Gage. | commit | commitdiff | tree | snapshot | 
| 2010-06-09 |  Magnus Hagander | Make the walwriter close it's handle to an old xlog... | commit | commitdiff | tree | snapshot | 
| 2010-06-09 |  Itagaki Takahiro | Avoid "identifier will be truncated" warning in dblink | commit | commitdiff | tree | snapshot | 
| 2010-06-09 |  Itagaki Takahiro | Fix connection leak in dblink when dblink_connect(... | commit | commitdiff | tree | snapshot | 
| 2010-06-07 |  Teodor Sigaev | Add missed function dblink_connect_u(text[,text]) to... | commit | commitdiff | tree | snapshot | 
| 2010-06-07 |  Itagaki Takahiro | Ensure default-only storage parameters for TOAST relations | commit | commitdiff | tree | snapshot | 
| 2010-06-04 |  Michael Meskes | Data returned by RETURNING clause wasn't correctly... | commit | commitdiff | tree | snapshot | 
| 2010-06-03 |  Andrew Dunstan | Fix regression test name for plperlu_plperl in msvc. | commit | commitdiff | tree | snapshot | 
| 2010-06-03 |  Itagaki Takahiro | Fix dblink to treat connection names longer than NAMEDA... | commit | commitdiff | tree | snapshot | 
| 2010-06-02 |  Andrew Dunstan | Run recently backported plperlu_plperl regression tests... | commit | commitdiff | tree | snapshot | 
| 2010-05-30 |  Tom Lane | Fix misuse of Lossy Counting (LC) algorithm in compute_... | commit | commitdiff | tree | snapshot | 
| 2010-05-28 |  Tom Lane | Rewrite LIKE's %-followed-by-_ optimization so it reall... | commit | commitdiff | tree | snapshot | 
| 2010-05-28 |  Tom Lane | Rejigger mergejoin logic so that a tuple with a null... | commit | commitdiff | tree | snapshot | 
| 2010-05-27 |  Tom Lane | Change ps_status.c to explicitly track the current... | commit | commitdiff | tree | snapshot | 
| 2010-05-27 |  Tom Lane | Make CREATE INDEX run expression preprocessing on a... | commit | commitdiff | tree | snapshot | 
| 2010-05-25 |  Tom Lane | Fix oversight in construction of sort/unique plans... | commit | commitdiff | tree | snapshot | 
| 2010-05-20 |  Magnus Hagander | Change the "N. Central Asia Standard Time" timezone... | commit | commitdiff | tree | snapshot | 
| 2010-05-18 |  Magnus Hagander | Refer to pg_ident.conf as config file for username... | commit | commitdiff | tree | snapshot | 
| 2010-05-17 |  Andrew Dunstan | > Follow up a visit from the style police. | commit | commitdiff | tree | snapshot | 
| 2010-05-16 |  Robert Haas | Fix longstanding typo in V1 calling conventions documen... | commit | commitdiff | tree | snapshot | 
| 2010-05-15 |  Tom Lane | Improve documentation of pg_restore's -l and -L switche... | commit | commitdiff | tree | snapshot | 
| 2010-05-15 |  Heikki Linnakangas | Fix typos in comments, spotted by Josh Kupershmidt. | commit | commitdiff | tree | snapshot | 
| 2010-05-14 |  Marc G. Fournier | tag 8.4.4  REL8_4_4 | commit | commitdiff | tree | snapshot | 
| 2010-05-13 |  Andrew Dunstan | Fix MSVC builds for recent plperl changes. Go back... | commit | commitdiff | tree | snapshot | 
| 2010-05-13 |  Tom Lane | Update release notes with security issues. | commit | commitdiff | tree | snapshot | 
| 2010-05-13 |  Tom Lane | Use an entity instead of non-ASCII letter.  Thom Brown | commit | commitdiff | tree | snapshot | 
| 2010-05-13 |  Tom Lane | Use "TOAST table" in place of the vague, not-used-elsew... | commit | commitdiff | tree | snapshot | 
| 2010-05-13 |  Tom Lane | Prevent PL/Tcl from loading the "unknown" module from... | commit | commitdiff | tree | snapshot | 
| 2010-05-13 |  Andrew Dunstan | Abandon the use of Perl's Safe.pm to enforce restrictio... | commit | commitdiff | tree | snapshot | 
| 2010-05-13 |  Magnus Hagander | Fix some spelling errors. | commit | commitdiff | tree | snapshot | 
| 2010-05-13 |  Peter Eisentraut | Translation update | commit | commitdiff | tree | snapshot | 
| 2010-05-12 |  Tom Lane | Preliminary release notes for releases 8.4.4, 8.3.11... | commit | commitdiff | tree | snapshot | 
| 2010-05-11 |  Tom Lane | Update time zone data files to tzdata release 2010j... | commit | commitdiff | tree | snapshot | 
| 2010-05-11 |  Tom Lane | Add PKST to the default set of timezone abbreviations. | commit | commitdiff | tree | snapshot | 
| 2010-05-11 |  Tom Lane | Cause the archiver process to adopt new postgresql... | commit | commitdiff | tree | snapshot | 
| 2010-05-11 |  Itagaki Takahiro | Set per-function GUC settings during validating the... | commit | commitdiff | tree | snapshot | 
| 2010-05-09 |  Tom Lane | Suppress signed-vs-unsigned-char warning. | commit | commitdiff | tree | snapshot | 
| 2010-05-08 |  Tom Lane | Work around a subtle portability problem in use of... | commit | commitdiff | tree | snapshot | 
| 2010-05-07 |  Michael Meskes | ECPG connect routine only checked for NULL to find... | commit | commitdiff | tree | snapshot | 
| 2010-05-05 |  Tom Lane | Fix psql to not go into infinite recursion when expandi... | commit | commitdiff | tree | snapshot | 
| 2010-05-05 |  Heikki Linnakangas | Fix incorrect parameter tag in docs, spotted by KOIZUMI... | commit | commitdiff | tree | snapshot | 
| 2010-05-02 |  Tom Lane | Fix replay of XLOG_HEAP_NEWPAGE WAL records to pay... | commit | commitdiff | tree | snapshot | 
| 2010-05-01 |  Tom Lane | Add code to InternalIpcMemoryCreate() to handle the... | commit | commitdiff | tree | snapshot | 
| 2010-04-30 |  Tom Lane | Fix multiple memory leaks in PLy_spi_execute_fetch_resu... | commit | commitdiff | tree | snapshot | 
| 2010-04-18 |  Robert Haas | Provide better guidance for adjusting shared_buffers. | commit | commitdiff | tree | snapshot | 
| 2010-04-16 |  Heikki Linnakangas | On Windows, syslogger runs in two threads. The main... | commit | commitdiff | tree | snapshot | 
| 2010-04-15 |  Tom Lane | Fix psql's \copy to not insert spaces around dots and... | commit | commitdiff | tree | snapshot | 
| 2010-04-15 |  Peter Eisentraut | IP port -> TCP port | commit | commitdiff | tree | snapshot | 
| 2010-04-14 |  Tom Lane | Fix plpgsql's exec_eval_expr() to ensure it returns... | commit | commitdiff | tree | snapshot | 
| 2010-04-14 |  Tom Lane | Fix a problem introduced by my patch of 2010-01-12... | commit | commitdiff | tree | snapshot | 
| 2010-04-09 |  Magnus Hagander | Clean up inconsistent commas | commit | commitdiff | tree | snapshot | 
| 2010-04-09 |  Magnus Hagander | Update list of Windows timezones we try to match locali... | commit | commitdiff | tree | snapshot | 
| 2010-04-08 |  Magnus Hagander | Proceed to look for the next timezone when matching... | commit | commitdiff | tree | snapshot | 
| 2010-04-06 |  Magnus Hagander | Log the actual timezone name that we fail to look up... | commit | commitdiff | tree | snapshot | 
| 2010-04-03 |  Andrew Dunstan | Sync perl's ppport.h on all branches back to 7.4 with... | commit | commitdiff | tree | snapshot | 
| 2010-04-02 |  Tom Lane | Ensure that contrib/pgstattuple functions respond to... | commit | commitdiff | tree | snapshot | 
| 2010-04-01 |  Heikki Linnakangas | Don't pass an invalid file handle to dup2(). That cause... | commit | commitdiff | tree | snapshot | 
| 2010-03-30 |  Tom Lane | Fix "constraint_exclusion = partition" logic so that... | commit | commitdiff | tree | snapshot | 
| 2010-03-25 |  Tom Lane | Fix ginint4_queryextract() to actually do what it was... | commit | commitdiff | tree | snapshot | 
| 2010-03-25 |  Alvaro Herrera | Prevent ALTER USER f RESET ALL from removing the settin... | commit | commitdiff | tree | snapshot | 
| 2010-03-24 |  Tom Lane | Fix thinko in log message for "sameuser" ident map... | commit | commitdiff | tree | snapshot | 
| 2010-03-20 |  Tom Lane | Clear error_context_stack and debug_query_string at... | commit | commitdiff | tree | snapshot | 
| 2010-03-19 |  Tom Lane | Modify error context callback functions to not assume... | commit | commitdiff | tree | snapshot | 
| 2010-03-18 |  Tom Lane | Fix missing parentheses for current_query(), per bug... | commit | commitdiff | tree | snapshot | 
| 2010-03-18 |  Heikki Linnakangas | Fix bug in %r handling in recovery_end_command, it... | commit | commitdiff | tree | snapshot | 
| 2010-03-17 |  Magnus Hagander | Typo fixes. | commit | commitdiff | tree | snapshot | 
| 2010-03-17 |  Tom Lane | Fix incorrect example in CREATE INDEX reference page... | commit | commitdiff | tree | snapshot | 
| 2010-03-12 |  Marc G. Fournier | tag 8.4.3  REL8_4_3 | commit | commitdiff | tree | snapshot | 
| 2010-03-11 |  Alvaro Herrera | Improve PL/Perl documentation of database access functi... | commit | commitdiff | tree | snapshot | 
| 2010-03-11 |  Tom Lane | Add missing reset of need_initialization in reloptions... | commit | commitdiff | tree | snapshot | 
| 2010-03-11 |  Tom Lane | Sync timezone code with tzcode 2010c from the Olson... | commit | commitdiff | tree | snapshot | 
| 2010-03-10 |  Tom Lane | Preliminary release notes for releases 8.4.3, 8.3.10... | commit | commitdiff | tree | snapshot | 
| 2010-03-09 |  Tom Lane | Use SvROK(sv) rather than directly checking SvTYPE... | commit | commitdiff | tree | snapshot | 
| 2010-03-09 |  Alvaro Herrera | Update time zone data files to tzdata release 2010d... | commit | commitdiff | tree | snapshot | 
| 2010-03-09 |  Bruce Momjian | Return proper exit code (3) from psql when ON_ERROR_STO... | commit | commitdiff | tree | snapshot | 
| next |