| Commit message (Expand) | Author | Age | Files | Lines |
* | Tag 8.0.26REL8_0_26REL8_0_STABLE | Marc G. Fournier | 2010-10-01 | 6 | -19/+19 |
* | Use a separate interpreter for each calling SQL userid in plperl and pltcl. | Tom Lane | 2010-09-30 | 9 | -386/+675 |
* | Translation updates for 8.0.26 | Peter Eisentraut | 2010-09-30 | 21 | -11232/+11296 |
* | Update release notes for releases 9.0.1, 8.4.5, 8.3.12, 8.2.18, 8.1.22, | Tom Lane | 2010-09-30 | 2 | -4/+268 |
* | Further fixes to the pg_get_expr() security fix in back branches. | Tom Lane | 2010-09-25 | 1 | -24/+56 |
* | Still more .gitignore cleanup. | Tom Lane | 2010-09-24 | 2 | -4/+0 |
* | Add contrib/xml2/pgxml.sql to .gitignore | Robert Haas | 2010-09-23 | 1 | -0/+1 |
* | Prevent show_session_authorization from crashing when session_authorization | Tom Lane | 2010-09-23 | 1 | -0/+4 |
* | More fixes for libpq's .gitignore file. | Tom Lane | 2010-09-22 | 1 | -9/+14 |
* | Do some copy-editing on the Git usage docs. | Tom Lane | 2010-09-22 | 1 | -20/+24 |
* | Fix documentation gitignore for pre-9.0 doc build methods. | Tom Lane | 2010-09-22 | 1 | -7/+21 |
* | Some more gitignore cleanups: cover contrib and PL regression test outputs. | Tom Lane | 2010-09-22 | 37 | -9/+69 |
* | Remove anonymous cvs instructions, and replace them with instructions | Magnus Hagander | 2010-09-22 | 7 | -909/+102 |
* | Convert cvsignore to gitignore, and add .gitignore for build targets. | Magnus Hagander | 2010-09-22 | 82 | -21/+216 |
* | Back-patch replacement of README.CVS with README.git. | Tom Lane | 2010-09-21 | 2 | -7/+7 |
* | Update time zone data files to tzdata release 2010l: DST law changes in | Tom Lane | 2010-08-26 | 8 | -26/+160 |
* | Fix ExecMakeTableFunctionResult to verify that all rows returned by a SRF | Tom Lane | 2010-08-26 | 1 | -1/+11 |
* | Catch null pointer returns from PyCObject_AsVoidPtr and PyCObject_FromVoidPtr | Peter Eisentraut | 2010-08-25 | 1 | -1/+6 |
* | Arrange to fsync the contents of lockfiles (both postmaster.pid and the | Tom Lane | 2010-08-16 | 1 | -1/+19 |
* | Fix psql's copy of utf2ucs() to match the backend's copy exactly; | Tom Lane | 2010-08-16 | 1 | -10/+2 |
* | Fix one more incorrect errno definition in the ECPG manual. | Robert Haas | 2010-08-11 | 1 | -2/+2 |
* | Fix incorrect errno definitions in ECPG manual. | Robert Haas | 2010-08-11 | 1 | -5/+5 |
* | Fix incorrect logic in plpgsql for cleanup after evaluation of non-simple | Tom Lane | 2010-08-09 | 3 | -3/+123 |
* | Improved version of patch to protect pg_get_expr() against misuse: | Tom Lane | 2010-07-30 | 4 | -84/+115 |
* | Fix another longstanding problem in copy_relation_data: it was blithely | Tom Lane | 2010-07-29 | 1 | -3/+14 |
* | Fix possible page corruption by ALTER TABLE .. SET TABLESPACE. | Robert Haas | 2010-07-29 | 2 | -6/+21 |
* | Spelling fix | Peter Eisentraut | 2010-07-27 | 1 | -1/+1 |
* | Avoid deep recursion when assigning XIDs to multiple levels of subxacts. | Robert Haas | 2010-07-23 | 1 | -2/+29 |
* | Oops, in the previous fix to prevent a cursor that's being used in a FOR | Heikki Linnakangas | 2010-07-13 | 1 | -1/+12 |
* | Avoid an Assert failure in deconstruct_array() by making get_attstatsslot() | Tom Lane | 2010-07-09 | 1 | -5/+17 |
* | Fix "cannot handle unplanned sub-select" error that can occur when a | Tom Lane | 2010-07-08 | 3 | -2/+55 |
* | The previous fix in CVS HEAD and 8.4 for handling the case where a cursor | Heikki Linnakangas | 2010-07-05 | 3 | -8/+67 |
* | Fix assorted misstatements and poor wording in the descriptions of the I/O | Tom Lane | 2010-07-03 | 1 | -23/+42 |
* | Allow ALTER TABLE .. SET TABLESPACE to be interrupted. | Robert Haas | 2010-07-01 | 1 | -1/+4 |
* | stringToNode() and deparse_expression_pretty() crash on invalid input, | Heikki Linnakangas | 2010-06-30 | 3 | -3/+96 |
* | Fix dblink_build_sql_insert() and related functions to handle dropped | Tom Lane | 2010-06-15 | 3 | -38/+99 |
* | Consolidate and improve checking of key-column-attnum arguments for | Tom Lane | 2010-06-15 | 2 | -126/+93 |
* | Rearrange dblink's dblink_build_sql_insert() and related routines to open and | Tom Lane | 2010-06-14 | 1 | -122/+86 |
* | Fix incorrect change in dblink introduced by the previous commit | Itagaki Takahiro | 2010-06-10 | 1 | -2/+2 |
* | Fix connection leak in dblink when dblink_connect() or dblink_connect_u() | Itagaki Takahiro | 2010-06-09 | 1 | -0/+5 |
* | Fix dblink to treat connection names longer than NAMEDATALEN-2 (62 bytes). | Itagaki Takahiro | 2010-06-03 | 1 | -10/+10 |
* | Change ps_status.c to explicitly track the current logical length of ps_buffer. | Tom Lane | 2010-05-27 | 1 | -22/+15 |
* | > Follow up a visit from the style police. | Andrew Dunstan | 2010-05-17 | 1 | -3/+3 |
* | Fix longstanding typo in V1 calling conventions documentation. | Robert Haas | 2010-05-16 | 1 | -2/+2 |
* | Improve documentation of pg_restore's -l and -L switches to point out their | Tom Lane | 2010-05-15 | 1 | -16/+18 |
* | tag 8.0.25REL8_0_25 | Marc G. Fournier | 2010-05-14 | 6 | -20/+20 |
* | Update release notes with security issues. | Tom Lane | 2010-05-13 | 2 | -2/+82 |
* | Use an entity instead of non-ASCII letter. Thom Brown | Tom Lane | 2010-05-13 | 1 | -2/+2 |
* | Prevent PL/Tcl from loading the "unknown" module from pltcl_modules unless | Tom Lane | 2010-05-13 | 2 | -68/+137 |
* | Abandon the use of Perl's Safe.pm to enforce restrictions in plperl, as it is | Andrew Dunstan | 2010-05-13 | 10 | -193/+791 |