summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Stamp release 7.3.21.REL7_3_21Tom Lane2008-01-032-6/+6
* Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX,Tom Lane2008-01-039-89/+197
* Ensure that the result of evaluating a function during constant-expressionTom Lane2007-10-111-3/+14
* Fix bogus calculation of potential output string length in translate().Tom Lane2007-09-221-10/+15
* Fix aboriginal mistake in lazy VACUUM's code for truncating awayTom Lane2007-09-161-56/+12
* Translation updatesPeter Eisentraut2007-09-132-61/+66
* Stamp releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20.Bruce Momjian2007-09-112-6/+6
* Fix aboriginal bug in _tarAddFile(): when complaining that the amount of dataTom Lane2007-08-291-9/+11
* Fix potential access-off-the-end-of-memory in varbit_out(): it fetched theTom Lane2007-08-211-6/+11
* Fix pg_restore to guard against unexpected EOF while reading an archive file.Tom Lane2007-08-064-20/+25
* Fix elog.c to avoid infinite recursion (leading to backend crash) whenTom Lane2007-07-211-6/+11
* Make replace(), split_part(), and string_to_array() behave somewhat sanelyTom Lane2007-07-191-10/+13
* Fix outfuncs.c to dump A_Const nodes representing NULLs correctly. This hasTom Lane2007-07-171-2/+6
* Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl().Tom Lane2007-07-022-6/+37
* Fix a passel of ancient bugs in to_char(), including two distinct bufferTom Lane2007-06-291-86/+49
* transformColumnDefinition failed to complain aboutTom Lane2007-06-201-2/+6
* CREATE DOMAIN ... DEFAULT NULL failed because gram.y special-cases DEFAULTTom Lane2007-06-201-30/+41
* Fix aboriginal bug in BufFileDumpBuffer that would cause it to write theTom Lane2007-06-011-2/+2
* Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scanTom Lane2007-04-263-6/+174
* Support explicit placement of the temporary-table schema within search_path.Tom Lane2007-04-203-18/+234
* Stamp releases 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19.Bruce Momjian2007-04-192-6/+6
* Fix pg_wchar_table's maxmblen field of EUC_CN, EUC_TW, MULE_INTERNALTatsuo Ishii2007-03-261-5/+5
* Fix a longstanding bug in VACUUM FULL's handling of update chains. The codeTom Lane2007-03-141-2/+49
* Fix markQueryForLocking() to work correctly in the presence of nested views.Tom Lane2007-03-011-17/+31
* Update 7.x variant horology files to match the new US DST rules. It seemsTom Lane2007-02-252-10/+10
* Fix an ancient logic error in plpgsql's exec_stmt_block: it thought it couldTom Lane2007-02-081-14/+14
* Rearrange use of plpgsql_add_initdatums() so that only the parsing of aTom Lane2007-02-082-17/+18
* Stamp release 7.3.18.REL7_3_18Tom Lane2007-02-022-6/+6
* Repair insufficiently careful type checking for SQL-language functions:Tom Lane2007-02-023-15/+31
* Translation updatesPeter Eisentraut2007-01-312-206/+312
* Correct an old logic error in btree page splitting: when considering a splitTom Lane2007-01-271-2/+7
* Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2ucs() all on the sameTom Lane2007-01-241-16/+36
* Stamp release 7.3.17.Bruce Momjian2007-01-052-6/+6
* Fix regex_fixed_prefix() to cope reasonably well with regex patterns of theTom Lane2007-01-031-52/+90
* Repair bug #2839: the various ExecReScan functions need to resetTom Lane2006-12-266-6/+20
* Mark to_number() and the numeric-type variants of to_char() as stable, notTom Lane2006-11-281-7/+7
* Fix 1-byte buffer overrun when OID exceeds 1 billion. This probably can'tTom Lane2006-11-221-2/+2
* Fix psql \d commands to behave properly when a pattern using regex | is given.Tom Lane2006-10-101-19/+9
* Update libpq.rc for 7.3.16 and 7.4.14. Later releases use libpq.rc.in,Bruce Momjian2006-10-101-4/+4
* Stamp releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5.Bruce Momjian2006-10-091-2/+2
* Fix back-branch pg_regress scripts to try the "canonical" expected file if weTom Lane2006-10-091-5/+7
* Fix ancient oversight in psql's \d pattern processing code: when seeing twoTom Lane2006-10-071-2/+3
* Clean up rather sloppy fix in HEAD for the ancient bug that CREATE CONVERSIONTom Lane2006-08-311-1/+7
* Back-patch 7.4-era fix for memory leak with SSL connections due toTom Lane2006-06-232-2/+17
* Back-port Postgres 7.4 spinlock code into 7.3 branch. This addsTom Lane2006-06-013-100/+143
* Pre-8.0 branches need to cope with possibility that the system libc knowsTom Lane2006-06-011-0/+2878
* Stamp releases 7.3.15, 7.4.13, and 8.0.8.Bruce Momjian2006-05-212-6/+6
* Modify libpq's string-escaping routines to be aware of encoding considerationsTom Lane2006-05-215-59/+172
* Add a new GUC parameter backslash_quote, which determines whether the SQLTom Lane2006-05-215-5/+69
* Change the backend to reject strings containing invalidly-encoded multibyteTom Lane2006-05-2136-731/+1329