OSDN Git Service

pg-rex/syncrep.git
2006-06-02 Teodor SigaevFix wrong NOTICE/ERROR levels
2006-06-02 Teodor SigaevDistinguish between stop-word recognized in thesaurus_l...
2006-06-02 Teodor SigaevAdd more strict check of stop and non-recognized words,
2006-06-01 Tom LaneGot tired of waiting for spoonbill's compiler to get...
2006-06-01 Tom LaneRespond to Jeremy Drake's original gripe that \copy...
2006-06-01 Tom LaneFix up hack to suppress escape_string_warning so that...
2006-05-31 Tom LaneFix example of how to escape data in psql backslash...
2006-05-31 Tom LaneFix seriously broken patch for psql '' ... per its...
2006-05-31 Tom LaneMake PG_MODULE_MAGIC required in shared libraries that...
2006-05-31 Teodor Sigaevfix comparison with SPI_processed
2006-05-31 Teodor SigaevAdd thesaurus dictionary which can replace N>0 lexemes...
2006-05-31 Bruce MomjianRecommend '' for literal ', rather than \', in psql...
2006-05-31 Bruce MomjianSupport '' for literal ' in psql single-quote strings...
2006-05-31 Bruce MomjianEscape processing patch:
2006-05-31 Bruce MomjianUpdate cvs command example to show diff -rBASE.
2006-05-31 Michael MeskesSomehow a ";" got lost which changed the logic. This...
2006-05-30 Tom LaneMagic blocks don't do us any good unless we use 'em...
2006-05-30 Tom LaneUn-DOS-ify newly added files.
2006-05-30 Tom LaneCode review for magic-block patch. Remove separate...
2006-05-30 Tom LaneCode review for EXPLAIN patch. Fix some typos, make...
2006-05-30 Tom LanePostmasterIsAlive test really ought to be in the inner...
2006-05-30 Tom LaneRemove pqsignalinquire(), which is unused and has porta...
2006-05-30 Tom LaneUpdate ppport.h to not cause warnings with newest Perl...
2006-05-30 Bruce MomjianAdd pgmagic header block to store compile-time constants:
2006-05-30 Bruce MomjianMake EXPLAIN sampling smarter, to avoid excessive sampl...
2006-05-30 Tom LaneClarify the HINT for 'checkpoint request failed', per...
2006-05-30 Bruce MomjianEmit warnings for unknown configure options.
2006-05-30 Bruce MomjianRevert patch, needs more work:
2006-05-30 Bruce MomjianMove conversion dependency patch to the proper branch...
2006-05-30 Bruce MomjianPrevent multiple archivers from starting. Backpatch...
2006-05-30 Bruce MomjianAdd /contrib/adminpack to contrib/Makefile, do case...
2006-05-30 Bruce MomjianFix printf mask for SizeVfdCache
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.
next