summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2006-01-21Repair longstanding bug in slru/clog logic: it is possible for two backendsTom Lane
2006-01-12Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted byTom Lane
2006-01-06Fix failure to apply domain constraints to a NULL constant that's added toTom Lane
2006-01-05Arrange to set the LC_XXX environment variables to match our locale setup.Tom Lane
2005-12-24Fix long standing Asian multibyte charsets bug.Tatsuo Ishii
2005-12-22Adjust string comparison so that only bitwise-equal strings are consideredTom Lane
2005-11-03Fix longstanding race condition in transaction log management: there was aTom Lane
2005-10-25Fix longstanding bug that would sometimes let the planner generate a bad planTom Lane
2005-10-14Pass a strdup'd ident string to openlog(), to ensure that reallocationTom Lane
2005-10-12Fix longstanding bug found by Atsushi Ogawa: _bt_check_unique would markTom Lane
2005-08-30Fix missing rows in queryTeodor Sigaev
2005-08-26Back-patch fixes for problems with VACUUM destroying t_ctid chains too soon,Tom Lane
2005-08-16Reject operator names >= NAMEDATALEN characters. These will not workTom Lane
2005-06-25Fix ancient memory leak in index_create(): RelationInitIndexAccessInfoTom Lane
2005-06-14The random selection in function linear() could deliver a value equal to maxTom Lane
2005-06-11Fix bug in MIC -> EUC_JP conversion. Per Atsushi Ogawa.Tatsuo Ishii
2005-06-05Code for SET/SHOW TIME ZONE with a fixed-interval timezone was notTom Lane
2005-06-02Push enable/disable of notify and catchup interrupts all the way downTom Lane
2005-05-31Add test to WAL replay to verify that xl_prev points back to the previousTom Lane
2005-05-29expandRTE and get_rte_attribute_type mistakenly always imputed typmod -1Tom Lane
2005-05-25Fix previous patch to exprTypmod.Tatsuo Ishii
2005-05-24Inserting 5 characters into char(10) does not produce 5 padding spacesTatsuo Ishii
2005-05-07Repair very-low-probability race condition between relation extensionTom Lane
2005-05-07Adjust time qual checking code so that we always check TransactionIdIsInProgressTom Lane
2005-05-05Make standalone backends ignore pg_database.datallowconn, so that thereTom Lane
2005-05-03Alter the signature for encoding conversion functions to declare theTom Lane
2005-04-23Repair two TIME WITH TIME ZONE bugs found by Dennis Vshivkov. ComparisonTom Lane
2005-04-20Don't try to run clauseless index scans on index types that don't supportTom Lane
2005-04-20Fix mis-display of negative fractional seconds in interval values forTom Lane
2005-04-14Don't try to constant-fold functions returning RECORD, since the optimizerTom Lane
2005-03-26Prevent to_char(interval) from dumping core on month-related formatsTom Lane
2005-01-27Check that aggregate creator has the right to execute the transitionTom Lane
2005-01-24Disallow LOAD to non-superusers. Per report from John Heasman.Tom Lane
2005-01-23The result of a FULL or RIGHT join can't be assumed to be sorted by theTom Lane
2005-01-11interval_out failed to mention 'ago' for negative intervals in SQL andTom Lane
2004-12-17array_map failed to insert correct result type in an empty array.Tom Lane
2004-11-18Back-patch fix for ALTER DATABASE failing to flush pg_database changesTom Lane
2004-11-17Fix off-by-one memory allocation, as reported by Rod Taylor. AlsoTom Lane
2004-10-13Repair possible failure to update hint bits back to disk, perTom Lane
2004-10-13Fix breakage in hashjoin from recent backpatch of left-join bug fix.Tom Lane
2004-09-17Hashed LEFT JOIN would miss outer tuples with no inner match if the joinTom Lane
2004-08-11Fix failure to guarantee that a checkpoint will write out pg_clog updatesTom Lane
2004-04-05Translation updatesPeter Eisentraut
2004-02-02Avoid generating invalid character encoding sequences in make_greater_string.Tom Lane
2004-02-01Fix text_position to not scan past end of source string in multibyteJoe Conway
2004-01-26Repair incorrect order of operations in GetNewTransactionId(). We mustTom Lane
2004-01-14Revert ill-starred change of 13-Feb-02: it appeared to fix a problem ofTom Lane
2003-12-07Repair indexed bytea like operations, and related selectivityJoe Conway
2003-12-01Force zero_damaged_pages to be effectively ON during recovery from WAL,Tom Lane
2003-11-30Back-patch fix to check vartypmod when matching PlannerParamVar entries.Tom Lane