]> granicus.if.org Git - postgresql/shortlog
postgresql
2011-09-24 Bruce MomjianDocument pgrminclude limitations.
2011-09-24 Tom LaneRecognize self-contradictory restriction clauses for...
2011-09-24 Bruce MomjianExpand pgrminclude to exclude use of macros CppAsString...
2011-09-24 Magnus HaganderFix typo
2011-09-24 Magnus HaganderNote that sslmode=require verifies the CA if root cert...
2011-09-24 Tom LaneFix our mapping of Windows timezones for Central America.
2011-09-24 Tom LaneUpdate win32tzlist.pl for the new location of our Windo...
2011-09-23 Robert HaasMemory barrier support for PostgreSQL.
2011-09-23 Robert HaasTeach sepgsql about database labels.
2011-09-23 Robert HaasDocument some more apparently-harmless error messages.
2011-09-23 Robert HaasAdd missing brackets to chkselinuxenv.
2011-09-23 Robert HaasAdd --{no-,}replication flags to createuser.
2011-09-23 Simon Riggssynchronous_commit is an enum not a boolean.
2011-09-22 Tom LaneUpdate release notes for 9.1.1, 9.0.5, 8.4.9, 8.3.16...
2011-09-22 Tom LaneMake EXPLAIN ANALYZE report the numbers of rows rejecte...
2011-09-21 Robert HaasFix another bit of unlogged-table-induced breakage.
2011-09-20 Tom LaneSuppress "unused function" warning when not HAVE_LOCALE_T.
2011-09-20 Tom LaneImprove reporting of newlocale() failures in CREATE...
2011-09-19 Tom LaneFix another Assert issue exposed by CLOBBER_CACHE_ALWAYS.
2011-09-17 Tom LaneFix Assert failure in new plancache code.
2011-09-16 Tom LaneRemove debug logging for pgstat wait timeout.
2011-09-16 Tom LaneAdd FORCE_NOT_NULL support to the file_fdw foreign...
2011-09-16 Tom LaneAvoid unnecessary page-level SSI lock check in heap_ins...
2011-09-16 Tom LaneEnsure generic plan gets used for a plpgsql expression...
2011-09-16 Tom Lanegistendscan() forgot to free so->giststate.
2011-09-16 Tom LaneRedesign the plancache mechanism for more flexibility...
2011-09-14 Heikki LinnakangasTeach the makefile used to build stand-alone libpq...
2011-09-14 Heikki LinnakangasIn the manual section on primary_conninfo, recommend...
2011-09-14 Alvaro HerreraSplit walsender.h in public/private headers
2011-09-13 Tom Lanedeflist_to_tuplestore dumped core on an option with...
2011-09-13 Tom LanePropagate with_system_tzdata setting into initdb build.
2011-09-12 Heikki LinnakangasIn the final emptying phase of the new GiST buffering...
2011-09-11 Tom LaneInvent a new memory context primitive, MemoryContextSet...
2011-09-11 Tom LaneRemove no-longer-used variable.
2011-09-11 Peter EisentrautRemove many -Wcast-qual warnings
2011-09-11 Peter EisentrautFix additional format warning
2011-09-10 Bruce MomjianRemove double-quoting of table names in clusterdb....
2011-09-10 Peter EisentrautAdd missing format attributes
2011-09-10 Itagaki TakahiroAdd datatype directory to SUBDIRS.
2011-09-10 Bruce MomjianDocument that only user-defined columns are expanded...
2011-09-10 Bruce MomjianRemove unnecessary MATCH FULL specification in example.
2011-09-10 Tom LaneTry to un-break MSVC build.
2011-09-09 Tom LaneSimplify handling of the timezone GUC by making initdb...
2011-09-09 Tom LaneMove Timestamp/Interval typedefs and basic macros into...
2011-09-08 Tom Laneround() is not portable. Use rint().
2011-09-08 Alvaro HerreraTweak string for uniformity
2011-09-08 Peter EisentrautAdd missing format argument to ecpg_log() call
2011-09-08 Heikki LinnakangasFix typo and reword the sentence.
2011-09-08 Heikki LinnakangasBuffering GiST index build algorithm.
2011-09-08 Tom LaneOne last round of copy-editing for the 9.1 release...
2011-09-07 Tom LaneFix corner case bug in numeric to_char().
2011-09-07 Bruce MomjianAllow bcc32 and win32 batch files to compile libpq.
2011-09-07 Bruce MomjianIn pg_upgrade, disallow migration of 8.3 clusters using...
2011-09-07 Tom LaneFix typo in error message.
2011-09-07 Tom LaneFix get_name_for_var_field() to deal with RECORD Params.
2011-09-07 Bruce MomjianHave pgrminclude skip files that use CppAsString2 becau...
2011-09-07 Bruce MomjianFix bug introduced by pgrminclude where the tablespace...
2011-09-07 Bruce MomjianFix to_date() and to_timestamp() to handle year masks...
2011-09-07 Bruce MomjianRevert documentation patch about NEW/OLD and triggers.
2011-09-07 Simon RiggsPartially revoke attempt to improve performance with...
2011-09-07 Simon RiggsEmit cascaded standby message on shutdown only when...
2011-09-07 Bruce MomjianProperly document the existance of OLD/NEW trigger...
2011-09-06 Bruce MomjianFix spelling mistake in pgpass documentation change.
2011-09-06 Bruce MomjianAdd documentation suggestion about adding a comment...
2011-09-06 Tom LaneImprove comment about handling of temp tables in shared...
2011-09-06 Peter EisentrautCorrect ancient logic mistake in assertion
2011-09-06 Bruce MomjianFix plpgsql "PERFORM" markup.
2011-09-06 Tom LaneAvoid possibly accessing off the end of memory in SJIS2...
2011-09-06 Tom LaneAvoid possibly accessing off the end of memory in exami...
2011-09-06 Bruce MomjianDocument PERFORM limitation when using WITH queries.
2011-09-06 Tom LaneAdd an "incompatibility" entry to 9.1 release notes...
2011-09-06 Tom LaneUpdate type-conversion documentation for long-ago changes.
2011-09-06 Bruce MomjianProperly document semphore requirements by accounting...
2011-09-06 Bruce MomjianAdd documentation link to strftime supported options.
2011-09-06 Bruce MomjianAdd C comment about why we send cache invalidation...
2011-09-05 Alvaro HerreraAdjust translator comment format to xgettext expectations
2011-09-05 Alvaro HerreraMark some untranslatable messages with errmsg_internal
2011-09-05 Peter EisentrautImprove "invalid byte sequence for encoding" message
2011-09-05 Bruce MomjianAdd mention that UTC really means UT1.
2011-09-05 Tom LaneUpdate time zone data files to tzdata release 2011i.
2011-09-05 Bruce MomjianDocument that contrib/pgtrgm only processes ASCII alpha...
2011-09-05 Tom LaneGuard against using plperl's Makefile without specifyin...
2011-09-04 Tom LaneChange get_variable_numdistinct's API to flag default...
2011-09-04 Tom LaneDig down into sub-selects to look for column statistics.
2011-09-04 Tom LaneCan't print PlannerGlobal's subroots list in outfuncs.
2011-09-04 Tom LaneClean up the #include mess a little.
2011-09-04 Tom LaneRemove unnecessary and circular #include.
2011-09-04 Bruce Momjianwalsender.h doesn't need xlog.h, per Tom.
2011-09-04 Bruce MomjianMove AllowCascadeReplication() define from xlog.h to...
2011-09-03 Bruce MomjianRemove find_lt sgml tool, as it is not needed.
2011-09-03 Tom LaneFix typo in pg_srand48 (srand48 in older branches).
2011-09-03 Tom LaneRearrange planner to save the whole PlannerInfo (subroo...
2011-09-02 Peter EisentrautAdd archive_command example
2011-09-02 Peter EisentrautWhitespace adjustment for consistency in the file
2011-09-02 Tom LaneTeach ANALYZE to clear pg_class.relhassubclass when...
2011-09-02 Michael MeskesFix brace indentation of commit 63d06ef59156719efd0208c...
2011-09-01 Bruce MomjianImprove method of avoiding fcinfo compile errors.
2011-09-01 Heikki LinnakangasRemove spurious comma. Spotted by Tom.
2011-09-01 Bruce MomjianAdd C comment about needed include.
2011-09-01 Heikki Linnakangaslibpq compiles various pgport files like ecpg does...
next