users/heikki/postgres.git
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...
2007-01-15 Teodor SigaevFix localization support for multibyte encoding and...
2007-01-12 Tom LaneFix handling of CC (century) format spec in to_date...
2007-01-11 Tom LaneFix a performance problem in databases with large numbe...
2007-01-11 Bruce MomjianAllow Borland CC to compile libpq and psql.
2007-01-10 Tatsuo IshiiBackport patch.
2007-01-08 Tom LaneTweak joinlist creation to avoid generating useless...
2007-01-08 Tom LaneRemove cost_hashjoin's very ancient hack to discourage...
2007-01-07 Tom LaneFix oversight in handling of row-comparison index keys...
2007-01-06 Tom LaneFix filtered_base_yylex() to save and restore base_yylv...
2007-01-06 PostgreSQL... tag configure REL8_2_1
2007-01-05 Tom LaneMinor copy-editing for release note updates.
2007-01-05 Bruce MomjianUpdate Japanese FAQ.
2007-01-05 Bruce MomjianStamp release 8.2.1. Update FAQs.
2007-01-05 Bruce MomjianCreate release notes for release 8.2.1.
2007-01-05 Tom LaneAdd missing reference to pg_shdescription. Greg Mullane
2007-01-04 Tom LaneTweak pg_dumpall to add GRANT CONNECT ON DATABASE ...
2007-01-04 Tom LaneFix erroneous implementation of -s in postc (the switch...
2007-01-03 Tom LaneFix regex_fixed_prefix() to cope reasonably well with...
2006-12-28 Tom LaneAdd a defense to prevent core dumps if 8.2 version...
2006-12-28 Tom LaneRevert exports.list change pending closer study.
2006-12-27 Tom LaneUse a more backward-compatible syntax for exports.list...
2006-12-27 Tom LaneModify local buffer management to request memory for...
next