OSDN Git Service

pg-rex/syncrep.git
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...
2006-05-11 Tom LaneCode review for standard_conforming_strings patch....
2006-05-10 Tom LaneClean up code associated with updating pg_class statist...
2006-05-10 Teodor SigaevSome optimizations by Volkan YAZICI <yazicivo@ttnet...
2006-05-10 Teodor SigaevReduce size of critical section and remove call of...
2006-05-09 Bruce MomjianRevert documentation mention of array dimension checkin...
2006-05-09 Bruce MomjianMention array dimmensions are not enforced either.
2006-05-08 Bruce MomjianBuild server libpgport with all non-FRONTEND object...
2006-05-08 Tom LaneRewrite btree vacuuming to fold the former bulkdelete...
2006-05-07 Tom LaneRewrite btree index scans to work a page at a time...
2006-05-07 Bruce MomjianUse $(LIBS:-lpgport=) rather than $(patsubst -lpgport...
2006-05-06 Bruce MomjianAdd description:
2006-05-06 Bruce MomjianRecommend more clearly custom pg_dump format over tar...
2006-05-06 Bruce MomjianDocument SSL CRL usage by libpq.
2006-05-06 Tom LaneFurther minor simplification of relcache startup: don...
2006-05-06 Bruce MomjianAdd SSL CRL support to libpq. Recently added to the...
2006-05-06 Bruce MomjianIssue a log message if a CRL file exists and the SSL...
2006-05-05 Bruce MomjianSeems some NetBSD 3.0 x86 systems still need float8...
2006-05-05 Bruce MomjianOn Solaris ASM, / '/' is the comment for x86, while...
2006-05-05 Bruce MomjianUse regression results float8-small-is-zero only for...
2006-05-05 Bruce MomjianChange Solaris comments from / to !.
2006-05-05 Bruce MomjianUpdate standards URL.
2006-05-05 Bruce MomjianAdd/ cleanup:
2006-05-04 Tom LaneDon't try to compile SSL CRL support if local SSL insta...
2006-05-04 Tom LaneCode review for contrib/pg_freespacemap. Add a storedp...
2006-05-04 Tom LaneSimplify relcache startup sequence. With the new desig...
2006-05-04 Tom LaneRethink the locking mechanisms used for CREATE/DROP...
2006-05-03 Tom LaneCreate a syscache for pg_database-indexed-by-oid, and...
2006-05-03 Teodor SigaevMake GIN opclass worked with intarray extensions
2006-05-03 Teodor SigaevFix typo noticed by Alvaro Herrera
2006-05-03 Tom LaneFix calculation of plan node extParams to account for...
2006-05-02 Tom LaneClean up API for ambulkdelete/amvacuumcleanup as per...
2006-05-02 Tom LaneFix broken markup.
2006-05-02 Tom LaneSuppress some gcc warnings.
2006-05-02 Tom LaneFix grammar of new error message.
2006-05-02 Teodor SigaevAdd GIN opclases for another types
2006-05-02 Teodor SigaevGIN: Generalized Inverted iNdex.
2006-05-02 Tom LaneAvoid assuming that statistics for a parent relation...
next