]> granicus.if.org Git - postgresql/shortlog
postgresql
2007-06-09 Tom LaneAllow numeric_fac() to be interrupted, since it can...
2007-06-07 Alvaro HerreraAvoid losing track of data for shared tables in pgstats...
2007-06-07 Tom LaneFix array_dims() example to be consistent with the...
2007-06-05 Teodor SigaevMove call of MarkBufferDirty() before XLogInsert()...
2007-06-04 Teodor SigaevFix bundle bugs of GIN:
2007-06-04 Magnus HaganderOn win32, retry reading when WSARecv returns WSAEWOULDB...
2007-06-04 Magnus HaganderOn win32, don't use SO_REUSEADDR for TCP sockets.
2007-06-02 Tom LaneFix erroneous error reporting for overlength input...
2007-06-02 Neil ConwayRemove incorrect semicolon in example. This was previou...
2007-06-01 Tom LaneFix aboriginal bug in BufFileDumpBuffer that would...
2007-06-01 Tom LaneFix performance problems in multi-batch hash joins...
2007-05-30 Tom LaneFix overly-strict sanity check in BeginInternalSubTrans...
2007-05-29 Neil ConwayFix a bug in input processing for the "interval" type...
2007-05-22 Tom LaneRepair planner bug introduced in 8.2 by ability to...
2007-05-22 Tom LaneFix best_inner_indexscan to return both the cheapest...
2007-05-21 Peter EisentrautFix spurious German index entry
2007-05-21 Michael MeskesRemoved errant ISODOW
2007-05-21 Michael MeskesBackported fix from HEAD that removes superfluous funct...
2007-05-18 Peter EisentrautFix inappropriate comments
2007-05-18 Tom LaneRemove redundant logging of send failures when SSL...
2007-05-17 Tom LaneTemporary fix for the problem that pg_stat_activity...
2007-05-15 Alvaro HerreraAvoid emitting empty role names in the GRANTED BY claus...
2007-05-15 Neil ConwayFix a bunch of bad grammar in the docs: "<link>, which...
2007-05-15 Neil ConwayAdd a note to the documentation to clarify that even...
2007-05-13 Magnus HaganderDocument that CLUSTER breaks MVCC visibility rules.
2007-05-12 Tom LaneImprove predicate_refuted_by_simple_clause() to handle...
2007-05-11 Tom LaneFix my oversight in enabling domains-of-domains: ALTER...
2007-05-05 Magnus HaganderCheck return code from strxfrm on Windows since it...
2007-05-03 Alvaro HerreraFix a few more double words in docs.
2007-05-03 Neil ConwayFix some typos in the documentation. Patch from Brian...
2007-05-01 Tom LaneFix a thinko in my patch of a couple months ago for...
2007-04-27 Michael MeskesRemoved non-existant function from extern.h
2007-04-27 Michael MeskesInlined two functions to get rid of va_list prolems...
2007-04-26 Tom LaneFix dynahash.c to suppress hash bucket splits while...
2007-04-24 Magnus HaganderSet maximum semaphore count to 32767 instead of 1....
2007-04-23 Neil ConwayFix newly-introduced documentation typo.
2007-04-23 Neil ConwayFix LOCK_DEBUG compilation in the 8.2 branch; HEAD...
2007-04-20 Tom LaneFix markup. REL8_2_4
2007-04-20 PostgreSQL... Update configure.in version number
2007-04-20 Tom LaneSupport explicit placement of the temporary-table schem...
2007-04-19 Tom LaneSync timezone data with 2007e zic release.
2007-04-19 Tom LaneFix missed PACKAGE_STRING.
2007-04-19 Tom LaneRepair PANIC condition in hash indexes when a previous...
2007-04-19 Tom LaneFix plpgsql to avoid reference to already-freed memory...
2007-04-19 Bruce MomjianRelease wording updates for releases 8.2.4, 8.1.9,...
2007-04-19 Bruce MomjianStamp releases 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19.
2007-04-19 Bruce MomjianRelease note updates for 8.2.4, 8.1.9, 8.0.13, 7.4...
2007-04-18 Peter EisentrautTranslation updates
2007-04-18 Bruce MomjianUpdate docs/error message for CSV quote/escape ---...
2007-04-18 Bruce MomjianDocument that the COPY delimiter must be an ASCII byte...
2007-04-17 Tom LaneRewrite choose_bitmap_and() to make it more robust...
2007-04-16 Magnus HaganderDon't write timing output in quiet mode.
2007-04-16 Tom LaneFix pg_dump to not crash if -t or a similar switch...
2007-04-12 Tom LaneRearrange mdsync() looping logic to avoid the problem...
2007-04-12 Tom LaneCancel pending fsync requests during WAL replay of...
2007-04-07 Bruce MomjianBackpatch doc change SYMETRIC -> SYMMETRIC, for 8.2.X.
2007-04-02 Tom LaneFix check_sql_fn_retval to allow the case where a SQL...
2007-04-02 Teodor SigaevFix caching of unsuccessful initialization of parser...
2007-03-30 Bruce MomjianUpdate SSL description for when SSL root.crt/server...
2007-03-30 Tom LaneFix oversight in coding of _bt_start_vacuum: we can...
2007-03-27 Tom LaneFix typo, ensable -> enable, per Steve Gieseking.
2007-03-26 Tom LaneFix seriously broken markup for libpq-envars cross...
2007-03-26 Tatsuo IshiiFix pg_wchar_table's maxmblen field of EUC_CN, EUC_TW...
2007-03-24 Bruce MomjianDocument that LDAP URLs should be double-quoted in...
2007-03-24 Tom LaneFix broken markup.
2007-03-22 Teodor SigaevFix parser bug on Windows with UTF8 encoding and C...
2007-03-19 Tom LaneFix 8.2 breakage of domains over array types, and add...
2007-03-17 Tom LaneSPI_cursor_open failed to enforce that only read-only...
2007-03-16 Alvaro HerreraFix uninitialized value in pgstatindex leading to inval...
2007-03-14 Tom LaneFix a longstanding bug in VACUUM FULL's handling of...
2007-03-14 Tom LaneArrange to install a "posixrules" entry in our timezone...
2007-03-11 Alvaro HerreraFix a race condition that caused pg_database_size(...
2007-03-08 Magnus HaganderRemove unsafe calling of WSAStartup and WSACleanup...
2007-03-08 Tom LaneFix vac_update_relstats to ensure it always sends a...
2007-03-07 Teodor SigaevAthough cube is a varlena type, nowhere was a detoastin...
2007-03-06 Tom LaneFix oversight in original coding of inline_function...
2007-03-01 Tom LaneFix miscalculation of stats collector's write delay...
2007-03-01 Tom LaneFix markQueryForLocking() to work correctly in the...
2007-02-27 Michael MeskesBackported bug fix for #2956.
2007-02-21 Bruce MomjianUpdate Chinese FAQs to have two versions, a traditional...
2007-02-20 Bruce MomjianUpdate "encode" documentation to mention that 'escape...
2007-02-20 Bruce MomjianUpdate information_schema documentation to match system...
2007-02-20 Bruce MomjianMore clearly document that most PostgreSQL utilities...
2007-02-20 Bruce MomjianSpell check on array patch.
2007-02-20 Bruce MomjianUpdate array slice documentation to be clearer.
2007-02-20 Bruce MomjianComment-out documentation for IS OF because it doesn...
2007-02-20 Bruce MomjianDocument IS [NOT] OF, which was added in 7.3.
2007-02-19 Bruce MomjianUpdate PQfree() documentation to be clearer, backpatch...
2007-02-19 Magnus HaganderFix pg_dump on win32 to properly dump files larger...
2007-02-18 Tom LaneFix portal management code to support non-default comma...
2007-02-16 Tom LaneAdjust the definition of is_pushed_down so that it...
2007-02-16 Tom LaneFix another problem in 8.2 changes that allowed "one...
2007-02-16 Tom LaneRestructure code that is responsible for ensuring that...
2007-02-15 Tom LaneRepair oversight in 8.2 change that improved the handli...
2007-02-13 Tom LaneDisallow committing a prepared transaction unless we...
2007-02-13 Tom LaneRepair bug in 8.2's new logic for planning outer joins...
2007-02-12 Teodor SigaevFix backend crash in parsing incorrect tsquery.
2007-02-11 Magnus HaganderFix for early log messages during postmaster startup...
2007-02-08 Bruce MomjianFix bug when localized to_char() day or month names...
2007-02-08 Tom LaneFix an ancient logic error in plpgsql's exec_stmt_block...
next