]> granicus.if.org Git - postgresql/shortlog
postgresql
2012-03-22 Tom LaneFix GET DIAGNOSTICS for case of assignment to function...
2012-03-22 Tom LaneRefactor to eliminate duplicate copies of conninfo...
2012-03-22 Tom LaneIf a role has a password expiration date, show that...
2012-03-22 Tom LaneFix configure's search for collateindex.pl.
2012-03-21 Peter EisentrautClean up compiler warnings from unused variables with...
2012-03-21 Peter EisentrautAdd installing entab to pgindent instructions
2012-03-21 Robert HaasDoc updates for index-only scans.
2012-03-21 Tom LaneAllow new relmapper entries when allow_system_table_mod...
2012-03-21 Robert HaasImprove connectMaintenanceDatabase() error reporting.
2012-03-21 Robert HaasAdd some CHECK_FOR_INTERRUPTS() calls to the heap-sort...
2012-03-20 Tom LaneImprove the -l (limit) option recently added to contrib...
2012-03-20 Alvaro Herrerapg_dump: get rid of die_horribly
2012-03-20 Alvaro HerreraFix trigger example code to match header changes
2012-03-20 Alvaro HerreraUpdate struct Trigger in docs
2012-03-20 Robert HaasRemove stray word from sepgsql documentation.
2012-03-20 Peter Eisentrautpg_upgrade: Add new generated file to .gitignore
2012-03-20 Peter Eisentrautpg_dump: Remove undocumented "files" output format
2012-03-20 Tom LaneRestructure SELECT INTO's parsetree representation...
2012-03-19 Alvaro Herrerapg_dump: fix double free of query results
2012-03-19 Alvaro Herreraplperl: Package-qualify _TD
2012-03-19 Bruce MomjianIn pg_upgrade, remove dependency on pg_config, as that...
2012-03-17 Andrew DunstanHonor inputdir and outputdir when converting regression...
2012-03-17 Bruce MomjianIn pg_upgrade, move new echo quote define into include...
2012-03-17 Peter EisentrautAdd note about column privilege behavior to REVOKE...
2012-03-16 Bruce MomjianIn pg_upgrade, create a script to incrementally generat...
2012-03-16 Peter Eisentrautlibpq: Fix minor memory leaks
2012-03-16 Peter Eisentrautpsql: Remove inappropriate const qualifiers
2012-03-16 Peter Eisentrautpg_dump: Fix crash with invalid pg_cast row
2012-03-16 Peter Eisentrautpg_restore: Fix memory and file descriptor leak with...
2012-03-16 Peter Eisentrautbackend: Fix minor memory leak in configuration file...
2012-03-16 Tom LaneImprove commentary in match_pathkeys_to_index().
2012-03-16 Tom LaneRevisit handling of UNION ALL subqueries with non-Var...
2012-03-16 Heikki LinnakangasAdd comments explaining why our Itanium spinlock implem...
2012-03-15 Robert HaasA couple more fixes for the sepgsql documentation.
2012-03-15 Robert HaasCopy editing of sepgsql documentation.
2012-03-15 Robert Haassepgsql_setcon().
2012-03-15 Peter EisentrautAdd const qualifier to tzn returned by timestamp2tm()
2012-03-15 Peter EisentrautRemove unused tzn arguments for timestamp2tm()
2012-03-14 Bruce MomjianUppercase pg_upgrade status output title.
2012-03-14 Peter EisentrautImprove EncodeDateTime and EncodeTimeOnly APIs
2012-03-14 Peter EisentrautAdd missing va_end() calls
2012-03-14 Peter EisentrautCOPY: Add an assertion
2012-03-14 Peter EisentrautAdd additional safety check against invalid backup...
2012-03-13 Peter Eisentrautpg_dump: Fix some minor memory leaks
2012-03-13 Tom LanePatch some corner-case bugs in pl/python.
2012-03-13 Tom LaneFix minor memory leak in PLy_typeinfo_dealloc().
2012-03-13 Tom LaneCreate a stack of pl/python "execution contexts".
2012-03-13 Robert Haaspgstattuple: Use a BufferAccessStrategy object to avoid...
2012-03-13 Robert Haaspgstattuple: Add new error case for spgist indexes.
2012-03-12 Bruce MomjianIn pg_upgrade, add various logging improvements:
2012-03-12 Tom LaneFix SPGiST vacuum algorithm to handle concurrent tuple...
2012-03-12 Peter EisentrautUse correct sizeof operand in qsort call
2012-03-12 Peter EisentrautAdd comment for missing break in switch
2012-03-12 Bruce MomjianRemove tabs in SGML files
2012-03-11 Tom LaneMake INSERT/UPDATE queries depend on their specific...
2012-03-11 Tom LaneMake parameter name consistent with syntax summary.
2012-03-11 Tom LaneFix documented type of t_infomask2.
2012-03-11 Tom LaneTeach SPGiST to store nulls and do whole-index scans.
2012-03-11 Michael MeskesRemoved redundant "the" from ecpg's docs.
2012-03-11 Tatsuo IshiiAdd description for --no-locale and --text-search-config.
2012-03-11 Peter EisentrautAdd more detail to error message for invalid arguments...
2012-03-10 Tom LaneRestructure SPGiST opclass interface API to support...
2012-03-10 Peter EisentrautAdd support for renaming constraints
2012-03-09 Robert Haassepgsql DROP support.
2012-03-09 Robert HaasExtend object access hook framework to support argument...
2012-03-09 Tom LaneRevise FDW planning API, again.
2012-03-09 Heikki LinnakangasUpdate outdated comment. HeapTupleHeader.t_natts field...
2012-03-08 Peter Eisentrautpsql: Remove useless code
2012-03-08 Tom LaneFix some issues with temp/transient tables in extension...
2012-03-08 Peter Eisentrautecpg: Fix off-by-one error in memory copying
2012-03-08 Peter Eisentrautecpg: Fix rare memory leaks
2012-03-08 Heikki LinnakangasSilence warning about unused variable, when building...
2012-03-08 Tom LaneImprove estimation of IN/NOT IN by assuming array eleme...
2012-03-08 Tom LaneFix indentation of \d footers for non-ASCII cases.
2012-03-07 Tom LaneAdd GetForeignColumnOptions() to foreign.c, and add...
2012-03-07 Robert Haaspsql: Avoid some spurious output if the server croaks.
2012-03-07 Peter Eisentrautpsql: Fix memory leak
2012-03-07 Peter Eisentrautpsql: Fix invalid memory access
2012-03-07 Peter Eisentrautlibpq: Fix memory leak
2012-03-07 Tom LaneExpose an API for calculating catcache hash values.
2012-03-06 Peter Eisentrautlibpq: Small code clarification, and avoid casting...
2012-03-06 Tom LaneAdd a hook for processing messages due to be sent to...
2012-03-06 Robert HaasTypo fix.
2012-03-06 Heikki LinnakangasMake the comments more clear on the fact that UpdateFul...
2012-03-06 Heikki LinnakangasRemove extra copies of LogwrtResult.
2012-03-06 Heikki LinnakangasSimplify the way changes to full_page_writes are logged.
2012-03-06 Bruce MomjianIn pg_upgrade, only lock the old cluster if link mode...
2012-03-05 Tom LaneRedesign PlanForeignScan API to allow multiple paths...
2012-03-05 Tom LaneImprove documentation around logging_collector and...
2012-03-05 Peter EisentrautAdd isolation test to check-world and installcheck...
2012-03-05 Tom LaneRewrite GiST support code for rangetypes.
2012-03-04 Tom LaneRemove useless "rough estimate" path from mcelem_array_...
2012-03-04 Tom LaneImprove histogram-filling loop in new compute_array_sta...
2012-03-04 Magnus HaganderMore carefully validate xlog location string inputs
2012-03-04 Magnus HaganderAdd function pg_xlog_location_diff to help comparisons
2012-03-04 Tom LaneCollect and use element-frequency statistics for arrays.
2012-03-03 Andrew DunstanProvide environment overrides for psql file locations.
2012-03-03 Peter EisentrautAllow CREATE TABLE (LIKE ...) from composite type
2012-03-02 Peter EisentrautFix incorrect uses of gzFile
2012-03-02 Peter EisentrautRe-add "make check" target in src/test/isolation/Makefile
next