]> granicus.if.org Git - postgresql/shortlog
postgresql
2012-07-10 Tom LaneRefactor pattern_fixed_prefix() to avoid dealing in...
2012-07-05 Tom LaneDon't try to trim "../" in join_path_components().
2012-06-30 Tom LanePrevent CREATE TABLE LIKE/INHERITS from (mis) copying...
2012-06-26 Robert HaasBackport fsync queue compaction logic to all supported...
2012-06-21 Tom LaneFix memory leak in ARRAY(SELECT ...) subqueries.
2012-06-19 Alvaro Herrerapg_dump: Fix verbosity level in LO progress messages
2012-06-19 Peter EisentrautUpdate copyright year in forgotten places
2012-06-05 Tom LaneFix some more bugs in contrib/xml2's xslt_process().
2012-06-01 Simon RiggsAvoid early reuse of btree pages, causing incorrect...
2012-05-31 Tom LaneStamp 8.3.19. REL8_3_19
2012-05-31 Tom LaneUpdate release notes for 9.1.4, 9.0.8, 8.4.12, 8.3.19.
2012-05-31 Peter EisentrautTranslation updates
2012-05-31 Tom LaneUpdate time zone data files to tzdata release 2012c.
2012-05-31 Tom LaneIgnore SECURITY DEFINER and SET attributes for a PL...
2012-05-30 Tom LaneExpand the allowed range of timezone offsets to +/...
2012-05-30 Tom LaneFix incorrect password transformation in contrib/pgcryp...
2012-05-29 Tom LaneTeach AbortOutOfAnyTransaction to clean up partially...
2012-05-26 Tom LanePrevent synchronized scanning when systable_beginscan...
2012-05-25 Tom LaneFix string truncation to be multibyte-aware in text_nam...
2012-05-25 Tom LaneUse binary search instead of brute-force scan in findNa...
2012-05-22 Tom LaneEnsure that seqscans check for interrupts at least...
2012-05-15 Heikki LinnakangasFix bug in to_tsquery().
2012-05-10 Tom LaneFix Windows implementation of PGSemaphoreLock.
2012-05-03 Magnus HaganderRemove link to ODBCng project from the docs.
2012-04-27 Tom LaneFix printing of whole-row Vars at top level of a SELECT...
2012-04-27 Tom LaneFix syslogger's rotation disable/re-enable logic.
2012-04-25 Tom LaneFix edge-case behavior of pg_next_dst_boundary().
2012-04-18 Andrew DunstanRevert recent commit re positional arguments.
2012-04-18 Robert HaasFix copyfuncs/equalfuncs support for ReassignOwnedStmt.
2012-04-17 Andrew DunstanDon't override arguments set via options with positiona...
2012-04-12 Tom LaneClamp indexscan filter condition cost estimate to be...
2012-04-09 Tom LaneFix an Assert that turns out to be reachable after...
2012-04-08 Heikki Linnakangasset_stack_base() no longer needs to be called in Postgr...
2012-04-08 Heikki LinnakangasDo stack-depth checking in all postmaster children.
2012-04-06 Tom LaneUpdate URL for pgtclng project.
2012-04-04 Tom LaneFix syslogger to not lose log coherency under high...
2012-04-04 Tom LaneFix a couple of contrib/dblink bugs.
2012-03-31 Tom LaneFix O(N^2) behavior in pg_dump when many objects are...
2012-03-31 Tom LaneFix O(N^2) behavior in pg_dump for large numbers of...
2012-03-22 Tom LaneFix GET DIAGNOSTICS for case of assignment to function...
2012-03-21 Robert HaasDon't allow CREATE TABLE AS to put relations in pg_global.
2012-03-20 Alvaro HerreraUpdate struct Trigger in docs
2012-03-17 Andrew DunstanHonor inputdir and outputdir when converting regression...
2012-03-11 Tatsuo IshiiAdd description for --no-locale and --text-search-config.
2012-03-05 Tom LaneImprove documentation around logging_collector and...
2012-02-23 Tom LaneStamp 8.3.18. REL8_3_18
2012-02-23 Tom LaneLast-minute release note updates.
2012-02-23 Tom LaneConvert newlines to spaces in names written in pg_dump...
2012-02-23 Tom LaneRequire execute permission on the trigger function...
2012-02-23 Peter EisentrautTranslation updates
2012-02-22 Tom LaneDraft release notes for 9.1.3, 9.0.7, 8.4.11, 8.3.18.
2012-02-21 Tom LaneDon't clear btpo_cycleid during _bt_vacuum_one_page.
2012-02-21 Magnus HaganderAvoid double close of file handle in syslogger on win32
2012-02-20 Tom LaneDon't reject threaded Python on FreeBSD.
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-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...
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-01 Tom LaneStamp 8.3.17. REL8_3_17
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...
next