2005-05-08 |
Tom Lane | The release process is now generating HISTORY/INSTALL... |
commit | commitdiff | tree | snapshot |
2005-05-07 |
Tom Lane | Repair very-low-probability race condition between... |
commit | commitdiff | tree | snapshot |
2005-05-07 |
Tom Lane | Adjust time qual checking code so that we always check... |
commit | commitdiff | tree | snapshot |
2005-05-05 |
Tom Lane | Stamp release 7.3.10. |
commit | commitdiff | tree | snapshot |
2005-05-05 |
Tom Lane | Make standalone backends ignore pg_database.datallowcon... |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Tom Lane | Alter the signature for encoding conversion functions... |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Neil Conway | GCC 4.0 includes a new warning option, -Wformat-literal... |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Neil Conway | This patch fixes a bug in the error message emitted... |
commit | commitdiff | tree | snapshot |
2005-04-23 |
Tom Lane | Repair two TIME WITH TIME ZONE bugs found by Dennis... |
commit | commitdiff | tree | snapshot |
2005-04-23 |
Tom Lane | int_aggregate's int_enum() doesn't work correctly with... |
commit | commitdiff | tree | snapshot |
2005-04-20 |
Tom Lane | Don't try to run clauseless index scans on index types... |
commit | commitdiff | tree | snapshot |
2005-04-20 |
Tom Lane | Fix mis-display of negative fractional seconds in inter... |
commit | commitdiff | tree | snapshot |
2005-04-14 |
Tom Lane | Don't try to constant-fold functions returning RECORD... |
commit | commitdiff | tree | snapshot |
2005-03-26 |
Tom Lane | Prevent to_char(interval) from dumping core on month... |
commit | commitdiff | tree | snapshot |
2005-03-23 |
Tom Lane | Previous "64-bit fix" for intagg didn't actually work... |
commit | commitdiff | tree | snapshot |
2005-03-13 |
Neil Conway | Some builds (depends on crypto engine support?) of... |
commit | commitdiff | tree | snapshot |
2005-03-13 |
Neil Conway | Update contrib/pgcrypto in 7.3 and 7.2 branches to... |
commit | commitdiff | tree | snapshot |
2005-02-08 |
Tom Lane | Back-patch Neil's four additional buffer overrun checks. |
commit | commitdiff | tree | snapshot |
2005-01-30 |
Tom Lane | Recommend security@postgresql.org as the contact point... REL7_3_9 |
commit | commitdiff | tree | snapshot |
2005-01-30 |
Tom Lane | Stamp release 7.3.9. |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Tom Lane | Make sure contrib C functions are marked strict where... |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Tom Lane | Check that aggregate creator has the right to execute... |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Tom Lane | Now that I look at it, int_array_enum() didn't work... |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Tom Lane | Fix security and 64-bit issues in contrib/intagg. ... |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Neil Conway | Backpatch fix for buffer overrun in parsing refcursor... |
commit | commitdiff | tree | snapshot |
2005-01-26 |
Tom Lane | Back-patch 8.0 version of plperl_hash_from_tuple()... |
commit | commitdiff | tree | snapshot |
2005-01-26 |
Neil Conway | Mark the text_soundex() function as "strict", to avoid... |
commit | commitdiff | tree | snapshot |
2005-01-24 |
Tom Lane | Disallow LOAD to non-superusers. Per report from John... |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Tom Lane | The result of a FULL or RIGHT join can't be assumed... |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Tom Lane | interval_out failed to mention 'ago' for negative inter... |
commit | commitdiff | tree | snapshot |
2004-12-17 |
Tom Lane | array_map failed to insert correct result type in an... |
commit | commitdiff | tree | snapshot |
2004-11-18 |
Tom Lane | Back-patch fix for ALTER DATABASE failing to flush... |
commit | commitdiff | tree | snapshot |
2004-11-17 |
Tom Lane | Fix off-by-one memory allocation, as reported by Rod... |
commit | commitdiff | tree | snapshot |
2004-10-22 |
Tom Lane | Stamp release 7.3.8. REL7_3_8 |
commit | commitdiff | tree | snapshot |
2004-10-22 |
Tom Lane | Prevent pg_ctl from being run as root. Since it uses... |
commit | commitdiff | tree | snapshot |
2004-10-21 |
Tom Lane | Back-patch make_oidjoins_check security improvement. |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Tom Lane | Repair possible failure to update hint bits back to... |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Tom Lane | Fix breakage in hashjoin from recent backpatch of left... |
commit | commitdiff | tree | snapshot |
2004-09-17 |
Tom Lane | Hashed LEFT JOIN would miss outer tuples with no inner... |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Tom Lane | Wups, seem to have used an ungood version of lynx to... REL7_3_7 |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Tom Lane | Stamp 7.3.7. |
commit | commitdiff | tree | snapshot |
2004-08-11 |
Tom Lane | Fix failure to guarantee that a checkpoint will write... |
commit | commitdiff | tree | snapshot |
2004-06-07 |
Teodor Sigaev | Remove asymetrical word processing in query and text |
commit | commitdiff | tree | snapshot |
2004-04-05 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2004-04-05 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2004-03-02 |
Tom Lane | Always schema-qualify the name of a function referenced... |
commit | commitdiff | tree | snapshot |
2004-03-02 |
Tom Lane | Brand 7.3.6. REL7_3_6 |
commit | commitdiff | tree | snapshot |
2004-03-02 |
Tom Lane | Update release notes for 7.3.6. |
commit | commitdiff | tree | snapshot |
2004-03-02 |
Tom Lane | Replace unportable use of /dev/stdin with lynx's -stdin... |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Joe Conway | When returning type "record", replace use of pgresultGe... |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Joe Conway | pply quote_literal to the start_with argument of connec... |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Tom Lane | Don't crash when a rowtype argument to a plpgsql functi... |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Tom Lane | Back-patch fix for ReadOffset with off_t wider than... |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Tom Lane | Do not let external specification of CFLAGS stop us... |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Tom Lane | Avoid generating invalid character encoding sequences... |
commit | commitdiff | tree | snapshot |
2004-02-01 |
Joe Conway | Fix text_position to not scan past end of source string... |
commit | commitdiff | tree | snapshot |
2004-01-26 |
Tom Lane | Repair incorrect order of operations in GetNewTransacti... |
commit | commitdiff | tree | snapshot |
2004-01-14 |
Tom Lane | Revert ill-starred change of 13-Feb-02: it appeared... |
commit | commitdiff | tree | snapshot |
2003-12-07 |
Joe Conway | Repair indexed bytea like operations, and related selec... |
commit | commitdiff | tree | snapshot |
2003-12-02 |
Tom Lane | Brand 7.3.5. REL7_3_5 |
commit | commitdiff | tree | snapshot |
2003-12-02 |
Tom Lane | Update release notes for 7.3.5. |
commit | commitdiff | tree | snapshot |
2003-12-01 |
Tom Lane | Force zero_damaged_pages to be effectively ON during... |
commit | commitdiff | tree | snapshot |
2003-11-30 |
Tom Lane | Back-patch fix to check vartypmod when matching Planner... |
commit | commitdiff | tree | snapshot |
2003-11-30 |
Tom Lane | Back-patch fix to cause stats processes to detach from... |
commit | commitdiff | tree | snapshot |
2003-11-30 |
Joe Conway | Make PQescapeBytea and byteaout consistent with each... |
commit | commitdiff | tree | snapshot |
2003-11-26 |
Joe Conway | Added missing SPI_finish() calls to get_tuple_of_intere... |
commit | commitdiff | tree | snapshot |
2003-10-31 |
Tom Lane | Back-patch removal of unnecessary inclusion of <crypt... |
commit | commitdiff | tree | snapshot |
2003-10-31 |
Jan Wieck | Moved the recently added test for foreign key disabled... |
commit | commitdiff | tree | snapshot |
2003-10-31 |
Jan Wieck | Fix for possible referential integrity violation when... |
commit | commitdiff | tree | snapshot |
2003-10-30 |
Jan Wieck | Support for qualified type names in PL/Tcl's spi_prepar... |
commit | commitdiff | tree | snapshot |
2003-10-28 |
Tom Lane | Don't choke when the handler for a procedural language... |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Tom Lane | It is possible for ResolveNew to be used to insert... |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Tom Lane | When dumping CREATE INDEX, must show opclass name if... |
commit | commitdiff | tree | snapshot |
2003-09-29 |
Bruce Momjian | [ Patch applied only to 7.3.X.] |
commit | commitdiff | tree | snapshot |
2003-09-28 |
Jan Wieck | Backpatched changes for rules when casts are dumped... |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Tom Lane | _SPI_cursor_operation forgot to check for failure retur... |
commit | commitdiff | tree | snapshot |
2003-09-17 |
Tom Lane | Back-patch fix for plpython problems with dropped table... |
commit | commitdiff | tree | snapshot |
2003-09-03 |
Tom Lane | Back-patch the other part of Karel's formatting bug... |
commit | commitdiff | tree | snapshot |
2003-09-03 |
Tom Lane | Repair problems with to_char() overrunning its input... |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Peter Eisentraut | Fix translation mistake. |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Tatsuo Ishii | Fix GB18030 to UTF-8 mapping table |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Tatsuo Ishii | Fix bug in GB18030 conversion script |
commit | commitdiff | tree | snapshot |
2003-08-22 |
Tom Lane | Sigh, I'm an idiot ... SSL_ERROR_WANT_READ isn't an... |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Tom Lane | Conversion functions must be STRICT to prevent them... |
commit | commitdiff | tree | snapshot |
2003-08-07 |
Barry Lind | Backport to 7.3. Third try to fix the sql injection |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Tom Lane | Fix several places where fractional-second inputs were... |
commit | commitdiff | tree | snapshot |
2003-08-04 |
Tom Lane | SSL_read/SSL_write do not approximate the return conven... |
commit | commitdiff | tree | snapshot |
2003-08-04 |
Tom Lane | Fix some more problems with testing error returns from... |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Tom Lane | Fix longstanding error in _bt_search(): should moverigh... |
commit | commitdiff | tree | snapshot |
2003-07-24 |
Tom Lane | Fix timestamp_date for HAVE_INT64_TIMESTAMP case. REL7_3_4 |
commit | commitdiff | tree | snapshot |
2003-07-24 |
Bruce Momjian | Add Hungarian/Turkish FAQ's to 7.3.4. |
commit | commitdiff | tree | snapshot |
2003-07-24 |
Bruce Momjian | Add to 7.3.4 release notes: |
commit | commitdiff | tree | snapshot |
2003-07-24 |
Tom Lane | Repair 7.3 breakage in timestamp-to-date conversion... |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Barry Lind | Patch to fix additional SQL injection vulnerabilities... |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Bruce Momjian | New WAL fix release text is: |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Bruce Momjian | Update all FAQ's for 7.3.4. |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Bruce Momjian | Stamp 7.3.4 release. |
commit | commitdiff | tree | snapshot |
2003-07-22 |
Tom Lane | wups, took out one memset too many ... |
commit | commitdiff | tree | snapshot |
2003-07-22 |
Tom Lane | Back-patch fix for bugs in pgstat_initstats. |
commit | commitdiff | tree | snapshot |
2003-07-22 |
Teodor Sigaev | Allow sub[path|ltre] return void result |
commit | commitdiff | tree | snapshot |
next |