]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2012-02-20  Tom LaneFix regex back-references that are directly quantified...
2012-02-17  Tom LaneFix longstanding error in contrib/intarray's int[]...
2012-02-11  Tom LaneFix I/O-conversion-related memory leaks in plpgsql.
2012-02-10  Tom LaneFix brain fade in previous pg_dump patch.
2012-02-10  Tom LaneFix pg_dump for better handling of inherited columns.
2012-02-06  Tom LaneAvoid problems with OID wraparound during WAL replay.
2012-01-30  Heikki LinnakangasAccept a non-existent value in "ALTER USER/DATABASE...
2012-01-28  Tom LaneFix error detection in contrib/pgcrypto's encrypt_iv...
2012-01-27  Magnus HaganderFix wording, per Peter Geoghegan
2012-01-10  Tom LaneFix one-byte buffer overrun in contrib/test_parser.
2012-01-07  Tom LaneUse __sync_lock_test_and_set() for spinlocks on ARM...
2012-01-06  Tom LaneFix pg_restore's direct-to-database mode for INSERT...
2012-01-04  Tom LaneMake executor's SELECT INTO code save and restore origi...
2011-12-21  Tom LaneUpdate per-column ACLs, not only per-table ACL, when...
2011-12-20  Tom LaneAvoid crashing when we have problems unlinking files...
2011-12-18  Michael MeskesIn ecpg removed old leftover check for given connection...
2011-12-16  Heikki LinnakangasFix reference to "verify-ca" and "verify-full" in a...
2011-12-14  Andrew DunstanDisable excessive FP optimization by recent versions...
2011-12-12  Heikki LinnakangasRevert the behavior of inet/cidr functions to not unpac...
2011-12-03  Tom LaneDodge an ancient ksh bug that breaks configure on some... REL8_4_10
2011-12-02  Tom LaneAdd some weasel wording about threaded usage of PGresults.
2011-12-01  Tom LaneStamp 8.4.10.
2011-12-01  Peter EisentrautTranslation updates
2011-12-01  Tom LaneFix getTypeIOParam to support type record[].
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-29  Peter EisentrautStrip file names reported in error messages in vpath...
2011-11-28  Tom LaneRemove erroneous claim about use of pg_locks.objid...
2011-11-28  Andrew DunstanBackpatch "Use the preferred version of xsubpp."
2011-11-25  Tom LaneFix erroneous replay of GIN_UPDATE_META_PAGE WAL records.
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  Tom LaneThrow nice error if server is too old to support psql...
2011-11-10  Robert HaasCorrect documentation for trace_userlocks.
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-03  Tom LaneFix inline_set_returning_function() to allow multiple...
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-11-01  Magnus HaganderDocument that multiple LDAP servers can be specified
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-10-04  Tom LaneAdd sourcefile/sourceline data to EXEC_BACKEND GUC...
2011-10-03  Tom LaneProcedureCreate neglected to record dependencies on...
2011-09-24  Magnus HaganderNote that sslmode=require verifies the CA if root cert...
2011-09-24  Tom LaneFix our mapping of Windows timezones for Central America.
2011-09-22  Tom LaneStamp 8.4.9. REL8_4_9
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-13  Tom Lanedeflist_to_tuplestore dumped core on an option with...
2011-09-08  Peter EisentrautAdd missing format argument to ecpg_log() call
2011-09-08  Simon RiggsPublishStartupProcessInformation() to avoid rare hang...
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-02  Michael MeskesFix brace indentation of commit a6d72ac344a8643142d76ab...
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-09-01  Tom LaneFurther repair of eqjoinsel ndistinct-clamping logic.
2011-09-01  Bruce MomjianFix pg_upgrade to preserve toast relfrozenxids for...
2011-08-31  Tom LaneImprove eqjoinsel's ndistinct clamping to work for...
2011-08-30  Tom LaneFix a missed case in code for "moving average" estimate...
2011-08-29  Tom LaneActually, all of parallel restore's limitations should...
2011-08-29  Tom LaneBe more user-friendly about unsupported cases for paral...
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  Robert HaasProperly quote SQL/MED generic options in pg_dump output.
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-14  Tom LaneFix unsafe order of operations in foreign-table DDL...
2011-08-09  Tom LaneFix nested PlaceHolderVar expressions that appear only...
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-21  Tom LaneFix PQsetvalue() to avoid possible crash when adding...
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...
next