2008-06-05 |
Tom Lane | Translation updates. |
commit | commitdiff | tree |
2008-06-04 |
Michael Meskes | Added SQL to list of allowed variable names. |
commit | commitdiff | tree |
2008-06-04 |
Tom Lane | Draft release notes for upcoming back-branch updates. |
commit | commitdiff | tree |
2008-06-01 |
Tom Lane | Update time zone data files to tzdata release 2008c... |
commit | commitdiff | tree |
2008-05-29 |
Tom Lane | Fix some bugs introduced by the 8.2-era conversion... |
commit | commitdiff | tree |
2008-05-29 |
Bruce Momjian | Update odbc URL. |
commit | commitdiff | tree |
2008-05-28 |
Tom Lane | Backpatch Zdenek Kotala's fix to prevent pglz_decompres... |
commit | commitdiff | tree |
2008-05-28 |
Tom Lane | Improve GRANT documentation to point out that UPDATE... |
commit | commitdiff | tree |
2008-05-27 |
Tom Lane | Require bind_textdomain_codeset() not just gettext... |
commit | commitdiff | tree |
2008-05-27 |
Tom Lane | Back-patch the 8.3 fix that prohibits TRUNCATE, CLUSTER... |
commit | commitdiff | tree |
2008-05-27 |
Magnus Hagander | Explicitly bind gettext() to the UTF8 locale when... |
commit | commitdiff | tree |
2008-05-26 |
Tom Lane | Fix an old corner-case bug in set_config_option: push_o... |
commit | commitdiff | tree |
2008-05-25 |
Tom Lane | Adjust timestamp regression tests to prevent two low... |
commit | commitdiff | tree |
2008-05-19 |
Heikki Linnakangas | Remove arbitrary 10MB limit on two-phase state file... |
commit | commitdiff | tree |
2008-05-13 |
Magnus Hagander | Don't try to close negative file descriptors, since... |
commit | commitdiff | tree |
2008-05-09 |
Tom Lane | Fix an ancient oversight in change_varattnos_of_a_node... |
commit | commitdiff | tree |
2008-05-08 |
Tom Lane | Fix contrib/xml2 makefile to not override CFLAGS. |
commit | commitdiff | tree |
2008-05-05 |
Magnus Hagander | Add more dependencies from libpgport required by |
commit | commitdiff | tree |
2008-05-03 |
Tom Lane | The 8.2 patch that added support for an alias on the... |
commit | commitdiff | tree |
2008-04-24 |
Tom Lane | Fix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that... |
commit | commitdiff | tree |
2008-04-22 |
Teodor Sigaev | Fix using too many LWLocks bug, reported by Craig Ringer |
commit | commitdiff | tree |
2008-04-22 |
Magnus Hagander | Replace developer FAQ with a reference to the wiki... |
commit | commitdiff | tree |
2008-04-21 |
Magnus Hagander | Add link to major version release notes at the top... |
commit | commitdiff | tree |
2008-04-20 |
Teodor Sigaev | Fix broken compare function for tsquery_ops. Per Tom... |
commit | commitdiff | tree |
2008-04-17 |
Tom Lane | Repair two places where SIGTERM exit could leave shared... |
commit | commitdiff | tree |
2008-04-16 |
Tom Lane | Fix LOAD_CRIT_INDEX() macro to take out AccessShareLock... |
commit | commitdiff | tree |
2008-04-16 |
Andrew Dunstan | Avoid using unnecessary pgwin32_safestat in libpq. |
commit | commitdiff | tree |
2008-04-15 |
Andrew Dunstan | Add multi-line flag to regex that needs it. Backpatch... |
commit | commitdiff | tree |
2008-04-12 |
Tom Lane | A quick try at un-breaking the Cygwin build. Whether... |
commit | commitdiff | tree |
2008-04-11 |
Tom Lane | Fix several datatype input functions that were allowing... |
commit | commitdiff | tree |
2008-04-10 |
Magnus Hagander | Create wrapper pgwin32_safestat() and redefine stat... |
commit | commitdiff | tree |
2008-04-10 |
Michael Meskes | Fixed bug in PGTYPEStimestamp_sub that used pointers... |
commit | commitdiff | tree |
2008-04-05 |
Tom Lane | Defend against JOINs having more than 32K columns altog... |
commit | commitdiff | tree |
2008-03-31 |
Tom Lane | Fix a number of places that were making file-type tests... |
commit | commitdiff | tree |
2008-03-26 |
Tom Lane | Fix core dump in contrib/xml2's xpath_table() when... |
commit | commitdiff | tree |
2008-03-25 |
Tom Lane | Adjust DatumGetBool macro so that it isn't fooled by... |
commit | commitdiff | tree |
2008-03-20 |
Heikki Linnakangas | Add the missing cyrillic "Yo" characters ('e' and ... |
commit | commitdiff | tree |
2008-03-19 |
Tom Lane | Fix regexp substring matching (substring(string from... |
commit | commitdiff | tree |
2008-03-14 |
Peter Eisentraut | Translation updates REL8_2_7 |
commit | commitdiff | tree |
2008-03-14 |
Marc G. Fournier | tag configure for 8.2.7 prior to tag |
commit | commitdiff | tree |
2008-03-13 |
Tom Lane | Stamp version 8.2.7, except for configure.in/configure. |
commit | commitdiff | tree |
2008-03-13 |
Tom Lane | Update release notes for 8.3.1 and 8.2.7 releases. |
commit | commitdiff | tree |
2008-03-13 |
Tom Lane | Update to tzdata 2008a distribution (Chilean DST law... |
commit | commitdiff | tree |
2008-03-13 |
Tom Lane | Fix varstr_cmp's special case for UTF8 encoding on... |
commit | commitdiff | tree |
2008-03-12 |
Tom Lane | Fix LISTEN/NOTIFY race condition reported by Laurent... |
commit | commitdiff | tree |
2008-03-10 |
Tom Lane | Use -fwrapv in CFLAGS if we are using a version of... |
commit | commitdiff | tree |
2008-03-07 |
Tom Lane | Change hashscan.c to keep its list of active hash index... |
commit | commitdiff | tree |
2008-03-05 |
Alvaro Herrera | Add support for dlopen on recent NetBSD/MIPS, per Rémi... |
commit | commitdiff | tree |
2008-03-05 |
Tom Lane | In PrepareToInvalidateCacheTuple, don't force initializ... |
commit | commitdiff | tree |
2008-03-04 |
Tom Lane | Fix PREPARE TRANSACTION to reject the case where the... |
commit | commitdiff | tree |
2008-03-02 |
Tom Lane | Venezuela Time now means UTC-4:30, not UTC-4:00. Adjus... |
commit | commitdiff | tree |
2008-02-29 |
Andrew Dunstan | Don't call AddUserToDacl on Cygwin |
commit | commitdiff | tree |
2008-02-29 |
Magnus Hagander | Fix handling of restricted processes for Windows Vista... |
commit | commitdiff | tree |
2008-02-29 |
Neil Conway | Fix several memory leaks when rescanning SRFs. Arrange... |
commit | commitdiff | tree |
2008-02-27 |
Tom Lane | If RelationBuildDesc() fails to open a critical system... |
commit | commitdiff | tree |
2008-02-26 |
Peter Eisentraut | Fix uninstall target. |
commit | commitdiff | tree |
2008-02-25 |
Tom Lane | Fix datetime input to behave correctly for Feb 29 in... |
commit | commitdiff | tree |
2008-02-24 |
Tom Lane | Use our own getopt() and getopt_long() on Solaris,... |
commit | commitdiff | tree |
2008-02-23 |
Tom Lane | Avoid trying to print a NULL char pointer in --describe... |
commit | commitdiff | tree |
2008-02-20 |
Tom Lane | Fix mistakes in pg_ctl's code for "start -w" that tries... |
commit | commitdiff | tree |
2008-02-20 |
Tom Lane | Put a CHECK_FOR_INTERRUPTS call into the loops that... |
commit | commitdiff | tree |
2008-02-14 |
Michael Meskes | EXECUTE can return NOT FOUND so it should be checked... |
commit | commitdiff | tree |
2008-02-14 |
Michael Meskes | Added SQLSTATE macro closing bug #3961. |
commit | commitdiff | tree |
2008-02-11 |
Magnus Hagander | Update timezone mapping for Windows with new timezones... |
commit | commitdiff | tree |
2008-02-11 |
Tom Lane | Repair VACUUM FULL bug introduced by HOT patch: the... |
commit | commitdiff | tree |
2008-02-07 |
Tom Lane | Some variants of ALTER OWNER tried to make the "object... |
commit | commitdiff | tree |
2008-02-02 |
Tom Lane | Fix WaitOnLock() to ensure that the process's "waiting... |
commit | commitdiff | tree |
2008-01-31 |
Tom Lane | Improve pg_autovacuum documentation to clarify that... |
commit | commitdiff | tree |
2008-01-31 |
Magnus Hagander | Add pid to the pgident event name on win32. |
commit | commitdiff | tree |
2008-01-23 |
Tom Lane | Prevent integer overflow within the integer-datetimes... |
commit | commitdiff | tree |
2008-01-22 |
Andrew Dunstan | Work around for perl 5.10 bug - fix due to perl hacker... |
commit | commitdiff | tree |
2008-01-17 |
Alvaro Herrera | Backpatch my fix of rev 1.48 to avoid a division-by... |
commit | commitdiff | tree |
2008-01-17 |
Tom Lane | Fix subselect.c to avoid assuming that a SubLink's... |
commit | commitdiff | tree |
2008-01-14 |
Tom Lane | Fix an ancient oversight in libpq's handling of V3... |
commit | commitdiff | tree |
2008-01-12 |
Tom Lane | Fix logical errors in constraint exclusion: we cannot... |
commit | commitdiff | tree |
2008-01-11 |
Tom Lane | Fix a conceptual error in my patch of 2007-10-26 that... |
commit | commitdiff | tree |
2008-01-09 |
Tom Lane | Fix a bug in 8.2.x that was exposed while investigating... |
commit | commitdiff | tree |
2008-01-06 |
Tom Lane | A long time ago, Peter pointed out that ruleutils.c... |
commit | commitdiff | tree |
2008-01-03 |
Tom Lane | Stamp release 8.2.6. REL8_2_6 |
commit | commitdiff | tree |
2008-01-03 |
Tom Lane | Update release notes for security releases. |
commit | commitdiff | tree |
2008-01-03 |
Tom Lane | The original patch to disallow non-passworded connectio... |
commit | commitdiff | tree |
2008-01-03 |
Tom Lane | Make standard maintenance operations (including VACUUM... |
commit | commitdiff | tree |
2008-01-03 |
Tom Lane | Fix assorted security-grade bugs in the regex engine... |
commit | commitdiff | tree |
2008-01-02 |
Tom Lane | Insert ARST into the list of known timezone abbreviations. |
commit | commitdiff | tree |
2008-01-02 |
Magnus Hagander | Fix invalid ipv6 address in example. Per doc comment... |
commit | commitdiff | tree |
2008-01-02 |
Tom Lane | Fix plpython's overoptimistic caching of information... |
commit | commitdiff | tree |
2008-01-01 |
Tom Lane | Update time zone data files to tzdata release 2007k. |
commit | commitdiff | tree |
2007-12-31 |
Bruce Momjian | Provide a more helpful error message when there is... |
commit | commitdiff | tree |
2007-12-31 |
Bruce Momjian | Provide a more helpful error message when there is... |
commit | commitdiff | tree |
2007-12-31 |
Tom Lane | Improve a number of elog messages for not-supposed... |
commit | commitdiff | tree |
2007-12-18 |
Tom Lane | Make path_recv() and poly_recv() reject paths/polygons... |
commit | commitdiff | tree |
2007-12-01 |
Tom Lane | Suppress compiler warnings in recent plperl patch.... |
commit | commitdiff | tree |
2007-12-01 |
Andrew Dunstan | Workaround for perl problem where evaluating UTF8 regex... |
commit | commitdiff | tree |
2007-11-30 |
Magnus Hagander | Add win32error.c to libpq, needed to resolve _dosmaperr. |
commit | commitdiff | tree |
2007-11-30 |
Magnus Hagander | Use _dosmaperr() to deal with errors opening files... |
commit | commitdiff | tree |
2007-11-29 |
Magnus Hagander | Back-patch mingw configure-check for gettimeofday so... |
commit | commitdiff | tree |
2007-11-26 |
Peter Eisentraut | Require a specific Autoconf version, instead of a lower... |
commit | commitdiff | tree |
2007-11-23 |
Alvaro Herrera | Fix buggy usage of vsnprintf in PL/Python by removing... |
commit | commitdiff | tree |
2007-11-23 |
Tatsuo Ishii | Fix "Overall Page Layout" table. The second row should... |
commit | commitdiff | tree |
2007-11-22 |
Tom Lane | Prevent Perl from introducing a possibly-incompatible... |
commit | commitdiff | tree |
next |