]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2005-12-30  Bruce MomjianMmark client-side prepare/bind/execute statements with...
2005-12-30  Bruce MomjianAdd support for Solaris x86_64 using Sun's compiler.
2005-12-30  Tom LaneRepair EXPLAIN failure when trying to display a plan...
2005-12-30  Bruce MomjianAdd:
2005-12-30  Peter EisentrautDisallow setting ssl = on if SSL is not compiled in.
2005-12-29  Neil ConwayIndex: src/pl/plpython/plpython.c
2005-12-29  Tom LaneGet rid of the SpinLockAcquire/SpinLockAcquire_NoHoldof...
2005-12-29  Bruce MomjianUpdate:
2005-12-29  Andrew DunstanMove declaration of check_function_bodies to where...
2005-12-29  Neil ConwayRevert some careless search-and-replace: "ADD" in comme...
2005-12-29  Bruce MomjianRemove a space that incorrectly precedes a comma in...
2005-12-28  Tom LaneArrange to set the LC_XXX environment variables to...
2005-12-28  Bruce MomjianUpdate regression tests for new referential integrity...
2005-12-28  Tom LaneFix plperl validator to honor check_function_bodies...
2005-12-28  Tom LaneMove plpgsql's fetchArgInfo() into funcapi.c, and rename to
2005-12-28  Bruce MomjianMention "table" in "violates foreign key constraint...
2005-12-28  Tom LaneRemove silly use of DLLIMPORT.
2005-12-28  Bruce MomjianAdd COPY CSV test that tests CSV output of \.
2005-12-28  Bruce MomjianUpdate COPY CSV \. wording for externally created files.
2005-12-28  Bruce MomjianUpdate:
2005-12-28  Bruce MomjianAdd regression tests for CSV and \., and add automatic...
2005-12-28  Bruce MomjianDone:
2005-12-28  Tom LaneImplement SQL-compliant treatment of row comparisons...
2005-12-27  Andrew DunstanIncrease amount of shared buffers initdb tries to alloc...
2005-12-27  Bruce MomjianOur code had:
2005-12-27  Bruce MomjianProtect ADD and HEADER symbols from conflicting with...
2005-12-26  Bruce MomjianMore uses of IS_HIGHBIT_SET() macro.
2005-12-26  Peter EisentrautRename pg_make_encrypted_password to PQencryptPassword.
2005-12-26  Bruce MomjianAdd:
2005-12-26  Neil ConwayVarious cosmetic code cleanup for PL/Python:
2005-12-25  Bruce MomjianI have added these macros to c.h:
2005-12-25  Neil ConwayMinor doc tweak: "NOT NULL" is redundant with "SERIAL...
2005-12-24  Bruce MomjianSpell fix. Andrew.
2005-12-24  Bruce MomjianUpdate why unified diff is _sometimes_ better.
2005-12-24  Bruce MomjianPrevious commit message should have been:
2005-12-24  Bruce MomjianAdd
2005-12-24  Bruce MomjianAlignment cleanup.
2005-12-24  Bruce MomjianFormatting cleanups.
2005-12-24  Bruce MomjianFormatting cleanup.
2005-12-24  Tatsuo IshiiFix long standing Asian multibyte charsets bug.
2005-12-23  Tom LaneWups, fat-fingered the calculation the first time....
2005-12-23  Tom LaneUpdate info about shared memory space calculation to...
2005-12-23  Tom LaneFix make_relative_path() to support cases where target_...
2005-12-23  Peter EisentrautAllow CREATE/ALTER ROLE PASSWORD NULL to allow restorin...
2005-12-23  Tatsuo IshiiFix for rearranging encoding id ISO-8859-5 to ISO-8859-8.
2005-12-23  Tom LaneAdd an officially exported libpq function to encrypt...
2005-12-23  Bruce MomjianAdd quotes around search_path "$user" so that SHOW...
2005-12-22  Bruce MomjianUpdate item:
2005-12-22  Tom LaneAdjust string comparison so that only bitwise-equal...
2005-12-22  Bruce MomjianUpdate interval documenation to mention the storage...
2005-12-21  Bruce MomjianAdd documentation example of using interval multiplicat...
2005-12-21  Bruce MomjianAdd additional example for interval multiplication.
2005-12-21  Teodor SigaevMultibyte encodings support for ISpell dictionary
2005-12-20  Tom LaneTeach planner how to rearrange join order for some...
2005-12-20  Tom LaneFix broken markup.
2005-12-18  Peter EisentrautAdd new psql command \password for changing role passwo...
2005-12-17  Bruce MomjianFix typo.
2005-12-17  Bruce MomjianUpdate s_lock.c comments.
2005-12-17  Bruce MomjianUpdate ASM comments.
2005-12-17  Bruce MomjianRemove item:
2005-12-17  Bruce MomjianUpdate:
2005-12-17  Bruce MomjianAdd mention of possible patent problems with star joins...
2005-12-17  Bruce MomjianAdd:
2005-12-17  Bruce MomjianAdd more function to TODO:
2005-12-17  Bruce MomjianUpdate:
2005-12-17  Bruce MomjianUpdate FAQ, second version.
2005-12-17  Bruce MomjianUpdate Japanese FAQ.
2005-12-17  Bruce MomjianAdd:
2005-12-17  Bruce MomjianAdd URL for Solaris qsort() bug.
2005-12-17  Bruce MomjianUpdate doc mention that Solaris qsort() might be fixed.
2005-12-16  Alvaro HerreraAdd a note to Win32 gettimeofday() emulation, per Qingq...
2005-12-16  Bruce MomjianForce update.
2005-12-16  Neil ConwayFix some typos in the TODO list.
2005-12-16  Tom LaneRethink prior patch to filter out dead backend entries...
2005-12-14  Tom LaneDefend against crash while processing Describe Statemen...
2005-12-14  Tom LaneFix problem with whole-row Vars referencing sub-select...
2005-12-12  Bruce MomjianUse a proper enum for tri-valued variables.
2005-12-12  Bruce MomjianDocument tri-valued variables in createdb, +1, -1, 0.
2005-12-12  Bruce MomjianUpdate wording, query -> statement:
2005-12-12  Teodor SigaevImprove support of multibyte encoding:
2005-12-11  Tom LaneDivide the lock manager's shared state into 'partitions...
2005-12-11  Neil ConwayImplement IS NOT DISTINCT FROM, update the regression...
2005-12-11  Bruce MomjianRemove item:
2005-12-10  Tom LaneTeach deparsing of CASE expressions to cope with the...
2005-12-10  Tom LaneRemove incorrect increment of lineno, per David Fetter.
2005-12-09  Bruce MomjianDone:
2005-12-09  Peter EisentrautAllow installation into directories containing spaces...
2005-12-09  Tom LaneAdd release notes for back branches (7.3 and up).
2005-12-09  Bruce MomjianAdd documentation about the behavior of BEFORE triggers...
2005-12-09  Bruce MomjianRemove mention that history is _now_ automatically...
2005-12-09  Tom LaneFix broken markup.
2005-12-09  Tom LaneFix core dump in error path of plpgsql_parse_tripwordty...
2005-12-09  Bruce MomjianCompleted:
2005-12-09  Peter EisentrautLet initdb detect the date order of the lc_time locale...
2005-12-09  Bruce MomjianI reconfirmed MS-VC6. Thank you for wonderful correspon...
2005-12-09  Bruce MomjianStamp libraries for 8.2 by updating minor library versi...
2005-12-09  Tom LaneSimplify lock manager data structures by making a clear...
2005-12-08  Bruce MomjianRelease note wording improvements.
2005-12-08  Bruce MomjianWrap UTF-8 paragraph.
2005-12-08  Bruce MomjianUpdate wording of translation bug item.
next