summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Brand 7.3.6.REL7_3_6Tom Lane2004-03-026-20/+20
* Update release notes for 7.3.6.Tom Lane2004-03-022-1/+109
* Replace unportable use of /dev/stdin with lynx's -stdin switch.Tom Lane2004-03-021-2/+2
* When returning type "record", replace use of pgresultGetTupleDescJoe Conway2004-02-241-56/+18
* pply quote_literal to the start_with argument of connectby. Fixes problemJoe Conway2004-02-241-2/+21
* Don't crash when a rowtype argument to a plpgsql function is NULL.Tom Lane2004-02-241-5/+13
* Back-patch fix for ReadOffset with off_t wider than int.Tom Lane2004-02-051-2/+2
* Do not let external specification of CFLAGS stop us from addingTom Lane2004-02-023-2/+103
* Avoid generating invalid character encoding sequences in make_greater_string.Tom Lane2004-02-021-70/+23
* Fix text_position to not scan past end of source string in multibyteJoe Conway2004-02-011-4/+7
* Repair incorrect order of operations in GetNewTransactionId(). We mustTom Lane2004-01-261-5/+11
* Revert ill-starred change of 13-Feb-02: it appeared to fix a problem ofTom Lane2004-01-141-20/+3
* Repair indexed bytea like operations, and related selectivityJoe Conway2003-12-071-34/+94
* Brand 7.3.5.REL7_3_5Tom Lane2003-12-026-20/+20
* Update release notes for 7.3.5.Tom Lane2003-12-022-1/+136
* Force zero_damaged_pages to be effectively ON during recovery from WAL,Tom Lane2003-12-011-2/+8
* Back-patch fix to check vartypmod when matching PlannerParamVar entries.Tom Lane2003-11-301-2/+8
* Back-patch fix to cause stats processes to detach from shared memory,Tom Lane2003-11-303-3/+35
* Make PQescapeBytea and byteaout consistent with each other, andJoe Conway2003-11-303-15/+28
* Added missing SPI_finish() calls to get_tuple_of_interest(). Fixes bugJoe Conway2003-11-261-0/+3
* Back-patch removal of unnecessary inclusion of <crypt.h>, so thatTom Lane2003-10-311-4/+1
* Moved the recently added test for foreign key disabled by rewriteJan Wieck2003-10-314-118/+118
* Fix for possible referential integrity violation when a qualified ON INSERTJan Wieck2003-10-313-2/+119
* Support for qualified type names in PL/Tcl's spi_prepare command.Jan Wieck2003-10-301-3/+23
* Don't choke when the handler for a procedural language is located inTom Lane2003-10-281-20/+18
* It is possible for ResolveNew to be used to insert a sublink into aTom Lane2003-10-201-8/+28
* When dumping CREATE INDEX, must show opclass name if the opclass isn'tTom Lane2003-10-021-3/+9
* [ Patch applied only to 7.3.X.]Bruce Momjian2003-09-291-4/+6
* Backpatched changes for rules when casts are dumped according toJan Wieck2003-09-281-7/+49
* _SPI_cursor_operation forgot to check for failure return fromTom Lane2003-09-231-4/+9
* Back-patch fix for plpython problems with dropped table columns;Tom Lane2003-09-171-5/+11
* Back-patch the other part of Karel's formatting bug fix.Tom Lane2003-09-031-3/+3
* Repair problems with to_char() overrunning its input string.Tom Lane2003-09-031-1/+11
* Fix translation mistake.Peter Eisentraut2003-08-241-2/+2
* Fix GB18030 to UTF-8 mapping tableTatsuo Ishii2003-08-241-63360/+63360
* Fix bug in GB18030 conversion scriptTatsuo Ishii2003-08-241-2/+2
* Sigh, I'm an idiot ... SSL_ERROR_WANT_READ isn't an error conditionTom Lane2003-08-221-1/+4
* Conversion functions must be STRICT to prevent them from getting null inputs.Tom Lane2003-08-081-2/+2
* Backport to 7.3. Third try to fix the sql injectionBarry Lind2003-08-072-21/+19
* Fix several places where fractional-second inputs were misprocessedTom Lane2003-08-051-33/+38
* SSL_read/SSL_write do not approximate the return conventions of recv()Tom Lane2003-08-041-3/+11
* Fix some more problems with testing error returns from SSL.Tom Lane2003-08-042-4/+23
* Fix longstanding error in _bt_search(): should moveright at top of loop notTom Lane2003-07-291-10/+10
* Fix timestamp_date for HAVE_INT64_TIMESTAMP case.REL7_3_4Tom Lane2003-07-241-2/+2
* Add Hungarian/Turkish FAQ's to 7.3.4.Bruce Momjian2003-07-245-6/+3090
* Add to 7.3.4 release notes:Bruce Momjian2003-07-242-1/+3
* Repair 7.3 breakage in timestamp-to-date conversion for dates before 2000.Tom Lane2003-07-241-8/+8
* Patch to fix additional SQL injection vulnerabilities reported by Oliver JowettBarry Lind2003-07-232-8/+27
* New WAL fix release text is:Bruce Momjian2003-07-232-3/+3
* Update all FAQ's for 7.3.4.Bruce Momjian2003-07-2315-515/+741