2005-08-26 |
Tom Lane | Back-patch fixes for problems with VACUUM destroying... |
commit | commitdiff | tree | snapshot |
2005-08-16 |
Tom Lane | Remove registration message in all the supported back... |
commit | commitdiff | tree | snapshot |
2005-08-16 |
Tom Lane | Reject operator names >= NAMEDATALEN characters. These... |
commit | commitdiff | tree | snapshot |
2005-08-15 |
Tom Lane | int_array_enum function should be using fcinfo->flinfo... |
commit | commitdiff | tree | snapshot |
2005-07-18 |
Tom Lane | Fix bogus backslash sequences, per Kris Jurka. |
commit | commitdiff | tree | snapshot |
2005-07-18 |
Tom Lane | MemSet() must not cast its pointer argument to int32... |
commit | commitdiff | tree | snapshot |
2005-07-17 |
Tom Lane | Looks like cube_1 variant is also needed in 7.3 branch. |
commit | commitdiff | tree | snapshot |
2005-07-17 |
Tom Lane | Adjust alter_table regression test to avoid conflicts... |
commit | commitdiff | tree | snapshot |
2005-07-16 |
Tom Lane | Mark the geometry regression test as an ignorable failu... |
commit | commitdiff | tree | snapshot |
2005-07-16 |
Tom Lane | Fix bogus "extern int errno;" in back branches, per... |
commit | commitdiff | tree | snapshot |
2005-07-14 |
Tom Lane | Fix mis-backport of libpq memory leak fix. Per Michael... |
commit | commitdiff | tree | snapshot |
2005-07-13 |
Tom Lane | Fix libpq memory leak during PQreset() --- closePGconn... |
commit | commitdiff | tree | snapshot |
2005-07-08 |
Tom Lane | Make libpq_gettext save and restore errno in a Windows... |
commit | commitdiff | tree | snapshot |
2005-06-25 |
Tom Lane | Fix ancient memory leak in index_create(): RelationInit... |
commit | commitdiff | tree | snapshot |
2005-06-20 |
Tom Lane | plpgsql's exec_assign_value() freed the old value of... |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Tom Lane | The random selection in function linear() could deliver... |
commit | commitdiff | tree | snapshot |
2005-06-11 |
Tatsuo Ishii | Fix bug in MIC -> EUC_JP conversion. Per Atsushi Ogawa. |
commit | commitdiff | tree | snapshot |
2005-06-05 |
Tom Lane | Code for SET/SHOW TIME ZONE with a fixed-interval timez... |
commit | commitdiff | tree | snapshot |
2005-06-02 |
Tom Lane | Push enable/disable of notify and catchup interrupts... |
commit | commitdiff | tree | snapshot |
2005-05-31 |
Tom Lane | Add test to WAL replay to verify that xl_prev points... |
commit | commitdiff | tree | snapshot |
2005-05-29 |
Tom Lane | expandRTE and get_rte_attribute_type mistakenly always... |
commit | commitdiff | tree | snapshot |
2005-05-25 |
Tatsuo Ishii | Fix previous patch to exprTypmod. |
commit | commitdiff | tree | snapshot |
2005-05-24 |
Tatsuo Ishii | Inserting 5 characters into char(10) does not produce... |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Tom Lane | Guard against duplicate IDs in input file in SortTocFro... |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Tom Lane | Update release notes for upcoming re-releases. REL7_3_10 |
commit | commitdiff | tree | snapshot |
2005-05-08 |
Tom Lane | Update release checklist to reflect that HISTORY and... |
commit | commitdiff | tree | snapshot |
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 |
next |