users/heikki/postgres.git
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.
2007-01-31 Peter EisentrautTranslation updates
2007-01-31 Bruce MomjianDocument need for periodic REINDEX in VACUUM FULL cases.
2007-01-30 Bruce MomjianUpdate documentation for backslashes to mention escape...
2007-01-30 Tom LaneRepair oversights in the mechanism used to store compil...
2007-01-30 Tom LaneAdd SPI_push/SPI_pop calls so that datatype input and...
2007-01-30 Bruce MomjianClarify paramater handling for pg_get_serial_sequence().
2007-01-28 Tom LaneRepair oversight in creation of "append relations"...
2007-01-28 Tom LaneFix up plpgsql's "simple expression" evaluation mechani...
2007-01-28 Tom LaneDept of second thoughts: the IQ of estimate_array_lengt...
2007-01-28 Tom LaneFix scalararraysel() to cope with binary-compatible...
2007-01-27 Tom LaneCorrect an old logic error in btree page splitting...
2007-01-27 Tom LaneBack-port changes of Jan 16 and 17 to "revoke" pending...
2007-01-26 Tom LaneOn Windows, use pgwin32_waitforsinglesocket() instead...
2007-01-25 Bruce MomjianProperly detoast access to bytea field pg_trigger.tgarg...
2007-01-24 Tom LaneGet pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2uc...
2007-01-24 Tom LaneRelax an Assert() that has been found to be too strict...
2007-01-20 Bruce MomjianAdd documentation of memory and time units to postgresq...
2007-01-20 Bruce MomjianUpdate documentation about postgresqlconf to mention...
2007-01-20 Bruce MomjianDocument that to remove template1, datistemplate must...
2007-01-16 Tom LaneFix incorrect permissions check in information_schema...
2007-01-15 Neil ConwayCorrect a minor inaccuracy in the pg_dumpall reference...
next