summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2006-01-02Reset flex state in a way that works for both flex 2.5.4 and 2.5.31.Tom Lane
2006-01-01Rewrite ProcessConfigFile() to avoid misbehavior at EOF, as per reportTom Lane
2006-01-01Remove DOS line endings ("\r\n") from several .po files. DOS line endingsNeil Conway
2005-12-30Repair EXPLAIN failure when trying to display a plan condition that involvesTom Lane
2005-12-28Add regression tests for CSV and \., and add automatic quoting of aBruce Momjian
2005-12-27Our code had:Bruce Momjian
2005-12-24Fix long standing Asian multibyte charsets bug.Tatsuo Ishii
2005-12-24Fix for rearranging encoding id ISO-8859-5 to ISO-8859-8.Tatsuo Ishii
2005-12-22Adjust string comparison so that only bitwise-equal strings are consideredTom Lane
2005-12-14Defend against crash while processing Describe Statement or Describe PortalTom Lane
2005-12-14Fix problem with whole-row Vars referencing sub-select outputs, perTom Lane
2005-12-10Teach deparsing of CASE expressions to cope with the simplified formsTom Lane
2005-12-09Translation updatesPeter Eisentraut
2005-12-08Fix bgwriter's failure to release buffer pins and open files after anTom Lane
2005-12-06In a nestloop inner indexscan, it's OK to use pushed-down baserestrictinfoTom Lane
2005-12-03Allow to_char(interval) and to_char(time) to use AM/PM specifications.Bruce Momjian
2005-12-02Rearrange code in ExecInitBitmapHeapScan so that we don't initialize theTom Lane
2005-12-01Retry in FileRead and FileWrite if Windows returns ERROR_NO_SYSTEM_RESOURCES.Tom Lane
2005-12-01Check for overflow in strtol() while parsing datetime inputs.Tom Lane
2005-11-30Rearrange code in pg_atoi() to avoid assuming that isspace() cannotTom Lane
2005-11-30Tweak choose_bitmap_and() heuristics in the light of example provided in bugTom Lane
2005-11-28Tweak hash join code to use an additional heuristic for deciding whetherTom Lane
2005-11-28Install a more future-proof fix for the snapshot-unset bug just found.Alvaro Herrera
2005-11-28Recent changes to allow hash join to exit early given empty input fromTom Lane
2005-11-28Set a snapshot before running analyze on a single table, to avoid aAlvaro Herrera
2005-11-23Get rid of ExecAssignResultTypeFromOuterPlan() and make all plan node typesTom Lane
2005-11-23Fix problems with rewriter failing to set Query.hasSubLinks when insertingTom Lane
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-11-20Modify tuptoaster's API so that it does not try to modify the passedTom Lane
2005-11-19Stopgap solution for problem reported by Alexey Beschiokov: afterTom Lane
2005-11-18Fix performance issue in exprTypmod(): for a COALESCE expression, itTom Lane
2005-11-17DropRelFileNodeBuffers failed to fix the state of the lookup hash tableTom Lane
2005-11-16make_restrictinfo() failed to attach the specified required_relids toTom Lane
2005-11-14Restore the former RestrictInfo field valid_everywhere (but invert the flagTom Lane
2005-11-14Translation typo fixAlvaro Herrera
2005-11-14Prevent ExecInsert() and ExecUpdate() from scribbling on the result tupleTom Lane
2005-11-13Force the second argument of SUBSTRING(foo FOR bar) to be int4, to avoidTom Lane
2005-11-10add missing quote mark to ident_file sample line - per Hiroshi SaitoAndrew Dunstan
2005-11-10When in transaction-aborted state, reject Bind message for portals containingTom Lane
2005-11-09Fix misspelling of 'listen_addresses', per Devrim.Tom Lane
2005-11-07Translation updates.Alvaro Herrera
2005-11-05Repair an error introduced by log_line_prefix patch: it is not acceptableTom Lane
2005-11-04Improve description of constraint_exclusion variable.Tom Lane
2005-11-04Translation updatesPeter Eisentraut
2005-11-04Remove a gratuitous string difference (does not affect translations).Peter Eisentraut
2005-11-04Fix logical error in option description.Peter Eisentraut
2005-11-04Disregard superuserness when checking to see if a role GRANT wouldTom Lane
2005-11-03Fix a couple of missed None -> DestNone in comments.Tom Lane
2005-11-03Fix one overlooked ocurrence of "None" in EXEC_BACKEND block.Alvaro Herrera
2005-11-03Thinking further, it seems we had better also copy down resorigtbl/resorigcolTom Lane