summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-09-13Translation updatesPeter Eisentraut
2007-09-11Stamp releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20.Bruce Momjian
2007-08-29Fix aboriginal bug in _tarAddFile(): when complaining that the amount of dataTom Lane
2007-08-21Fix potential access-off-the-end-of-memory in varbit_out(): it fetched theTom Lane
2007-08-06Fix pg_restore to guard against unexpected EOF while reading an archive file.Tom Lane
2007-07-21Fix elog.c to avoid infinite recursion (leading to backend crash) whenTom Lane
2007-07-19Make replace(), split_part(), and string_to_array() behave somewhat sanelyTom Lane
2007-07-17Fix outfuncs.c to dump A_Const nodes representing NULLs correctly. This hasTom Lane
2007-07-02Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl().Tom Lane
2007-06-29Fix a passel of ancient bugs in to_char(), including two distinct bufferTom Lane
2007-06-20transformColumnDefinition failed to complain aboutTom Lane
2007-06-20CREATE DOMAIN ... DEFAULT NULL failed because gram.y special-cases DEFAULTTom Lane
2007-06-01Fix aboriginal bug in BufFileDumpBuffer that would cause it to write theTom Lane
2007-04-26Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scanTom Lane
2007-04-20Support explicit placement of the temporary-table schema within search_path.Tom Lane
2007-04-19Stamp releases 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19.Bruce Momjian
2007-03-26Fix pg_wchar_table's maxmblen field of EUC_CN, EUC_TW, MULE_INTERNALTatsuo Ishii
2007-03-14Fix a longstanding bug in VACUUM FULL's handling of update chains. The codeTom Lane
2007-03-01Fix markQueryForLocking() to work correctly in the presence of nested views.Tom Lane
2007-02-25Update 7.x variant horology files to match the new US DST rules. It seemsTom Lane
2007-02-08Fix an ancient logic error in plpgsql's exec_stmt_block: it thought it couldTom Lane
2007-02-08Rearrange use of plpgsql_add_initdatums() so that only the parsing of aTom Lane
2007-02-02Stamp release 7.3.18.REL7_3_18Tom Lane
2007-02-02Repair insufficiently careful type checking for SQL-language functions:Tom Lane
2007-01-31Translation updatesPeter Eisentraut
2007-01-27Correct an old logic error in btree page splitting: when considering a splitTom Lane
2007-01-24Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2ucs() all on the sameTom Lane
2007-01-05Stamp release 7.3.17.Bruce Momjian
2007-01-03Fix regex_fixed_prefix() to cope reasonably well with regex patterns of theTom Lane
2006-12-26Repair bug #2839: the various ExecReScan functions need to resetTom Lane
2006-11-28Mark to_number() and the numeric-type variants of to_char() as stable, notTom Lane
2006-11-22Fix 1-byte buffer overrun when OID exceeds 1 billion. This probably can'tTom Lane
2006-10-10Fix psql \d commands to behave properly when a pattern using regex | is given.Tom Lane
2006-10-10Update libpq.rc for 7.3.16 and 7.4.14. Later releases use libpq.rc.in,Bruce Momjian
2006-10-09Stamp releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5.Bruce Momjian
2006-10-09Fix back-branch pg_regress scripts to try the "canonical" expected file if weTom Lane
2006-10-07Fix ancient oversight in psql's \d pattern processing code: when seeing twoTom Lane
2006-08-31Clean up rather sloppy fix in HEAD for the ancient bug that CREATE CONVERSIONTom Lane
2006-06-23Back-patch 7.4-era fix for memory leak with SSL connections due toTom Lane
2006-06-01Back-port Postgres 7.4 spinlock code into 7.3 branch. This addsTom Lane
2006-06-01Pre-8.0 branches need to cope with possibility that the system libc knowsTom Lane
2006-05-21Stamp releases 7.3.15, 7.4.13, and 8.0.8.Bruce Momjian
2006-05-21Modify libpq's string-escaping routines to be aware of encoding considerationsTom Lane
2006-05-21Add a new GUC parameter backslash_quote, which determines whether the SQLTom Lane
2006-05-21Change the backend to reject strings containing invalidly-encoded multibyteTom Lane
2006-05-21Change \' to '', for SQL standards compliance. Backpatch to 7.3, 7.4,Bruce Momjian
2006-05-12Fix the sense of the test on DH_check()'s return value. This was preventingTom Lane
2006-05-11Remove unnecessary .seg/.section directives, per Alan Stange.Tom Lane
2006-04-19Fix ancient memory leak in PQprintTuples(); our code no longer uses thisTom Lane
2006-03-04Minor teak.Tatsuo Ishii