summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-12-02Brand 7.3.5.REL7_3_5Tom Lane
2003-12-02Update release notes for 7.3.5.Tom Lane
2003-12-01Force zero_damaged_pages to be effectively ON during recovery from WAL,Tom Lane
2003-11-30Back-patch fix to check vartypmod when matching PlannerParamVar entries.Tom Lane
2003-11-30Back-patch fix to cause stats processes to detach from shared memory,Tom Lane
2003-11-30Make PQescapeBytea and byteaout consistent with each other, andJoe Conway
2003-11-26Added missing SPI_finish() calls to get_tuple_of_interest(). Fixes bugJoe Conway
2003-10-31Back-patch removal of unnecessary inclusion of <crypt.h>, so thatTom Lane
2003-10-31Moved the recently added test for foreign key disabled by rewriteJan Wieck
2003-10-31Fix for possible referential integrity violation when a qualified ON INSERTJan Wieck
2003-10-30Support for qualified type names in PL/Tcl's spi_prepare command.Jan Wieck
2003-10-28Don't choke when the handler for a procedural language is located inTom Lane
2003-10-20It is possible for ResolveNew to be used to insert a sublink into aTom Lane
2003-10-02When dumping CREATE INDEX, must show opclass name if the opclass isn'tTom Lane
2003-09-29[ Patch applied only to 7.3.X.]Bruce Momjian
2003-09-28Backpatched changes for rules when casts are dumped according toJan Wieck
2003-09-23_SPI_cursor_operation forgot to check for failure return fromTom Lane
2003-09-17Back-patch fix for plpython problems with dropped table columns;Tom Lane
2003-09-03Back-patch the other part of Karel's formatting bug fix.Tom Lane
2003-09-03Repair problems with to_char() overrunning its input string.Tom Lane
2003-08-24Fix translation mistake.Peter Eisentraut
2003-08-24Fix GB18030 to UTF-8 mapping tableTatsuo Ishii
2003-08-24Fix bug in GB18030 conversion scriptTatsuo Ishii
2003-08-22Sigh, I'm an idiot ... SSL_ERROR_WANT_READ isn't an error conditionTom Lane
2003-08-08Conversion functions must be STRICT to prevent them from getting null inputs.Tom Lane
2003-08-07Backport to 7.3. Third try to fix the sql injectionBarry Lind
2003-08-05Fix several places where fractional-second inputs were misprocessedTom Lane
2003-08-04SSL_read/SSL_write do not approximate the return conventions of recv()Tom Lane
2003-08-04Fix some more problems with testing error returns from SSL.Tom Lane
2003-07-29Fix longstanding error in _bt_search(): should moveright at top of loop notTom Lane
2003-07-24Fix timestamp_date for HAVE_INT64_TIMESTAMP case.REL7_3_4Tom Lane
2003-07-24Add Hungarian/Turkish FAQ's to 7.3.4.Bruce Momjian
2003-07-24Add to 7.3.4 release notes:Bruce Momjian
2003-07-24Repair 7.3 breakage in timestamp-to-date conversion for dates before 2000.Tom Lane
2003-07-23Patch to fix additional SQL injection vulnerabilities reported by Oliver JowettBarry Lind
2003-07-23New WAL fix release text is:Bruce Momjian
2003-07-23Update all FAQ's for 7.3.4.Bruce Momjian
2003-07-23Stamp 7.3.4 release.Bruce Momjian
2003-07-22wups, took out one memset too many ...Tom Lane
2003-07-22Back-patch fix for bugs in pgstat_initstats.Tom Lane
2003-07-22Allow sub[path|ltre] return void resultTeodor Sigaev
2003-07-22Mark as deprecatedTeodor Sigaev
2003-07-22Fix to prevent SQL injection attacks when calling setObject(int,Object,int)Barry Lind
2003-07-17Oh, for crying in a bucket ... relax Assert so that glibc's strxfrmTom Lane
2003-07-17Work around buggy strxfrm() present in some Solaris releases.Tom Lane
2003-07-17For COMMENT ON DATABASE where database name is unknown or not the currentTom Lane
2003-07-17Repair boundary-case bug introduced by patch of two months ago thatTom Lane
2003-07-14Fix a *second* buffer overrun bug in to_ascii(). Grumble.Tom Lane
2003-06-25Don't generate 'zero' typeids in the output from gen_cross_product.Tom Lane
2003-06-25[ Backpatch to 7.3.X.]Bruce Momjian