summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tag 8.1.23.REL8_1_23REL8_1_STABLEMarc G. Fournier2010-12-131-9/+9
* Tag 8.1.23.Marc G. Fournier2010-12-135-10/+10
* Update release notes for releases 9.0.2, 8.4.6, 8.3.13, 8.2.19, and 8.1.23.Tom Lane2010-12-131-0/+219
* Translation updates for release 8.1.23Peter Eisentraut2010-12-134-10326/+10421
* Update time zone data files to tzdata release 2010o: DST law changes inTom Lane2010-12-133-8/+31
* Force default wal_sync_method to be fdatasync on Linux.Tom Lane2010-12-086-18/+35
* Add a stack overflow check to copyObject().Tom Lane2010-12-061-0/+4
* Prevent inlining a SQL function with multiple OUT parameters.Tom Lane2010-12-014-0/+49
* Fix significant memory leak in contrib/xml2 functions.Tom Lane2010-11-261-72/+90
* Don't raise "identifier will be truncated" messages in dblinkItagaki Takahiro2010-11-261-2/+2
* The GiST scan algorithm uses LSNs to detect concurrent pages splits, butHeikki Linnakangas2010-11-164-10/+30
* Fix bug in cube picksplit algorithm.Robert Haas2010-11-141-1/+1
* Add missing outfuncs.c support for struct InhRelation.Tom Lane2010-11-131-0/+12
* Fix old oversight in const-simplification of COALESCE() expressions.Tom Lane2010-11-121-1/+5
* Fix bug introduced by the recent patch to check that the checkpoint redoHeikki Linnakangas2010-11-111-1/+3
* Fix line_construct_pm() for the case of "infinite" (DBL_MAX) slope.Tom Lane2010-11-101-4/+11
* Repair memory leakage while ANALYZE-ing complex index expressions.Tom Lane2010-11-091-3/+20
* Add support for detecting register-stack overrun on IA64.Tom Lane2010-11-061-0/+59
* Reduce recursion depth in recently-added regression test.Tom Lane2010-11-032-7/+7
* Ensure an index that uses a whole-row Var still depends on its table.Tom Lane2010-11-023-14/+40
* Fix plpgsql's handling of "simple" expression evaluation.Tom Lane2010-10-284-4/+113
* Before removing backup_label and irrevocably changing pg_control file, checkHeikki Linnakangas2010-10-261-2/+17
* If pk is NULL, the backend would segfault when accessing ->algo and theHeikki Linnakangas2010-10-201-1/+3
* Warn that views can be safely used to hide columns, but not rows.Robert Haas2010-10-082-11/+51
* Tag 8.1.22REL8_1_22Marc G. Fournier2010-10-016-19/+19
* Use a separate interpreter for each calling SQL userid in plperl and pltcl.Tom Lane2010-09-308-374/+704
* Translation updates for 8.1.22Peter Eisentraut2010-09-3021-12563/+12619
* Update release notes for releases 9.0.1, 8.4.5, 8.3.12, 8.2.18, 8.1.22,Tom Lane2010-09-303-17/+462
* 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-241-3/+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/+13
* 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-2228-9/+54
* Remove anonymous cvs instructions, and replace them with instructionsMagnus Hagander2010-09-227-712/+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-3/+24
* 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/+118
* 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