2005-08-16 |
Tom Lane | Remove registration message in all the supported back... REL7_2_STABLE |
commit | commitdiff | tree |
2005-07-18 |
Tom Lane | MemSet() must not cast its pointer argument to int32... |
commit | commitdiff | tree |
2005-07-16 |
Tom Lane | Back-patch into 7.2 branch the 7.3 changes that made... |
commit | commitdiff | tree |
2005-07-16 |
Tom Lane | Back-patch into 7.2 branch the 7.3 changes that made... |
commit | commitdiff | tree |
2005-07-16 |
Tom Lane | Mark the geometry regression test as an ignorable failu... |
commit | commitdiff | tree |
2005-07-16 |
Tom Lane | Fix bogus "extern int errno;" in back branches, per... |
commit | commitdiff | tree |
2005-07-08 |
Tom Lane | Make libpq_gettext save and restore errno in a Windows... |
commit | commitdiff | tree |
2005-06-20 |
Tom Lane | plpgsql's exec_assign_value() freed the old value of... |
commit | commitdiff | tree |
2005-06-14 |
Tom Lane | The random selection in function linear() could deliver... |
commit | commitdiff | tree |
2005-05-31 |
Tom Lane | Add test to WAL replay to verify that xl_prev points... |
commit | commitdiff | tree |
2005-05-17 |
Tom Lane | Guard against duplicate IDs in input file in SortTocFro... |
commit | commitdiff | tree |
2005-05-09 |
Tom Lane | Update release notes for upcoming re-releases. REL7_2_8 |
commit | commitdiff | tree |
2005-05-07 |
Tom Lane | Repair very-low-probability race condition between... |
commit | commitdiff | tree |
2005-05-07 |
Tom Lane | Adjust time qual checking code so that we always check... |
commit | commitdiff | tree |
2005-05-05 |
Tom Lane | Stamp release 7.2.8. |
commit | commitdiff | tree |
2005-05-05 |
Tom Lane | Make standalone backends ignore pg_database.datallowcon... |
commit | commitdiff | tree |
2005-04-30 |
Neil Conway | GCC 4.0 includes a new warning option, -Wformat-literal... |
commit | commitdiff | tree |
2005-04-30 |
Neil Conway | This patch fixes a bug in the error message emitted... |
commit | commitdiff | tree |
2005-04-23 |
Tom Lane | Repair two TIME WITH TIME ZONE bugs found by Dennis... |
commit | commitdiff | tree |
2005-04-20 |
Tom Lane | Don't try to run clauseless index scans on index types... |
commit | commitdiff | tree |
2005-03-26 |
Tom Lane | Prevent to_char(interval) from dumping core on month... |
commit | commitdiff | tree |
2005-03-13 |
Neil Conway | Some builds (depends on crypto engine support?) of... |
commit | commitdiff | tree |
2005-03-13 |
Neil Conway | Update contrib/pgcrypto in 7.3 and 7.2 branches to... |
commit | commitdiff | tree |
2005-02-08 |
Tom Lane | Back-patch Neil's four additional buffer overrun checks. |
commit | commitdiff | tree |
2005-01-30 |
Tom Lane | Recommend [email protected] as the contact point... REL7_2_7 |
commit | commitdiff | tree |
2005-01-30 |
Tom Lane | Stamp release 7.2.7. |
commit | commitdiff | tree |
2005-01-29 |
Tom Lane | Make sure contrib C functions are marked strict where... |
commit | commitdiff | tree |
2005-01-27 |
Neil Conway | Backpatch fix for buffer overrun in parsing refcursor... |
commit | commitdiff | tree |
2005-01-26 |
Neil Conway | Mark the text_soundex() function as "strict", to avoid... |
commit | commitdiff | tree |
2005-01-24 |
Tom Lane | Disallow LOAD to non-superusers. Per report from John... |
commit | commitdiff | tree |
2005-01-23 |
Tom Lane | The result of a FULL or RIGHT join can't be assumed... |
commit | commitdiff | tree |
2005-01-11 |
Tom Lane | interval_out failed to mention 'ago' for negative inter... |
commit | commitdiff | tree |
2004-10-24 |
Tom Lane | Back-patch removal of extraneous semicolon, so that... |
commit | commitdiff | tree |
2004-10-22 |
Tom Lane | Stamp release 7.2.6. REL7_2_6 |
commit | commitdiff | tree |
2004-10-22 |
Tom Lane | Prevent pg_ctl from being run as root. Since it uses... |
commit | commitdiff | tree |
2004-10-21 |
Tom Lane | Back-patch make_oidjoins_check security improvement. |
commit | commitdiff | tree |
2004-10-13 |
Tom Lane | Repair possible failure to update hint bits back to... |
commit | commitdiff | tree |
2004-10-13 |
Tom Lane | Fix breakage in hashjoin from recent backpatch of left... |
commit | commitdiff | tree |
2004-09-17 |
Tom Lane | Hashed LEFT JOIN would miss outer tuples with no inner... |
commit | commitdiff | tree |
2004-08-19 |
Tom Lane | Update 7.2 regression tests to match what you get when... REL7_2_5 |
commit | commitdiff | tree |
2004-08-15 |
Tom Lane | Stamp 7.2.5. |
commit | commitdiff | tree |
2004-08-11 |
Tom Lane | Fix failure to guarantee that a checkpoint will write... |
commit | commitdiff | tree |
2004-03-20 |
Tom Lane | Repair multiple memory leaks in getTables(), including... |
commit | commitdiff | tree |
2003-07-29 |
Tom Lane | Fix longstanding error in _bt_search(): should moverigh... |
commit | commitdiff | tree |
2003-07-14 |
Tom Lane | Fix a *second* buffer overrun bug in to_ascii(). Grumble. |
commit | commitdiff | tree |
2003-04-13 |
Tom Lane | Second try at avoiding conflicts with system isblank(). |
commit | commitdiff | tree |
2003-04-12 |
Tom Lane | Guard against macro versions of isblank(). |
commit | commitdiff | tree |
2003-04-11 |
Tom Lane | Add #include <errno.h> per recent reports that it's... |
commit | commitdiff | tree |
2003-04-02 |
Tom Lane | Fix buffer overrun in to_ascii(), per report from Guido... |
commit | commitdiff | tree |
2003-03-31 |
Tom Lane | TestConfiguration returns int, not bool. This mistake... |
commit | commitdiff | tree |
2003-03-13 |
Tom Lane | Async_NotifyHandler must save and restore ImmediateInte... |
commit | commitdiff | tree |
2003-02-27 |
D'Arcy J.M... | Back patch bug fix to quote function. |
commit | commitdiff | tree |
2003-01-29 |
Tom Lane | Brand 7.2.4. REL7_2_4 |
commit | commitdiff | tree |
2003-01-29 |
Tom Lane | Update release history for 7.2.4. |
commit | commitdiff | tree |
2003-01-29 |
Tom Lane | Back-patch fix to avoid integer overflow in ExecHashJoi... |
commit | commitdiff | tree |
2003-01-26 |
Tom Lane | Back-patch fixes to detoast pg_group.grolist. |
commit | commitdiff | tree |
2003-01-26 |
Tom Lane | Back-patch fixes to ensure t_ctid always has correct... |
commit | commitdiff | tree |
2003-01-26 |
Tom Lane | Back-patch fix for alphabetization mistakes in datetime... |
commit | commitdiff | tree |
2003-01-21 |
Tom Lane | Back-patch fix to ensure pg_clog updates are not only... |
commit | commitdiff | tree |
2003-01-21 |
Tom Lane | Back-patch fixes for integer overflows in circle_poly... |
commit | commitdiff | tree |
2003-01-21 |
Tom Lane | Back-patch fix for VACUUM being confused by SELECT... |
commit | commitdiff | tree |
2002-10-01 |
Bruce Momjian | Brand 7.2.3. REL7_2_3 |
commit | commitdiff | tree |
2002-10-01 |
Bruce Momjian | Update HISTORY/release.sgml for 7.2.3. |
commit | commitdiff | tree |
2002-09-30 |
Tom Lane | Back-patch fixes to work around broken mktime() in... |
commit | commitdiff | tree |
2002-09-30 |
Tom Lane | Back-patch fix for bad SIGUSR2 interrupt handling durin... |
commit | commitdiff | tree |
2002-09-30 |
Tom Lane | Back-patch fix for correct TAS operation on multi-CPU... |
commit | commitdiff | tree |
2002-09-30 |
Tom Lane | Back-patch fix for 'can't wait without a PROC structure... |
commit | commitdiff | tree |
2002-09-30 |
Tom Lane | Back-patch fix to ensure a checkpoint occurs before... |
commit | commitdiff | tree |
2002-09-30 |
Tom Lane | Back-patch fix to not change pg_database.datvacuumxid... |
commit | commitdiff | tree |
2002-09-20 |
Tom Lane | Back-patch fix for failure to dump views containing... |
commit | commitdiff | tree |
2002-08-23 |
Bruce Momjian | Update HISTORY with Neil's changes. REL7_2_2 |
commit | commitdiff | tree |
2002-08-22 |
Bruce Momjian | Stamp the 7.2.2 release. |
commit | commitdiff | tree |
2002-08-22 |
Tom Lane | Fix regression-test breakage from (unnecessary) rewrite... |
commit | commitdiff | tree |
2002-08-22 |
Tom Lane | Back-patch fix to make partial indexes usable on relati... |
commit | commitdiff | tree |
2002-08-22 |
Bruce Momjian | Apply Neil Conway's security patches to 7.2.X. |
commit | commitdiff | tree |
2002-08-19 |
Tatsuo Ishii | Fix bug in pg_convert() per report from MaC.Yui. |
commit | commitdiff | tree |
2002-06-15 |
Tom Lane | Back-patch 7.3 fix to fully parenthesize UNION/EXCEPT... |
commit | commitdiff | tree |
2002-06-07 |
Bruce Momjian | Please apply attached patch to contrib/intarray (7... |
commit | commitdiff | tree |
2002-05-28 |
Tom Lane | Repair incorrect dumping of user-defined aggregate... |
commit | commitdiff | tree |
2002-05-28 |
Tom Lane | Fix a bug with building rtree_gist indexes. |
commit | commitdiff | tree |
2002-05-28 |
Tom Lane | Repair error with not adjusting active scans properly... |
commit | commitdiff | tree |
2002-05-22 |
Tom Lane | Make RelationForgetRelation error out if the relcache... |
commit | commitdiff | tree |
2002-05-21 |
Tom Lane | Repair OPEN cursor(args), which I broke on 11/29/01... |
commit | commitdiff | tree |
2002-05-14 |
Tom Lane | Remove unnecessary pfree's in geometric operators.... |
commit | commitdiff | tree |
2002-05-14 |
Tatsuo Ishii | Fix bug in pg_dump and psql (to reproduce the bug,... |
commit | commitdiff | tree |
2002-05-05 |
Tom Lane | plpgsql_dstring_append was broken for long strings. |
commit | commitdiff | tree |
2002-05-01 |
Hiroshi Inoue | Change heap_get_latest_tid() so that a transaction can |
commit | commitdiff | tree |
2002-04-08 |
Tatsuo Ishii | A backport patch. |
commit | commitdiff | tree |
2002-04-02 |
Tom Lane | Fix CLOG truncation code to not do the Wrong Thing... |
commit | commitdiff | tree |
2002-03-26 |
Bruce Momjian | Update release list. REL7_2_1 |
commit | commitdiff | tree |
2002-03-26 |
Bruce Momjian | Update sgml version properly. |
commit | commitdiff | tree |
2002-03-25 |
Bruce Momjian | New wording: |
commit | commitdiff | tree |
2002-03-25 |
Bruce Momjian | Add to HISTORY: |
commit | commitdiff | tree |
2002-03-25 |
Tom Lane | Re-allow CREATE AS (but not SELECT INTO) in EXECUTE. |
commit | commitdiff | tree |
2002-03-21 |
Tom Lane | Remove long-dead 'fix for SELECT NULL' to stop current... |
commit | commitdiff | tree |
2002-03-19 |
Bruce Momjian | > > Users of contrib/tsearch needs after upgrading... |
commit | commitdiff | tree |
2002-03-19 |
Bruce Momjian | Improve wording of bug fix: |
commit | commitdiff | tree |
2002-03-18 |
Bruce Momjian | Update for 7.2.1. |
commit | commitdiff | tree |
2002-03-17 |
Tom Lane | Backpatch array I/O code and documentation fixes, also... |
commit | commitdiff | tree |
2002-03-15 |
Thomas G. Lockhart | Repair bad calculation in timetz_izone() which gave... |
commit | commitdiff | tree |
next |