users/heikki/postgres.git
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...
2006-12-27 Tom LanePrint combining characters (those reported as having...
2006-12-27 Tom LaneUse FROM clause in example UPDATE commands where approp...
2006-12-27 Tom LaneFix broken markup.
2006-12-26 Tom LaneFix failure due to accessing an already-freed tuple...
2006-12-26 Tom LaneRepair bug #2839: the various ExecReScan functions...
2006-12-26 Tom LaneRepair bug #2836: SPI_execute_plan returned zero if...
2006-12-26 Teodor SigaevFix memory reallocation condition
2006-12-24 Tom LaneMake HISTCONTROL=ignoredups work again (broken by misor...
2006-12-21 Teodor SigaevFix convertion for 'PFX flag N num'
2006-12-19 Bruce MomjianRemove completed TODO item about xid wrap-around from...
2006-12-15 Tom LaneFix some planner bugs exposed by reports from Arjen...
2006-12-15 Tom LanePut JST back into the default set of timezone abbreviat...
2006-12-15 Bruce MomjianBack out double-run of PDF/PS output. Requires buildin...
2006-12-15 Peter EisentrautDrop indentation of verbatim environments in print...
next