2011-09-22 |
Tom Lane | Stamp 8.2.22. REL8_2_22 |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Tom Lane | Update release notes for 9.1.1, 9.0.5, 8.4.9, 8.3.16... |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Tom Lane | gistendscan() forgot to free so->giststate. |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Peter Eisentraut | Add missing format argument to ecpg_log() call |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Tom Lane | Fix corner case bug in numeric to_char(). |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Tom Lane | Avoid possibly accessing off the end of memory in exami... |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Tom Lane | Update type-conversion documentation for long-ago changes. |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Tom Lane | Update time zone data files to tzdata release 2011i. |
commit | commitdiff | tree | snapshot |
2011-09-03 |
Tom Lane | Fix typo in pg_srand48 (srand48 in older branches). |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Tom Lane | Replace obsolete AC_LANG_FUNC_LINK_TRY autoconf macro. |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Tom Lane | Don't assume that "E" response to NEGOTIATE_SSL_CODE... |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Tom Lane | Ensure we discard unread/unsent data when abandoning... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Tom Lane | Fix pgstatindex() to give consistent results for empty... |
commit | commitdiff | tree | snapshot |
2011-08-20 |
Tom Lane | Fix performance problem when building a lossy tidbitmap. |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Tom Lane | Fix race condition in relcache init file invalidation. |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Heikki Linnakangas | Avoid integer overflow when LIMIT + OFFSET >= 2^63. |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Tom Lane | Fix pg_restore's direct-to-database mode for standard_c... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Peter Eisentraut | Add missing newlines at end of error messages |
commit | commitdiff | tree | snapshot |
2011-07-24 |
Tom Lane | Use OpenSSL's SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag. |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Michael Meskes | Adapted expected result for latest change to ecpglib. |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Michael Meskes | Made ecpglib write double with a precision of 15 digits. |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Heikki Linnakangas | Fix two ancient bugs in GiST code to re-find a parent... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Peter Eisentraut | Remove excessively backpatched gitignore files |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Tom Lane | Fix psql's counting of script file line numbers during... |
commit | commitdiff | tree | snapshot |
2011-07-03 |
Tom Lane | Back-patch creation of tar.bz2 tarball during "make... |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Tom Lane | Apply upstream fix for blowfish signed-character bug... |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Tom Lane | Fix missed use of "cp -i" in an example, per Fujii... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Tom Lane | Don't use "cp -i" in the example WAL archive_command. |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Tom Lane | Obtain table locks as soon as practical during pg_dump. |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Robert Haas | Add overflow checks to int4 and int8 versions of genera... |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Tom Lane | Suppress -arch switches in the output of ExtUtils:... |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Tom Lane | Fix assorted issues with build and install paths contai... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Alvaro Herrera | Fix aboriginal copy-paste mistake in error message |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Tom Lane | Work around gcc 4.6.0 bug that breaks WAL replay. |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Peter Eisentraut | Fix documentation of information_schema.element_types |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Andrew Dunstan | Allow building with perl 5.14. |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Peter Eisentraut | ECPG documentation fixes |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Tom Lane | Expose the "*VALUES*" alias that we generate for a... |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Tom Lane | Clean up after erroneous SELECT FOR UPDATE/SHARE on... |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Tom Lane | Disallow SELECT FOR UPDATE/SHARE on sequences. |
commit | commitdiff | tree | snapshot |
2011-05-31 |
Tom Lane | Protect GIST logic that assumes penalty values can... |
commit | commitdiff | tree | snapshot |
2011-05-30 |
Tom Lane | Fix portability bugs in use of credentials control... |
commit | commitdiff | tree | snapshot |
2011-05-26 |
Tom Lane | Make decompilation of optimized CASE constructs more... |
commit | commitdiff | tree | snapshot |
2011-05-23 |
Tom Lane | Install defenses against overflow in BuildTupleHashTable(). |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Heikki Linnakangas | Replace strdup() with pstrdup(), to avoid leaking memory. |
commit | commitdiff | tree | snapshot |
2011-05-12 |
Tom Lane | Fix write-past-buffer-end in ldapServiceLookup(). |
commit | commitdiff | tree | snapshot |
2011-05-01 |
Peter Eisentraut | Catch errors in for loop in makefile |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Tom Lane | Rewrite pg_size_pretty() to avoid compiler bug. |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Heikki Linnakangas | The arguments to pg_ctl kill are not optional - remove... |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Tom Lane | Fix array- and path-creating functions to ensure paddin... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Tom Lane | Fix pg_size_pretty() to avoid overflow for inputs close... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Marc G. Fournier | Tag 8.2.21. REL8_2_21 |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Tom Lane | Update release notes for releases 9.0.4, 8.4.8, 8.3... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Tom Lane | Update time zone data files to tzdata release 2011f. |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Heikki Linnakangas | On IA64 architecture, we check the depth of the registe... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Tom Lane | Modernize dlopen interface code for FreeBSD and OpenBSD. |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Tom Lane | Fix SortTocFromFile() to cope with lines that are too... |
commit | commitdiff | tree | snapshot |
2011-03-28 |
Robert Haas | Correct "characters" to "bytes" in createdb docs. |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Tom Lane | Improve user-defined-aggregates documentation. |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Tom Lane | Fix ancient typo in user-defined-aggregates documentation. |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Tom Lane | Avoid potential deadlock in InitCatCachePhase2(). |
commit | commitdiff | tree | snapshot |
2011-03-17 |
Alvaro Herrera | Fix PL/Python memory leak involving array slices |
commit | commitdiff | tree | snapshot |
2011-03-17 |
Andrew Dunstan | Use correct PATH separator for Cygwin in pg_regress.c. |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Tom Lane | On further reflection, we'd better do the same in int.c. |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Tom Lane | Put in some more safeguards against executing a divisio... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
Tom Lane | Fix dangling-pointer problem in before-row update trigg... |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Tom Lane | Add CheckTableNotInUse calls in DROP TABLE and DROP... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Itagaki Takahiro | Fix wrong error reports in 'number of array dimensions... |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Marc G. Fournier | Tag 8.2.20 REL8_2_20 |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Tom Lane | Update release notes. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Tom Lane | Prevent buffer overrun while parsing an integer in... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Tom Lane | Don't include <asm/ia64regs.h> unnecessarily. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Peter Eisentraut | Translation updates for release 8.2.20 |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Tom Lane | Update release notes for releases 9.0.3, 8.4.7, 8.3... |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Tom Lane | Fix pg_restore to do the right thing when escaping... |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Tom Lane | Fix miscalculation of itemsafter in array_set_slice(). |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Andrew Dunstan | Allow older branches to be built with Visual Studio... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Andrew Dunstan | Work around header misdefines in modern Windows SDK... |
commit | commitdiff | tree | snapshot |
2010-12-29 |
Tom Lane | Ooops, no DATE_IS_NOBEGIN/DATE_IS_NOEND in 8.3 or 8... |
commit | commitdiff | tree | snapshot |
2010-12-29 |
Tom Lane | Avoid unexpected conversion overflow in planner for... |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Tom Lane | Fix up handling of simple-form CASE with constant test... |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Tom Lane | Fix erroneous parsing of tsquery input "... & !(subexpr... |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Magnus Hagander | Document unavailable parameters in some configurations |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Andrew Dunstan | Work around make changes on modern Mingw to allow relea... |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Andrew Dunstan | Backpatch plperl GNUmakefile fixes to allow building... |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Tom Lane | Fix up getopt() reset management so it works on recent... |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Tom Lane | Fix contrib/seg's GiST picksplit method. |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Marc G. Fournier | Tag 8.2.19. REL8_2_19 |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Tom Lane | Update release notes for releases 9.0.2, 8.4.6, 8.3... |
commit | commitdiff | tree | snapshot |
2010-12-13 |
Peter Eisentraut | Translation updates for release 8.2.19 |
commit | commitdiff | tree | snapshot |
2010-12-13 |
Tom Lane | Update time zone data files to tzdata release 2010o... |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Tom Lane | Force default wal_sync_method to be fdatasync on Linux. |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Tom Lane | Add a stack overflow check to copyObject(). |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Tom Lane | Prevent inlining a SQL function with multiple OUT param... |
commit | commitdiff | tree | snapshot |
2010-11-26 |
Tom Lane | Fix significant memory leak in contrib/xml2 functions. |
commit | commitdiff | tree | snapshot |
2010-11-25 |
Itagaki Takahiro | Don't raise "identifier will be truncated" messages... |
commit | commitdiff | tree | snapshot |
2010-11-16 |
Heikki Linnakangas | The GiST scan algorithm uses LSNs to detect concurrent... |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Tom Lane | Fix aboriginal mistake in plpython's set-returning... |
commit | commitdiff | tree | snapshot |
next |