]> granicus.if.org Git - postgresql/shortlog
postgresql
2011-12-01 Tom LaneUpdate information about configuring SysV IPC parameter...
2011-12-01 Tom LaneDraft release notes for 9.1.2, 9.0.6, 8.4.10, 8.3.17...
2011-11-30 Tom LaneUpdate time zone data files to tzdata release 2011n.
2011-11-30 Tom LaneTweak previous patch to ensure edata->filename always...
2011-11-30 Peter EisentrautStrip file names reported in error messages in vpath...
2011-11-28 Andrew DunstanBackpatch "Use the preferred version of xsubpp."
2011-11-19 Tom LaneAvoid floating-point underflow while tracking buffer...
2011-11-16 Robert HaasDon't elide blank lines when accumulating psql command...
2011-11-10 Peter EisentrautFix server header file installation with vpath builds
2011-11-08 Heikki LinnakangasMake DatumGetInetP() unpack inet datums with a 1-byte...
2011-11-05 Tom LaneDon't assume that a tuple's header size is unchanged...
2011-11-04 Peter EisentrautFix archive_command example
2011-11-03 Tom LaneFix bogus code in contrib/ tsearch dictionary examples.
2011-11-02 Tom LaneRevert "Stop btree indexscans upon reaching nulls in...
2011-11-01 Tom LaneFix race condition with toast table access from a stale...
2011-10-31 Tom LaneStop btree indexscans upon reaching nulls in either...
2011-10-29 Tom LaneFix assorted bogosities in cash_in() and cash_out().
2011-10-28 Tom LaneUpdate docs to point to the timezone library's new...
2011-10-26 Tom LaneChange FK trigger creation order to better support...
2011-10-18 Tom LaneFix pg_dump to dump casts between auto-generated types.
2011-10-15 Tom LaneFix bugs in information_schema.referential_constraints...
2011-10-12 Tom LaneImprove documentation of psql's \q command.
2011-10-08 Heikki LinnakangasDon't let transform_null_equals=on affect CASE foo...
2011-10-06 Robert HaasMake pgstatindex respond to cancel interrupts.
2011-09-24 Tom LaneFix our mapping of Windows timezones for Central America.
2011-09-22 Tom LaneStamp 8.3.16. REL8_3_16
2011-09-22 Tom LaneUpdate release notes for 9.1.1, 9.0.5, 8.4.9, 8.3.16...
2011-09-22 Peter EisentrautTranslation updates
2011-09-16 Tom Lanegistendscan() forgot to free so->giststate.
2011-09-08 Peter EisentrautAdd missing format argument to ecpg_log() call
2011-09-07 Tom LaneFix corner case bug in numeric to_char().
2011-09-06 Tom LaneAvoid possibly accessing off the end of memory in SJIS2...
2011-09-06 Tom LaneAvoid possibly accessing off the end of memory in exami...
2011-09-06 Tom LaneUpdate type-conversion documentation for long-ago changes.
2011-09-05 Tom LaneUpdate time zone data files to tzdata release 2011i.
2011-09-03 Tom LaneFix typo in pg_srand48 (srand48 in older branches).
2011-09-01 Andrew DunstanSupply missing brace omitted by commit 12613cb6b83cac1a...
2011-09-01 Michael MeskesIn ecpglib restore LC_NUMERIC in case of an error.
2011-09-01 Heikki LinnakangasMove the line to undefine setlocale() macro on Win32...
2011-08-29 Tom LaneReplace obsolete AC_LANG_FUNC_LINK_TRY autoconf macro.
2011-08-27 Tom LaneDon't assume that "E" response to NEGOTIATE_SSL_CODE...
2011-08-27 Tom LaneEnsure we discard unread/unsent data when abandoning...
2011-08-26 Tom LaneFix potential memory clobber in tsvector_concat().
2011-08-25 Tom LaneFix pgstatindex() to give consistent results for empty...
2011-08-20 Tom LaneFix performance problem when building a lossy tidbitmap.
2011-08-16 Tom LaneFix race condition in relcache init file invalidation.
2011-08-02 Heikki LinnakangasAvoid integer overflow when LIMIT + OFFSET >= 2^63.
2011-07-28 Tom LaneFix pg_restore's direct-to-database mode for standard_c...
2011-07-26 Peter EisentrautAdd missing newlines at end of error messages
2011-07-25 Tom LaneFix previous patch so it also works if not USE_SSL...
2011-07-24 Tom LaneImprove libpq's error reporting for SSL failures.
2011-07-24 Tom LaneUse OpenSSL's SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag.
2011-07-18 Michael MeskesAdapted expected result for latest change to ecpglib.
2011-07-18 Michael MeskesMade ecpglib write double with a precision of 15 digits.
2011-07-16 Magnus HaganderFix SSPI login when multiple roundtrips are required
2011-07-15 Heikki LinnakangasFix two ancient bugs in GiST code to re-find a parent...
2011-07-11 Peter EisentrautRemove excessively backpatched gitignore files
2011-07-05 Tom LaneFix psql's counting of script file line numbers during...
2011-07-04 Heikki LinnakangasClarify that you need ActiveState perl 5.8 *or later...
2011-07-04 Andrew DunstanBack-patch Fix bat file quoting of %ENV from commit...
2011-07-03 Tom LaneBack-patch creation of tar.bz2 tarball during "make...
2011-06-21 Tom LaneApply upstream fix for blowfish signed-character bug...
2011-06-20 Tom LaneFix missed use of "cp -i" in an example, per Fujii...
2011-06-17 Tom LaneDon't use "cp -i" in the example WAL archive_command.
2011-06-17 Tom LaneObtain table locks as soon as practical during pg_dump.
2011-06-17 Robert HaasAdd overflow checks to int4 and int8 versions of genera...
2011-06-14 Tom LaneSuppress -arch switches in the output of ExtUtils:...
2011-06-14 Tom LaneFix assorted issues with build and install paths contai...
2011-06-13 Alvaro HerreraFix aboriginal copy-paste mistake in error message
2011-06-10 Tom LaneWork around gcc 4.6.0 bug that breaks WAL replay.
2011-06-09 Magnus HaganderUse the correct eventlog severity for error
2011-06-09 Magnus HaganderSupport silent mode for service registrations on win32
2011-06-09 Peter EisentrautFix documentation of information_schema.element_types
2011-06-04 Andrew DunstanAllow building with perl 5.14.
2011-06-04 Peter EisentrautECPG documentation fixes
2011-06-04 Tom LaneExpose the "*VALUES*" alias that we generate for a...
2011-06-02 Tom LaneClean up after erroneous SELECT FOR UPDATE/SHARE on...
2011-06-02 Tom LaneDisallow SELECT FOR UPDATE/SHARE on sequences.
2011-05-31 Tom LaneProtect GIST logic that assumes penalty values can...
2011-05-30 Tom LaneFix portability bugs in use of credentials control...
2011-05-28 Tom LaneFix null-dereference crash in parse_xml_decl().
2011-05-26 Tom LaneMake decompilation of optimized CASE constructs more...
2011-05-24 Tom LaneAvoid uninitialized bits in the result of QTN2QT().
2011-05-23 Tom LaneInstall defenses against overflow in BuildTupleHashTable().
2011-05-19 Heikki LinnakangasReplace strdup() with pstrdup(), to avoid leaking memory.
2011-05-12 Tom LaneFix write-past-buffer-end in ldapServiceLookup().
2011-05-01 Peter EisentrautAdd missing gitignore file
2011-05-01 Peter EisentrautCatch errors in for loop in makefile
2011-05-01 Tom LaneMake CLUSTER lock the old table's toast table before...
2011-04-29 Tom LaneRemove special case for xmin == xmax in HeapTupleSatisf...
2011-04-29 Tom LaneRewrite pg_size_pretty() to avoid compiler bug.
2011-04-28 Heikki LinnakangasThe arguments to pg_ctl kill are not optional - remove...
2011-04-27 Tom LaneFix array- and path-creating functions to ensure paddin...
2011-04-25 Tom LaneFix pg_size_pretty() to avoid overflow for inputs close...
2011-04-21 Tom LaneFix bugs in indexing of in-doubt HOT-updated tuples.
2011-04-19 Tom LaneAvoid changing an index's indcheckxmin horizon during...
2011-04-19 Tom LaneRevert "Prevent incorrect updates of pg_index while...
2011-04-16 Tom LanePrevent incorrect updates of pg_index while reindexing...
2011-04-15 Marc G. FournierTag 8.3.15. REL8_3_15
2011-04-14 Peter EisentrautTranslation updates
next