]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2006-05-30  Bruce MomjianRe-defines SHA2 symbols so that they would not conflict...
2006-05-30  Bruce MomjianAdd "inline" compile fix for MSVC/BCC:
2006-05-30  Bruce MomjianRe-add btree_gist description.
2006-05-30  Bruce MomjianAdd Pgadmin administration functions to /contrib/adminpack.
2006-05-30  Bruce MomjianAdd dynamic record inspection to PL/PgSQL, useful for...
2006-05-30  Bruce MomjianBack out patch, wrong previous commit message.
2006-05-30  Bruce MomjianAdd regexp_replace() to string functions section.
2006-05-30  Bruce MomjianUpdate PL documentation:
2006-05-30  Bruce MomjianUpdate Japanese FAQ.
2006-05-30  Bruce MomjianAdd item:
2006-05-30  Tom LaneFix ancient misdescription of namegt/namege in comment...
2006-05-30  Bruce MomjianPatch reverted because of random buildfarm failures:
2006-05-29  Bruce MomjianAdd:
2006-05-29  Bruce MomjianAdd PQclear() calls, for completeness (exits shortly...
2006-05-29  Andrew DunstanMake plperl's $_TD trigger data a global rather than...
2006-05-29  Teodor SigaevSom improve page split in multicolumn GiST index.
2006-05-29  Teodor SigaevCorrect cheking in findParents(). i
2006-05-28  Tom LaneenlargePQExpBuffer, alone among the functions exported...
2006-05-28  Tom LaneFix up pg_dump to do string escaping fully correctly...
2006-05-28  Alvaro HerreraDon't call PQclear until the struct is really no longer...
2006-05-28  Andrew Dunstan fix typo
2006-05-28  Andrew DunstanTG_table_name and TG_table_schema for plpgsql, plus...
2006-05-28  Alvaro HerreraRemove traces of otherwise unused RELKIND_SPECIAL symbo...
2006-05-27  Andrew DunstanTG_table_name and TG_table_schema for pl/tcl, plus...
2006-05-27  Tom LaneRevert ill-considered change to plpgsql: it should...
2006-05-27  Tom LaneFix initdb to properly escape quotes and backslashes...
2006-05-27  Tom LaneRe-introduce the yylex filter function formerly used...
2006-05-27  Andrew DunstanLooks like the new plpython regression test fails on...
2006-05-26  Bruce MomjianUse E'' strings internally only when standard_conformin...
2006-05-26  Tom LaneFurther hacking on performance of COPY OUT. It seems...
2006-05-26  Tom LaneSupport binary COPY through psql. Also improve detecti...
2006-05-26  Bruce MomjianUpdate AIX FAQ.
2006-05-26  Andrew DunstanAdd table_name and table_schema to plpython trigger...
2006-05-26  Andrew DunstanAdd table_name and table_schema to plperl trigger data...
2006-05-26  Teodor SigaevFix findParents() in case of multiple levels to find.
2006-05-25  Tom LaneReduce per-character overhead in COPY OUT by combining...
2006-05-24  Tom LaneFix pg_restore to process BLOB COMMENT entries correctl...
2006-05-24  Bruce MomjianRemove pg_attribute detail, add URL
2006-05-24  Teodor Sigaev* Add support NULL to GiST.
2006-05-23  Bruce MomjianRemove trailing blank line from exports.txt.
2006-05-23  Bruce MomjianAdd PQisthreadsafe() to libpq, to allow library applica...
2006-05-23  Tom LaneTweak writetup_heap/readtup_heap to avoid storing the...
2006-05-23  Bruce MomjianUpdate text:
2006-05-23  Bruce MomjianAdd:
2006-05-23  Bruce MomjianRename in release notes: Mac -> OS/X, Intel to x86:
2006-05-23  Bruce MomjianAvoid duplicate definition of LOCALEDIR in pg_config...
2006-05-23  Bruce MomjianNew wording, "What is the upgrade process for PostgreSQL?"
2006-05-23  Bruce MomjianUpdate heading for upgrades.
2006-05-23  Bruce MomjianAdd mention that everyone should upgrade to minor releases.
2006-05-23  Tom LaneRemove CXT_printf/CXT1_printf macros. If anyone had...
2006-05-22  Bruce MomjianMake "trigger" section:
2006-05-22  Bruce MomjianUpdate Japanese FAQ.
2006-05-22  Bruce MomjianChange \; to ; in RULE, \; unnecessary.
2006-05-22  Peter EisentrautAdd strerror to pg_dump error messages where missing.
2006-05-21  Tom LaneUpdate release notes for upcoming releases.
2006-05-21  Bruce MomjianRemove mention of pg_upgrade in release checklist.
2006-05-21  Tom LaneFix errors in fortuna PRNG reseeding logic that could...
2006-05-21  Tom LaneModify libpq's string-escaping routines to be aware...
2006-05-21  Tom LaneAdd a new GUC parameter backslash_quote, which determin...
2006-05-21  Tom LaneChange the backend to reject strings containing invalid...
2006-05-19  Alvaro HerreraAdd last-vacuum/analyze-time columns to the stats colle...
2006-05-19  Teodor SigaevCall MarkBufferDirty() before XLogInsert() during compl...
2006-05-19  Teodor SigaevSimplify gistSplit() and some refactoring related code.
2006-05-19  Alvaro HerreraHave autovacuum report its activities to the stat colle...
2006-05-19  Alvaro HerreraFix typo in comment.
2006-05-19  Bruce MomjianFix Solaris/ASM test for x86.
2006-05-19  Teodor SigaevRework completion of incomplete inserts. Now it writes
2006-05-19  Bruce MomjianBack out \' change for tsearch2, broke regression tests.
2006-05-19  Bruce MomjianMention packager bumps configure.in/configure.
2006-05-19  Bruce MomjianStamp 8.1.4, except configure/configure.in.
2006-05-19  Bruce MomjianUpdate for version 8.1.4.
2006-05-19  Bruce MomjianUpdate release notes for 8.1.4.
2006-05-19  Bruce MomjianUse SQL standard '' rather than \' in /contrib. Backpa...
2006-05-18  Bruce MomjianUse unsigned into for slock_t for pre-sparcv8plus.
2006-05-18  Tom LaneFix choose_bitmap_and() so that partial index predicate...
2006-05-18  Tom LaneWhen a bitmap indexscan is using a partial index, it...
2006-05-18  Bruce MomjianAllow sparcv8plus to use "cas".
2006-05-18  Bruce MomjianCode alignment fix.
2006-05-18  Tom LaneFix thinko in recent changes to handle ScalarArrayOpExp...
2006-05-18  Bruce MomjianRemove canonicalize_path() call for .pgpass socket...
2006-05-18  Bruce MomjianMention that gcc/sparc generates sparcv7 binaries.
2006-05-18  Bruce MomjianChange <type>string</> to <parameter>string</>.
2006-05-18  Bruce MomjianAdd:
2006-05-18  Bruce MomjianAdd more sparcv8plus comments.
2006-05-18  Bruce MomjianMake function param_name/type documentation more consis...
2006-05-18  Bruce MomjianAdd mention of -xarch=v8plus for "cas" usage on Solaris...
2006-05-18  Bruce MomjianAdd simplified sparc8 ASM for solaris_sparc.s, from...
2006-05-17  Bruce MomjianAdd comments that Solaris Sun compiler only supports...
2006-05-17  Bruce MomjianChange spaces to tabs, for consistency. (Caused by...
2006-05-17  Bruce MomjianAllow the .pgpass hostname to match the default socket...
2006-05-17  Teodor SigaevChange catalog version due to WAL protocol changes...
2006-05-17  Teodor SigaevReduce size of critial section during vacuum full,...
2006-05-17  Bruce MomjianRename macro parameter, for clarity.
2006-05-13  Bruce MomjianUpdate pg_dump vesion wording.
2006-05-13  Bruce MomjianMention version portability of pg_dump.
2006-05-12  Tom LaneFix the sense of the test on DH_check()'s return value...
2006-05-12  Tom LaneUpon closer inspection, the sparc code in s_lock.c...
2006-05-11  Bruce MomjianFix typo in comment.
2006-05-11  Tom LaneRemove unnecessary .seg/.section directives, per Alan...
2006-05-11  Bruce MomjianUse SQL standard '' rather than \' for tutorial/sample...
next