OSDN Git Service

pg-rex/syncrep.git
2009-11-10 Bruce MomjianDIAGNOSTICS/FOUND wording
2009-11-10 Tom LaneMore incremental refactoring in plpgsql: get rid of...
2009-11-10 Bruce MomjianPL/pgSQL FOUND
2009-11-09 Tom LaneRe-refactor the core scanner's API, in order to get...
2009-11-09 Tom LaneFix WHERE CURRENT OF to work as designed within plpgsql...
2009-11-09 Tom LaneModernize plpgsql's handling of parse locations, making...
2009-11-07 Tom LaneRemove ancient text file containing plpgsql installatio...
2009-11-07 Tom LaneRearrange plpgsql parsing to simplify and speed it...
2009-11-06 Andrew DunstanKeep track of language's trusted flag in InlineCodeBloc...
2009-11-06 Tom LaneChange plpgsql from using textual substitution to inser...
2009-11-05 Tom LaneDon't treat NEW and OLD as reserved words anymore....
2009-11-05 Peter Eisentrautreenable -> re-enable
2009-11-05 Tom LaneRemove plpgsql's RENAME declaration, which has bizarre...
2009-11-05 Tom LaneAllow binary-coercible cases in ri_HashCompareOp; there...
2009-11-04 Tom LaneRename some encoding conversion modules to keep pathnam...
2009-11-04 Tom LaneMake expression locations for LIKE and SIMILAR TO const...
2009-11-04 Tom LaneAdd support for invoking parser callback hooks via...
2009-11-04 Heikki LinnakangasDisable triggering failover with a signal in pg_standby...
2009-11-04 Heikki LinnakangasAllow rewriting ALTER TABLE to skip WAL logging.
2009-11-03 Peter EisentrautBuild bzip2 tarball in dist target as well
2009-11-03 Peter EisentrautFix regression tests for psql \d view patch
2009-11-03 Peter EisentrautImprove PL/Python elog output
2009-11-03 Peter EisentrautIn psql, show view definition only with \d+, not with \d
2009-11-03 Peter EisentrautFix obscure segfault condition in PL/Python
2009-11-01 Tom LaneDept of second thoughts: after studying index_getnext...
2009-11-01 Tom LaneFix two serious bugs introduced into hash indexes by...
2009-10-31 Tom LaneEnsure the previous Perl interpreter selection is resto...
2009-10-31 Tom LaneImplement parser hooks for processing ColumnRef and...
2009-10-30 Tom LaneMake the overflow guards in ExecChooseHashTableSize...
2009-10-29 Peter EisentrautRemove some leftovers of split tarball support
2009-10-28 Tom LaneUn-break EXPLAIN for Append plans. I messed this up...
2009-10-28 Tom LaneFix \df to re-allow regexp special characters in the...
2009-10-28 Tom LaneFix AcquireRewriteLocks to be sure that it acquires...
2009-10-28 Tom LaneWhen FOR UPDATE/SHARE is used with LIMIT, put the LockR...
2009-10-27 Tom LaneFix AfterTriggerSaveEvent to use a test and elog, not...
2009-10-27 Tom LaneMake FOR UPDATE/SHARE in the primary query not propagat...
2009-10-27 Alvaro HerreraFix documentation on the toast.fillfactor reloption...
2009-10-26 Peter EisentrautSimplify a few makefile rules since install-sh can...
2009-10-26 Peter EisentrautCheck errors in for loop
2009-10-26 Heikki LinnakangasFix range check in date_recv that tried to limit accept...
2009-10-26 Tom LaneRe-implement EvalPlanQual processing to improve its...
2009-10-23 Peter EisentrautWhen querying a table with child tables, do not check...
2009-10-21 Tom LaneRemove regex_flavor GUC, so that regular expressions...
2009-10-21 Tom LaneRemove add_missing_from GUC and associated parser suppo...
2009-10-21 Peter EisentrautFinalize 8.5alpha2 release notes, with updates from...
2009-10-20 Peter EisentrautPreliminary release notes for 8.5alpha2
2009-10-20 Peter EisentrautTranslations update for 8.5alpha2
2009-10-20 Peter EisentrautUpdate translation updating procedure. This pertains...
2009-10-17 Magnus HaganderFix typo in previous release as reported by Itagaki...
2009-10-17 Magnus HaganderWrite to the Windows eventlog in UTF16, converting...
2009-10-16 Tom LaneRewrite pam_passwd_conv_proc to be more robust: avoid...
2009-10-16 Heikki LinnakangasFREEZE and VERBOSE options were in wrong order in the...
2009-10-15 Tom LaneFirst committed version of plpython_unicode_0.out did...
2009-10-15 Michael MeskesMade ECPG more robust against applications freeing...
2009-10-14 Alvaro HerreraAvoid using trivial usernames in foreign_data regressio...
2009-10-14 Tom LaneSupport SQL-compliant triggers on columns, ie fire...
2009-10-14 Heikki LinnakangasRename the new MAX_AUTH_TOKEN_LENGTH #define to PG_MAX_...
2009-10-14 Peter EisentrautIn the configure check for the Python distutils module...
2009-10-14 Peter EisentrautAdd alternative expected file for unicode test for...
2009-10-14 Heikki LinnakangasRaise the maximum authentication token (Kerberos ticket...
2009-10-13 Peter EisentrautReplace unmatched " by " to avoid throwing off...
2009-10-13 Tom LaneAdd "\pset linestyle ascii/unicode" option to psql...
2009-10-13 Tom LaneFix ts_stat's failure on empty tsvector.
2009-10-13 Alvaro HerreraAdd new PGC_S_DATABASE_USER enum value to several place...
2009-10-13 Tom LaneCode review for LIKE INCLUDING patch --- clean up some...
2009-10-12 Tom LaneUse plurals (TABLES, FUNCTIONS, etc) in ALTER DEFAULT...
2009-10-12 Tom LaneSupport GRANT/REVOKE ON ALL TABLES/SEQUENCES/FUNCTIONS...
2009-10-12 Andrew DunstanCREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDI...
2009-10-12 Tom LaneMove the handling of SELECT FOR UPDATE locking and...
2009-10-10 Tom LaneImprove similar_escape() in two different ways:
2009-10-10 Tom LaneSplit the processing of INSERT/UPDATE/DELETE operations...
2009-10-09 Peter EisentrautUse pg_get_triggerdef in pg_dump
2009-10-08 Tom LaneRemove very ancient tuple-counting infrastructure ...
2009-10-08 Alvaro HerreraAdd the new psql command \drds to the psql docs, help...
2009-10-08 Heikki LinnakangasFix off-by-one bug in bitncmp(): When comparing a numbe...
2009-10-08 Tom LaneUpdate plhandler.sgml to describe validators and inline...
2009-10-08 Tom LaneSupport use of function argument names to identify...
2009-10-07 Alvaro HerreraMake it possibly to specify GUC params per user and...
2009-10-07 Alvaro HerreraFix snapshot management, take two.
2009-10-06 Peter EisentrautClean up the clean rules of the documentation
2009-10-06 Tom LaneChange CREATE TABLE so that column default expressions...
2009-10-06 Alvaro HerreraReally unbreak maintainer-clean.
2009-10-05 Alvaro HerreraUnbreak doc/src/sgml maintainer-clean rule on VPATH...
2009-10-05 Tom LaneCreate an ALTER DEFAULT PRIVILEGES command, which allow...
2009-10-03 Bruce MomjianDocument the purpose of the GUC listen_addresses.
2009-10-03 Tom LaneFix assorted memory leaks in pg_hba.conf parsing. ...
2009-10-03 Tom LaneFix a couple of issues in recent patch to print updates...
2009-10-02 Tom LaneFix an oversight in an 8.3-era patch: pgstat_initstats...
2009-10-02 Tom LaneMake sure that GIN fast-insert and regular code paths...
2009-10-02 Tom LaneFix erroneous handling of shared dependencies (ie depen...
2009-10-02 Alvaro HerreraEnsure that a cursor has an immutable snapshot througho...
2009-10-01 Michael MeskesApplied patch by Boszormenyi Zoltan <zb@cybertec.at...
2009-10-01 Tom LaneSupport "samehost" and "samenet" specifications in...
2009-09-30 Tom LaneFix bogus Assert, per buildfarm results.
2009-09-30 Tom LaneAssorted improvements in contrib/hstore.
2009-09-29 Peter EisentrautAdd tooltips to the header links, and make title a...
2009-09-29 Tom LaneAllow MOVE FORWARD n, MOVE BACKWARD n, MOVE FORWARD...
2009-09-29 Tom LaneFix equivclass.c's not-quite-right strategy for handlin...
2009-09-28 Andrew DunstanConvert a perl array to a postgres array when returned...
2009-09-28 Michael MeskesAdded some explanation about how the parser is generate...
next