summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-01Tag 7.4.30REL7_4_30REL7_4_STABLEMarc G. Fournier
2010-09-30Use a separate interpreter for each calling SQL userid in plperl and pltcl.Tom Lane
2010-09-30Translation updates for 7.4.30Peter Eisentraut
2010-09-30Update release notes for releases 9.0.1, 8.4.5, 8.3.12, 8.2.18, 8.1.22,Tom Lane
2010-09-25Further fixes to the pg_get_expr() security fix in back branches.Tom Lane
2010-09-24Still more .gitignore cleanup.Tom Lane
2010-09-23Prevent show_session_authorization from crashing when session_authorizationTom Lane
2010-09-23Another missing .gitignore entry ...Tom Lane
2010-09-23More fixes for libpq's .gitignore file.Tom Lane
2010-09-23Do some copy-editing on the Git usage docs.Tom Lane
2010-09-22Fix documentation gitignore for pre-9.0 doc build methods.Tom Lane
2010-09-22Some more gitignore cleanups: cover contrib and PL regression test outputs.Tom Lane
2010-09-22Remove anonymous cvs instructions, and replace them with instructionsMagnus Hagander
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander
2010-09-21Back-patch replacement of README.CVS with README.git.Tom Lane
2010-08-17Backpatch some blatant spelling mistakesPeter Eisentraut
2010-08-16Arrange to fsync the contents of lockfiles (both postmaster.pid and theTom Lane
2010-08-16Fix psql's copy of utf2ucs() to match the backend's copy exactly;Tom Lane
2010-08-11Fix one more incorrect errno definition in the ECPG manual.Robert Haas
2010-08-11Fix incorrect errno definitions in ECPG manual.Robert Haas
2010-08-09Fix incorrect logic in plpgsql for cleanup after evaluation of non-simpleTom Lane
2010-07-30Improved version of patch to protect pg_get_expr() against misuse:Tom Lane
2010-07-09Avoid an Assert failure in deconstruct_array() by making get_attstatsslot()Tom Lane
2010-07-08Fix "cannot handle unplanned sub-select" error that can occur when aTom Lane
2010-07-05The previous fix in CVS HEAD and 8.4 for handling the case where a cursorHeikki Linnakangas
2010-07-03Fix assorted misstatements and poor wording in the descriptions of the I/OTom Lane
2010-06-30stringToNode() and deparse_expression_pretty() crash on invalid input,Heikki Linnakangas
2010-06-15Fix dblink_build_sql_insert() and related functions to handle droppedTom Lane
2010-06-15Consolidate and improve checking of key-column-attnum arguments forTom Lane
2010-06-14Rearrange dblink's dblink_build_sql_insert() and related routines to open andTom Lane
2010-06-10Fix incorrect change in dblink introduced by the previous commitItagaki Takahiro
2010-06-09Fix connection leak in dblink when dblink_connect() or dblink_connect_u()Itagaki Takahiro
2010-05-17> Follow up a visit from the style police.Andrew Dunstan
2010-05-16Fix longstanding typo in V1 calling conventions documentation.Robert Haas
2010-05-15Improve documentation of pg_restore's -l and -L switches to point out theirTom Lane
2010-05-14tag 7.4.29REL7_4_29Marc G. Fournier
2010-05-13Update release notes with security issues.Tom Lane
2010-05-13Use an entity instead of non-ASCII letter. Thom BrownTom Lane
2010-05-13Prevent PL/Tcl from loading the "unknown" module from pltcl_modules unlessTom Lane
2010-05-13Abandon the use of Perl's Safe.pm to enforce restrictions in plperl, as it isAndrew Dunstan
2010-05-13Translation updatePeter Eisentraut
2010-05-12Preliminary release notes for releases 8.4.4, 8.3.11, 8.2.17, 8.1.21, 8.0.25,Tom Lane
2010-05-08Work around a subtle portability problem in use of printf %s format.Tom Lane
2010-05-01Add code to InternalIpcMemoryCreate() to handle the case where shmget()Tom Lane
2010-04-30Fix multiple memory leaks in PLy_spi_execute_fetch_result: it would leakTom Lane
2010-04-03Sync perl's ppport.h on all branches back to 7.4 with recent update on HEAD, ...Andrew Dunstan
2010-04-02Ensure that contrib/pgstattuple functions respond to cancel interruptsTom Lane
2010-03-25Prevent ALTER USER f RESET ALL from removing the settings that were put thereAlvaro Herrera
2010-03-20Clear error_context_stack and debug_query_string at the beginning of proc_exit,Tom Lane
2010-03-17Typo fixes.Magnus Hagander