summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tag 8.0.26REL8_0_26REL8_0_STABLEMarc G. Fournier2010-10-016-19/+19
* Use a separate interpreter for each calling SQL userid in plperl and pltcl.Tom Lane2010-09-309-386/+675
* Translation updates for 8.0.26Peter Eisentraut2010-09-3021-11232/+11296
* Update release notes for releases 9.0.1, 8.4.5, 8.3.12, 8.2.18, 8.1.22,Tom Lane2010-09-302-4/+268
* 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
* Add contrib/xml2/pgxml.sql to .gitignoreRobert Haas2010-09-231-0/+1
* Prevent show_session_authorization from crashing when session_authorizationTom Lane2010-09-231-0/+4
* More fixes for libpq's .gitignore file.Tom Lane2010-09-221-9/+14
* 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-9/+69
* Remove anonymous cvs instructions, and replace them with instructionsMagnus Hagander2010-09-227-909/+102
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-2282-21/+216
* Back-patch replacement of README.CVS with README.git.Tom Lane2010-09-212-7/+7
* Update time zone data files to tzdata release 2010l: DST law changes inTom Lane2010-08-268-26/+160
* Fix ExecMakeTableFunctionResult to verify that all rows returned by a SRFTom Lane2010-08-261-1/+11
* Catch null pointer returns from PyCObject_AsVoidPtr and PyCObject_FromVoidPtrPeter Eisentraut2010-08-251-1/+6
* Arrange to fsync the contents of lockfiles (both postmaster.pid and theTom Lane2010-08-161-1/+19
* 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-3/+123
* Improved version of patch to protect pg_get_expr() against misuse:Tom Lane2010-07-304-84/+115
* Fix another longstanding problem in copy_relation_data: it was blithelyTom Lane2010-07-291-3/+14
* Fix possible page corruption by ALTER TABLE .. SET TABLESPACE.Robert Haas2010-07-292-6/+21
* Spelling fixPeter Eisentraut2010-07-271-1/+1
* Avoid deep recursion when assigning XIDs to multiple levels of subxacts.Robert Haas2010-07-231-2/+29
* Oops, in the previous fix to prevent a cursor that's being used in a FORHeikki Linnakangas2010-07-131-1/+12
* 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/+55
* The previous fix in CVS HEAD and 8.4 for handling the case where a cursorHeikki Linnakangas2010-07-053-8/+67
* Fix assorted misstatements and poor wording in the descriptions of the I/OTom Lane2010-07-031-23/+42
* Allow ALTER TABLE .. SET TABLESPACE to be interrupted.Robert Haas2010-07-011-1/+4
* stringToNode() and deparse_expression_pretty() crash on invalid input,Heikki Linnakangas2010-06-303-3/+96
* Fix dblink_build_sql_insert() and related functions to handle droppedTom Lane2010-06-153-38/+99
* 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/+86
* 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
* Fix dblink to treat connection names longer than NAMEDATALEN-2 (62 bytes).Itagaki Takahiro2010-06-031-10/+10
* Change ps_status.c to explicitly track the current logical length of ps_buffer.Tom Lane2010-05-271-22/+15
* > 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 8.0.25REL8_0_25Marc G. Fournier2010-05-146-20/+20
* Update release notes with security issues.Tom Lane2010-05-132-2/+82
* 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-68/+137
* Abandon the use of Perl's Safe.pm to enforce restrictions in plperl, as it isAndrew Dunstan2010-05-1310-193/+791