summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-02-07Stamp releases 8.2.3, 8.1.8, 8.0.12. No release notes yet.Bruce Momjian
2007-02-06Fix an error in the original coding of holdable cursors: PersistHoldablePortalTom Lane
2007-02-06Remove typmod checking from the recent security-related patches. It turnsTom Lane
2007-02-06Backported va_list handling cleanupMichael Meskes
2007-02-02Stamp release 8.0.11.REL8_0_11Tom Lane
2007-02-02Repair failure to check that a table is still compatible with a previouslyTom Lane
2007-02-02Repair insufficiently careful type checking for SQL-language functions:Tom Lane
2007-01-31Translation updatesPeter Eisentraut
2007-01-30Add SPI_push/SPI_pop calls so that datatype input and output functions calledTom Lane
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-24Relax an Assert() that has been found to be too strict in some situationsTom Lane
2007-01-05Stamp release 8.0.10.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-28Update timezone data to tzdata2006p zic distribution. It seems WesternTom Lane
2006-11-28Mark to_number() and the numeric-type variants of to_char() as stable, notTom Lane
2006-11-24Fix psql's \copy command to ensure that it cycles libpq back to the idle stateTom Lane
2006-11-22Fix 1-byte buffer overrun when OID exceeds 1 billion. This probably can'tTom Lane
2006-11-20When truncating a relation in-place (eg during VACUUM), do not try to unlinkTom Lane
2006-11-19Repair problems with hash indexes that span multiple segments: the hash code'sTom Lane
2006-11-08Applied patch by Peter Harris to free auto_mem struct in ECPGconnect.Michael Meskes
2006-11-06Repair bug #2694 concerning an ARRAY[] construct whose inputs are emptyTom Lane
2006-11-01Fix "failed to re-find parent key" btree VACUUM failure by tweakingTom Lane
2006-10-20Back-patch second version of AIX getaddrinfo fix.Tom Lane
2006-10-19Work around reported problem that AIX's getaddrinfo() doesn't seem to zeroTom Lane
2006-10-13Fix infinite sleep and failes of send in Win32.Teodor Sigaev
2006-10-12Fix mishandling of after-trigger state when a SQL function returns multipleTom Lane
2006-10-11Repair incorrect check for coercion of unknown literal to ANYARRAY, a bugTom Lane
2006-10-11CREATE TABLE ... LIKE ... should mark the columns it creates withTom Lane
2006-10-10Fix psql \d commands to behave properly when a pattern using regex | is given.Tom Lane
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-10-07Fix string_to_array() to correctly handle the case where there areTom Lane
2006-10-06Fix SysCacheGetAttr() to handle the case where the specified syscache has notTom Lane
2006-08-31Clean up rather sloppy fix in HEAD for the ancient bug that CREATE CONVERSIONTom Lane
2006-08-29Fix mistypingTeodor Sigaev
2006-08-18Backported buffer overrun fix from HEADMichael Meskes
2006-08-18Applied the connect patch from HEADMichael Meskes
2006-07-29prevent multiplexing Windows kernel event objects we listen for across variou...Andrew Dunstan
2006-07-16Ensure that we retry rather than erroring out when send() or recv() returnTom Lane
2006-07-14Add dependency to fix parallel-make race condition. Alexander DupuyTom Lane
2006-07-10Fix ALTER TABLE to check pre-existing NOT NULL constraints when rewritingTom Lane
2006-07-05Fixed remaining Coverity bugs.Michael Meskes
2006-06-26Added missing braces to prevent a segfault after usage of an undeclared cursor.Michael Meskes
2006-06-26Added some more coverity report patches send in by Joachim Wieland <joe@mckni...Michael Meskes
2006-06-25Moved some free() calls that coverity correctly complains about.Michael Meskes
2006-06-25Our version of getopt_long does not set optarg upon detecting an error, asAlvaro Herrera
2006-06-21Added some more coverity report patches send in by Martijn van Oosterhout <kl...Michael Meskes