users/kgrittn/postgres.git
2010-09-16 Magnus HaganderTreat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non... REL8_4_STABLE
2010-09-02 Tom LaneFix up flushing of composite-type typcache entries...
2010-08-29 Tom LaneReduce PANIC to ERROR in some occasionally-reported...
2010-08-29 Tom LaneRemove obsolete remark that PQprepare() is more flexibl...
2010-08-26 Tom LaneUpdate time zone data files to tzdata release 2010l...
2010-08-26 Tom LaneFix ExecMakeTableFunctionResult to verify that all...
2010-08-25 Peter EisentrautCatch null pointer returns from PyCObject_AsVoidPtr...
2010-08-21 Tom LaneImprove parallel restore's ability to cope with selecti...
2010-08-19 Tom LaneAllow USING and INTO clauses of plpgsql's EXECUTE to...
2010-08-19 Tom LaneKeep exec_simple_check_plan() from thinking "SELECT...
2010-08-19 Tom LaneBe a bit less cavalier with both the code and the comme...
2010-08-19 Heikki LinnakangasRevert patch to coerce 'unknown' type parameters in...
2010-08-19 Tom LaneFix possible corruption of AfterTriggerEventLists in...
2010-08-18 Tom LaneAdd missing handling of PlannedStmt.transientPlan in...
2010-08-17 Michael MeskesApplied Zoltan's patch to fix a few memleaks in ecpg...
2010-08-17 Peter EisentrautBackpatch some blatant spelling mistakes
2010-08-16 Tom LaneArrange to fsync the contents of lockfiles (both postpi...
2010-08-16 Tom LaneFix psql's copy of utf2ucs() to match the backend's...
2010-08-15 Robert HaasAdd link and additional index reference to pgcrypto.
2010-08-14 Tom LaneFix planner to make a reasonable assumption about the...
2010-08-13 Tom LaneFix Assert failure in PushOverrideSearchPath when tryin...
2010-08-11 Robert HaasFix one more incorrect errno definition in the ECPG...
2010-08-11 Robert HaasFix incorrect errno definitions in ECPG manual.
2010-08-10 Robert HaasUse double quotes rather than double quotes for libpq...
2010-08-09 Tom LaneFix incorrect logic in plpgsql for cleanup after evalua...
2010-08-09 Robert HaasProvide stable target anchors for libpq functions.
2010-08-06 Peter EisentrautFix indexterm spelling
2010-08-03 Robert HaasFix inheritance count tracking in ALTER TABLE .. ADD...
2010-08-03 Tom LaneFix core dump in QTNodeCompare when tsquery_cmp() is...
2010-08-01 Tom LaneFix an additional set of problems in GIN's handling...
2010-07-31 Tom LaneTweak tsmatchsel() so that it examines the structure...
2010-07-31 Tom LaneRewrite the key-combination logic in GIN's keyGetItem...
2010-07-30 Tom LaneImproved version of patch to protect pg_get_expr()...
2010-07-29 Tom LaneFix another longstanding problem in copy_relation_data...
2010-07-29 Robert HaasFix possible page corruption by ALTER TABLE .. SET...
2010-07-28 Tom LaneFix potential failure when hashing the output of a...
2010-07-27 Robert HaasFix typo in PL/pgsql code example.
2010-07-27 Peter EisentrautSpelling fixes
2010-07-26 Peter EisentrautFix grammar
2010-07-23 Robert HaasAvoid deep recursion when assigning XIDs to multiple...
2010-07-14 Tom LaneFix several problems in pg_dump's handling of SQL/MED...
2010-07-14 Tom LaneAllow full SSL certificate verification (wherein libpq...
2010-07-13 Heikki LinnakangasOops, in the previous fix to prevent a cursor that...
2010-07-09 Tom LaneAvoid an Assert failure in deconstruct_array() by makin...
2010-07-08 Tom LaneFix "cannot handle unplanned sub-select" error that...
2010-07-05 Heikki LinnakangasThe previous fix in CVS HEAD and 8.4 for handling the...
2010-07-03 Robert HaasAllow REASSIGNED OWNED to handle opclasses and opfamilies.
2010-07-03 Tom LaneFix assorted misstatements and poor wording in the...
2010-07-03 Andrew DunstanUnbreak MSVC builds by removing copydir.c from list...
2010-07-02 Robert HaasMove copydir.c from src/port to src/backend/storage...
2010-07-01 Robert HaasAllow copydir() to be interrupted.
2010-07-01 Robert HaasAllow ALTER TABLE .. SET TABLESPACE to be interrupted.
2010-06-30 Heikki LinnakangasstringToNode() and deparse_expression_pretty() crash...
2010-06-28 Tom LaneImprove pg_dump's checkSeek() function to verify the...
2010-06-27 Tom LaneFix pg_restore so parallel restore doesn't fail when...
2010-06-22 Robert HaasDeprecate the use of => as an operator name.
2010-06-21 Heikki LinnakangasIn a PL/pgSQL "FOR cursor" statement, the statements...
2010-06-21 Tom LaneFix mishandling of whole-row Vars referencing a view...
2010-06-17 Tom LaneFix typo, init => int, per KOIZUMI Satoru.
2010-06-15 Tom LaneFix dblink_build_sql_insert() and related functions...
2010-06-15 Tom LaneConsolidate and improve checking of key-column-attnum...
2010-06-14 Tom LaneRearrange dblink's dblink_build_sql_insert() and relate...
2010-06-09 Alvaro HerreraAdd index entry for ::, per complaint from John Gage.
2010-06-09 Magnus HaganderMake the walwriter close it's handle to an old xlog...
2010-06-09 Itagaki TakahiroAvoid "identifier will be truncated" warning in dblink
2010-06-09 Itagaki TakahiroFix connection leak in dblink when dblink_connect(...
2010-06-07 Teodor SigaevAdd missed function dblink_connect_u(text[,text]) to...
2010-06-07 Itagaki TakahiroEnsure default-only storage parameters for TOAST relations
2010-06-04 Michael MeskesData returned by RETURNING clause wasn't correctly...
2010-06-03 Andrew DunstanFix regression test name for plperlu_plperl in msvc.
2010-06-03 Itagaki TakahiroFix dblink to treat connection names longer than NAMEDA...
2010-06-02 Andrew DunstanRun recently backported plperlu_plperl regression tests...
2010-05-30 Tom LaneFix misuse of Lossy Counting (LC) algorithm in compute_...
2010-05-28 Tom LaneRewrite LIKE's %-followed-by-_ optimization so it reall...
2010-05-28 Tom LaneRejigger mergejoin logic so that a tuple with a null...
2010-05-27 Tom LaneChange ps_status.c to explicitly track the current...
2010-05-27 Tom LaneMake CREATE INDEX run expression preprocessing on a...
2010-05-25 Tom LaneFix oversight in construction of sort/unique plans...
2010-05-20 Magnus HaganderChange the "N. Central Asia Standard Time" timezone...
2010-05-18 Magnus HaganderRefer to pg_ident.conf as config file for username...
2010-05-17 Andrew Dunstan> Follow up a visit from the style police.
2010-05-16 Robert HaasFix longstanding typo in V1 calling conventions documen...
2010-05-15 Tom LaneImprove documentation of pg_restore's -l and -L switche...
2010-05-15 Heikki LinnakangasFix typos in comments, spotted by Josh Kupershmidt.
2010-05-14 Marc G. Fourniertag 8.4.4 REL8_4_4
2010-05-13 Andrew DunstanFix MSVC builds for recent plperl changes. Go back...
2010-05-13 Tom LaneUpdate release notes with security issues.
2010-05-13 Tom LaneUse an entity instead of non-ASCII letter. Thom Brown
2010-05-13 Tom LaneUse "TOAST table" in place of the vague, not-used-elsew...
2010-05-13 Tom LanePrevent PL/Tcl from loading the "unknown" module from...
2010-05-13 Andrew DunstanAbandon the use of Perl's Safe.pm to enforce restrictio...
2010-05-13 Magnus HaganderFix some spelling errors.
2010-05-13 Peter EisentrautTranslation update
2010-05-12 Tom LanePreliminary release notes for releases 8.4.4, 8.3.11...
2010-05-11 Tom LaneUpdate time zone data files to tzdata release 2010j...
2010-05-11 Tom LaneAdd PKST to the default set of timezone abbreviations.
2010-05-11 Tom LaneCause the archiver process to adopt new postgresql...
2010-05-11 Itagaki TakahiroSet per-function GUC settings during validating the...
2010-05-09 Tom LaneSuppress signed-vs-unsigned-char warning.
2010-05-08 Tom LaneWork around a subtle portability problem in use of...
next