]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
2007-02-08  Tom LaneRearrange use of plpgsql_add_initdatums() so that only...
2007-02-08  Bruce MomjianThis patch fixes shared_preload_libraries on Windows...
2007-02-08  Bruce MomjianUpdate URL for "Generalized Partial Indexes" paper...
2007-02-08  Bruce MomjianDocument that wal_sync_method open_* methods use O_DIRE...
2007-02-07  Bruce MomjianStamp releases notes for 8.2.3, 8.1.8, 8.0.12. REL8_2_3
2007-02-07  Tom LaneFix PG_VERSION_NUM too.
2007-02-07  Bruce MomjianStamp releases 8.2.3, 8.1.8, 8.0.12. No release notes...
2007-02-07  Bruce MomjianUpdate FAQ for 8.2.3.
2007-02-06  Tom LaneFix an error in the original coding of holdable cursors...
2007-02-06  Bruce MomjianBackpatch FAQs to 8.2.X branch.
2007-02-06  Tom LaneRemove typmod checking from the recent security-related...
2007-02-06  Michael MeskesBackported regression test changes from HEAD so the...
2007-02-06  Michael MeskesBackported va_list handling cleanup
2007-02-06  Tom LaneFix a performance regression in 8.2: optimization of...
2007-02-06  Tom LaneNot only did we agree that this 'hint' doesn't belong...
2007-02-05  Bruce MomjianTrim down environment variable instructions for Win32...
2007-02-05  Andrew DunstanPass modern COPY syntax to backend, since copy (query...
2007-02-04  Tom LaneDon't MAXALIGN in the checks to decide whether a tuple...
2007-02-04  Bruce MomjianUpdate wording.
2007-02-04  Bruce MomjianAdd documentation for Windows on how to set an environm...
2007-02-03  Bruce MomjianDocument that a client-only install using:
2007-02-03  Bruce MomjianFix configure detection code when --with-ldap and ...
2007-02-02  Neil ConwayReword suggestion that libpq.dll be installed in WINNT...
2007-02-02  Tom LaneStamp release 8.2.2. REL8_2_2
2007-02-02  Tom LaneUpdate release notes for security-related releases...
2007-02-02  Tom LaneRepair failure to check that a table is still compatibl...
2007-02-02  Tom LaneRepair insufficiently careful type checking for SQL...
2007-02-01  Bruce MomjianMention file system replication as a high availability...
2007-02-01  Tom LaneFix plpgsql so that when a local variable has no initia...
2007-02-01  Neil ConwayBackpatch last night's fix for broken markup to the...
2007-02-01  Bruce MomjianAdd 8.2.0 "Incomatibilities" documentation that pg_dump...
2007-02-01  Bruce MomjianBackpatch FAQs to stable branch.
next