summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tag 7.4.30REL7_4_30REL7_4_STABLEMarc G. Fournier2010-10-015-17/+17
* Use a separate interpreter for each calling SQL userid in plperl and pltcl.Tom Lane2010-09-306-378/+635
* Translation updates for 7.4.30Peter Eisentraut2010-09-3014-11486/+11645
* Update release notes for releases 9.0.1, 8.4.5, 8.3.12, 8.2.18, 8.1.22,Tom Lane2010-09-301-2/+99
* Further fixes to the pg_get_expr() security fix in back branches.Tom Lane2010-09-251-24/+56
* Still more .gitignore cleanup.Tom Lane2010-09-242-4/+0
* Prevent show_session_authorization from crashing when session_authorizationTom Lane2010-09-231-0/+4
* Another missing .gitignore entry ...Tom Lane2010-09-231-0/+1
* More fixes for libpq's .gitignore file.Tom Lane2010-09-221-9/+10
* Do some copy-editing on the Git usage docs.Tom Lane2010-09-221-20/+24
* Fix documentation gitignore for pre-9.0 doc build methods.Tom Lane2010-09-221-7/+21
* Some more gitignore cleanups: cover contrib and PL regression test outputs.Tom Lane2010-09-2237-1/+79
* Remove anonymous cvs instructions, and replace them with instructionsMagnus Hagander2010-09-227-895/+103
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-2281-16/+216
* Back-patch replacement of README.CVS with README.git.Tom Lane2010-09-212-7/+7
* Backpatch some blatant spelling mistakesPeter Eisentraut2010-08-171-2/+2
* Arrange to fsync the contents of lockfiles (both postmaster.pid and theTom Lane2010-08-161-1/+3
* Fix psql's copy of utf2ucs() to match the backend's copy exactly;Tom Lane2010-08-161-10/+2
* Fix one more incorrect errno definition in the ECPG manual.Robert Haas2010-08-111-2/+2
* Fix incorrect errno definitions in ECPG manual.Robert Haas2010-08-111-5/+5
* Fix incorrect logic in plpgsql for cleanup after evaluation of non-simpleTom Lane2010-08-093-2/+80
* Improved version of patch to protect pg_get_expr() against misuse:Tom Lane2010-07-304-93/+135
* Avoid an Assert failure in deconstruct_array() by making get_attstatsslot()Tom Lane2010-07-091-5/+17
* Fix "cannot handle unplanned sub-select" error that can occur when aTom Lane2010-07-083-2/+54
* The previous fix in CVS HEAD and 8.4 for handling the case where a cursorHeikki Linnakangas2010-07-053-7/+58
* Fix assorted misstatements and poor wording in the descriptions of the I/OTom Lane2010-07-031-22/+41
* stringToNode() and deparse_expression_pretty() crash on invalid input,Heikki Linnakangas2010-06-303-3/+105
* Fix dblink_build_sql_insert() and related functions to handle droppedTom Lane2010-06-153-38/+97
* Consolidate and improve checking of key-column-attnum arguments forTom Lane2010-06-152-126/+93
* Rearrange dblink's dblink_build_sql_insert() and related routines to open andTom Lane2010-06-141-122/+87
* Fix incorrect change in dblink introduced by the previous commitItagaki Takahiro2010-06-101-2/+2
* Fix connection leak in dblink when dblink_connect() or dblink_connect_u()Itagaki Takahiro2010-06-091-0/+5
* > Follow up a visit from the style police.Andrew Dunstan2010-05-171-3/+3
* Fix longstanding typo in V1 calling conventions documentation.Robert Haas2010-05-161-2/+2
* Improve documentation of pg_restore's -l and -L switches to point out theirTom Lane2010-05-151-16/+18
* tag 7.4.29REL7_4_29Marc G. Fournier2010-05-145-18/+18
* Update release notes with security issues.Tom Lane2010-05-131-1/+41
* Use an entity instead of non-ASCII letter. Thom BrownTom Lane2010-05-131-2/+2
* Prevent PL/Tcl from loading the "unknown" module from pltcl_modules unlessTom Lane2010-05-132-70/+142
* Abandon the use of Perl's Safe.pm to enforce restrictions in plperl, as it isAndrew Dunstan2010-05-134-78/+493
* Translation updatePeter Eisentraut2010-05-136-13079/+13505
* Preliminary release notes for releases 8.4.4, 8.3.11, 8.2.17, 8.1.21, 8.0.25,Tom Lane2010-05-121-1/+105
* Work around a subtle portability problem in use of printf %s format.Tom Lane2010-05-082-6/+38
* Add code to InternalIpcMemoryCreate() to handle the case where shmget()Tom Lane2010-05-011-1/+43
* Fix multiple memory leaks in PLy_spi_execute_fetch_result: it would leakTom Lane2010-04-301-6/+7
* Sync perl's ppport.h on all branches back to 7.4 with recent update on HEAD, ...Andrew Dunstan2010-04-031-196/+6974
* Ensure that contrib/pgstattuple functions respond to cancel interruptsTom Lane2010-04-021-1/+8
* Prevent ALTER USER f RESET ALL from removing the settings that were put thereAlvaro Herrera2010-03-254-9/+135
* Clear error_context_stack and debug_query_string at the beginning of proc_exit,Tom Lane2010-03-201-1/+15
* Typo fixes.Magnus Hagander2010-03-171-2/+2