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