OSDN Git Service

pg-rex/syncrep.git
2009-08-29 Tom LaneRemove the use of the pg_auth flat file for client...
2009-08-29 Bruce MomjianRemove handling of CVS entries for TODO/FAQ, because...
2009-08-28 Peter EisentrautDerived files that are shipped in the distribution...
2009-08-28 Tom LaneRemove useless code that propagated FrontendProtocol...
2009-08-28 Tom LaneNon-Windows EXEC_BACKEND path was broken by recent...
2009-08-27 Tom LaneModify the definition of window-function PARTITION...
2009-08-27 Alvaro HerreraFix broken markup
2009-08-27 Tom LaneMake the .DEF file generation rules safe against tabs...
2009-08-27 Alvaro HerreraFix handling of autovacuum reloptions.
2009-08-27 Tom LaneMake it reasonably safe to use pg_ctl to start the...
2009-08-27 Magnus Haganderexports.txt needs to use spaces as separators, not...
2009-08-27 Tom LaneRemove some unnecessary variable assignments, per resul...
2009-08-27 Heikki LinnakangasIn the checkpoint written at the end of archive recover...
2009-08-27 Bruce MomjianUpdate release notes for 7.4.26, 8.0.22, 8.1.18, 8...
2009-08-26 Peter EisentrautUpdate of install-sh, mkinstalldirs, and associated...
2009-08-26 Peter EisentrautAdd -Wno-error to CFLAGS from gram.o as long as it...
2009-08-26 Peter EisentrautCorrect my overly enthusiastic CSS simplification.
2009-08-26 Peter EisentrautUpdate the documentation CSS stylesheet to current...
2009-08-25 Peter EisentrautEnhanced error context support in PL/Python
2009-08-25 Peter EisentrautUse generic attribute management in PL/Python
2009-08-24 Peter EisentrautMake PL/Python tests more compatible with Python 3
2009-08-24 Tom LaneTry to make silent_mode behave somewhat reasonably.
2009-08-24 Tom LaneSmall correction to previous patch: we shouldn't Releas...
2009-08-24 Alvaro HerreraAvoid calling kill() in a postmaster signal handler.
2009-08-24 Tom LaneFix inclusions of readline/editline header files so...
2009-08-24 Alvaro HerreraRemove unused variable.
2009-08-24 Tom LaneRun the "tablespace" regression test first not last...
2009-08-24 Tom LaneFix a violation of WAL coding rules in the recent patch...
2009-08-23 Tom LaneMake TRUNCATE do truncate-in-place when processing...
2009-08-23 Tom LaneTweak ExecIndexEvalRuntimeKeys to forcibly detoast...
2009-08-22 Tom LaneInclude resjunk columns in EXPLAIN VERBOSE output lists...
2009-08-20 Bruce MomjianRemove tabs from SGML.
2009-08-19 Tom LaneFix version_stamp.pl to allow 'alphaN' version stamps...
2009-08-19 Peter EisentrautAlter release note item about PL/pgSQL functions and...
2009-08-19 Peter EisentrautUpdate alpha release notes to current.
2009-08-18 Tom LaneAllow mixing of traditional and SQL:2008 LIMIT/OFFSET...
2009-08-18 Andrew DunstanPick up REGRESS_OPTS from contrib makefiles. Along...
2009-08-18 Tom LaneFix overflow for INTERVAL 'x ms' where x is more than...
2009-08-18 Peter EisentrautRemove duplicate from release notes, and reorganize...
2009-08-18 Tom LanePrint the actual DB encoding in the unaccent regression...
2009-08-18 Tom LaneFix some *other* compiler warnings from a different...
2009-08-18 Tom LaneFix copy-and-pasteo that might explain some of the...
2009-08-18 Tom LaneSuppress compiler warnings about uninitialized variables.
2009-08-18 Teodor SigaevUnaccent dictionary.
2009-08-18 Teodor SigaevIntroduce filtering dictionary support to tsearch....
2009-08-17 Peter EisentrautAdd release notes for 8.5alpha1
2009-08-17 Peter EisentrautMake version.sgml depend on configure instead of Makefi...
2009-08-17 Tom LaneDepartment of marginal improvements: teach tupconvert...
2009-08-16 Tom LaneFix imprecise documentation of random(): it never retur...
2009-08-16 Tom LaneFix incorrect encoding-aware name truncation in makeArr...
2009-08-15 Tom LaneRemove Wisconsin benchmark files.
2009-08-15 Tom LaneMake sure that 'make distclean' cleans out all files...
2009-08-15 Peter EisentrautClarify the documentation about PL/Perl nested subrouti...
2009-08-14 Peter EisentrautRemove the test case that depends on the platform's...
2009-08-14 Alvaro HerreraBe able to easily figure out the target directory of...
2009-08-14 Tom LaneRepair breakage of Wisconsin benchmark due to change...
2009-08-14 Teodor SigaevAdd prefix support for synonym dictionary
2009-08-14 Peter EisentrautPL/Python regression tests for data type handling
2009-08-14 Michael MeskesMade sure sqlca is reset for declare cursor in Informix...
2009-08-14 Peter EisentrautDomain support in PL/Python
2009-08-13 Peter EisentrautRemove stray character in type description
2009-08-13 Peter EisentrautAugment test coverage in PL/Python, especially for...
2009-08-13 Tom LaneAdd a simple test case covering a join against an inher...
2009-08-13 Tom LanePut back adjust_appendrel_attrs()'s code for dealing...
2009-08-12 Tom LaneImprove error message for the case where a requested...
2009-08-12 Tom LaneThe html-stamp and man-stamp files also need to be...
2009-08-12 Tom LaneAllow backends to start up without use of the flat...
2009-08-12 Tom LaneFix old bug in log_autovacuum_min_duration code: it...
2009-08-12 Peter EisentrautSplit the plpython regression test into test cases...
2009-08-12 Peter EisentrautDocument the minimum required Python version.
2009-08-11 Peter EisentrautAdd .cvsignore entries for documentation files
2009-08-11 Peter EisentrautRemove unnecessary files from distribution
2009-08-11 Peter EisentrautSimplify and speed up man page installation
2009-08-11 Alvaro HerreraRefactor some $(JADE.tex.call)s
2009-08-11 Bruce MomjianRemove tab in SGML.
2009-08-10 Alvaro HerreraFix URL to "The Hitch-Hiker's Guide to Evolutionary...
2009-08-10 Alvaro HerreraFix number of columns declared for pg_user_mappings...
2009-08-10 Alvaro HerreraRefactor NUM_cache_remove calls in error report path...
2009-08-10 Tom LaneSupport EEEE (scientific notation) in to_char().
2009-08-10 Bruce MomjianAdjust test_fsync code to be more sane.
2009-08-10 Tom LaneAdjust extract(epoch) example to clarify that it includ...
2009-08-10 Tom LaneExtend EXPLAIN to support output in XML or JSON format.
2009-08-10 Andrew DunstanRe-add documentation for --no-readline option of psql...
2009-08-09 Peter EisentrautShip documentation without intermediate tarballs
2009-08-08 Tom LaneDocument that LocalSetXLogInsertAllowed can be re-executed.
2009-08-07 Tom LaneModify parallel pg_restore to track pending and ready...
2009-08-07 Alvaro HerreraDocument that autovacuum may run ANALYZE
2009-08-07 Peter EisentrautExpand test coverage support to entire tree
2009-08-07 Tom LaneTry to defend against the possibility that libpq is...
2009-08-07 Tom Lanerm_cleanup functions need to be allowed to write WAL...
2009-08-07 Bruce MomjianRemove unused ecpg variable.
2009-08-07 Tom LaneRemove long-since-unused file commands/version.h.
2009-08-07 Tom LaneFix some omissions in the dependency-object-class suppo...
2009-08-07 Michael MeskesAdded STRING datatype for Informix compatibility mode...
2009-08-07 Heikki LinnakangasFast shutdown stop should forcibly disconnect any activ...
2009-08-06 Tom LaneImprove plpgsql's ability to cope with rowtypes contain...
2009-08-06 Magnus HaganderAvoid terminating the postmaster on a number of "can...
2009-08-05 Alvaro HerreraFix manpages related to SPI functions.
2009-08-05 Tom LaneAdd matchorig, matchsynonyms, and keepsynonyms options...
2009-08-05 Heikki LinnakangasImprove error messages in md.c. When a filesystem opera...
next