summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-01-05Translation updatePeter Eisentraut
2006-01-05Stamp release 8.1.2.Bruce Momjian
2006-01-05Arrange to set the LC_XXX environment variables to match our locale setup.Tom Lane
2006-01-04Fix another case in which autovacuum would fail while analyzingTom Lane
2006-01-03Fix incorrect treatment of RL_PROMPT_START_IGNORE/RL_PROMPT_END_IGNORE,Tom Lane
2006-01-03Add checks to verify that a plpgsql function returning a rowtype is actuallyTom Lane
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-29Index: src/pl/plpython/plpython.cNeil Conway
2005-12-28Add COPY CSV test that tests CSV output of \.Bruce Momjian
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-23Fix make_relative_path() to support cases where target_path and bin_pathTom Lane
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-09Fix core dump in error path of plpgsql_parse_tripwordtype. SomebodyTom Lane
2005-12-09I reconfirmed MS-VC6. Thank you for wonderful correspondence.Bruce Momjian
2005-12-08Stamp 8.1.1.Bruce Momjian
2005-12-08Add missing translation markerPeter Eisentraut
2005-12-08Fix bgwriter's failure to release buffer pins and open files after anTom Lane
2005-12-08Disble some Win32-specific code in win32-client-only builds:Bruce Momjian
2005-12-06Add documentation on the use of *printf() macros and libintl.Bruce Momjian
2005-12-06In a nestloop inner indexscan, it's OK to use pushed-down baserestrictinfoTom Lane
2005-12-06ecpg/pgtypeslib seems to need snprintf.c pulled in, too.Tom Lane
2005-12-06Put undef's before extern declarations that need 'em, per Andrew Dunstan.Tom Lane
2005-12-06Make Win32 build use our port/snprintf.c routines, instead of dependingTom Lane
2005-12-05Add regression test to see if the min/max values of int8 convert correctly.Tom Lane
2005-12-05Fix a rather sizable number of problems in our homegrown snprintf, such asTom Lane
2005-12-03Fix out-of-order inclusion of -L switches from LDFLAGS on AIX and HPUX.Tom Lane
2005-12-03Allow to_char(interval) and to_char(time) to use AM/PM specifications.Bruce Momjian
2005-12-02Added special handling of CONNECTION variable that is used by ECPG instead of...Michael Meskes
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-30- Made several variables "const char *" instead of "char *" as proposed by Qi...Michael Meskes
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-27Add missing semicolon. Recent versions of bison seem to choke on this,Tom Lane
2005-11-23Get rid of ExecAssignResultTypeFromOuterPlan() and make all plan node typesTom Lane