]> granicus.if.org Git - postgresql/shortlog
postgresql
2011-10-05 Bruce MomjianChange wording for COALESCE docs to use "otherwise".
2011-10-05 Bruce MomjianExplain COALESCE example in the docs.
2011-10-04 Tom LaneImprove define_custom_variable's handling of pre-existi...
2011-10-04 Tom LaneFix uninitialized-variable bug.
2011-10-04 Tom LaneAdd sourcefile/sourceline data to EXEC_BACKEND GUC...
2011-10-04 Tom LaneRemember the source GucContext for each GUC parameter.
2011-10-04 Alvaro HerreraUse callbacks in SlruScanDirectory for the actual action
2011-10-04 Tom LaneRemove the custom_variable_classes parameter.
2011-10-03 Tom LaneProcedureCreate neglected to record dependencies on...
2011-10-02 Tom LaneRestructure error handling in reading of postgresql...
2011-10-01 Tom LaneImprove generated column names for cases involving...
2011-10-01 Bruce MomjianIn pg_upgrade, remove unnecessary local variable.
2011-10-01 Tom LaneCache the result of makesign() across calls of gtrgm_pe...
2011-09-30 Tom LaneSupport GiST index support functions that want to cache...
2011-09-29 Tom LaneFix recursion into previously planned sub-query in...
2011-09-29 Bruce MomjianFix pg_upgrade for EXEC_BACKEND builds (e.g. Windows...
2011-09-29 Tom LaneFix index matching for operators with mixed collatable...
2011-09-29 Bruce MomjianIn pg_upgrade, because toast table names can be mismatc...
2011-09-28 Tom LaneUpdate and extend the EXPLAIN-related documentation.
2011-09-28 Tom LaneTake sepgsql regression tests out of the regular regres...
2011-09-27 Alvaro HerreraRemove dependency on error ordering in isolation tests
2011-09-27 Alvaro HerreraFix typo
2011-09-27 Robert HaasUpdate comments related to the crash-safety of the...
2011-09-27 Robert Haassepgsql uavc comment improvements.
2011-09-27 Robert Haasheap_update() must recheck tuple after unlocking and...
2011-09-27 Tom LaneFix window functions that sort by expressions involving...
2011-09-27 Tom LaneAllow snapshot references to still work during transact...
2011-09-26 Tom LaneSpeed up array element assignment in plpgsql by caching...
2011-09-26 Robert HaasUpdate obsolete comments.
2011-09-26 Tom LaneUse a fresh copy of query_list when making a second...
2011-09-25 Tom LaneFully const-ify PQconnectdbParams, PQconnectStartParams...
2011-09-25 Tom LaneAvoid unnecessary snapshot-acquisitions in BuildCachedPlan.
2011-09-25 Bruce MomjianIn pgrminclude, document requirement to use pgcompinclu...
2011-09-25 Tom LaneUn-break compression of plain-text output format in...
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
next