]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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
2012-03-02  Tom LaneAllow child-relation entries to be made in ec_has_const...
2012-03-02  Peter EisentrautAdd COLLATION FOR expression
2012-03-02  Peter Eisentrautecpg: Clean up some const usage
2012-03-02  Magnus HaganderAdd a rule to optionally build docs with the stylesheet...
2012-03-02  Heikki LinnakangasWhen a GiST page is split during index build, it might...
2012-03-01  Peter EisentrautSmall possible clarification in pg_basebackup reference...
2012-03-01  Peter EisentrautDon't link pg_isolation_regress with libpq
2012-03-01  Peter Eisentrautpsql: Improve error display for psql -f -
2012-03-01  Alvaro HerreraRemove TOAST table from pg_database
2012-02-29  Tom LaneSimplify references to backslash-doubling in func.sgml.
2012-02-29  Heikki LinnakangasCorrectly detect SSI conflicts of prepared transactions...
2012-02-29  Tom LaneFix MSVC builds for previous patch's addition of a...
2012-02-29  Alvaro HerreraFix typo in comment
2012-02-29  Tom LaneMove CRC tables to libpgport, and provide them in a...
2012-02-28  Tom LaneFix thinko in new match_join_clauses_to_index() logic.
2012-02-28  Peter EisentrautAdd const qualifiers where they are accidentally cast...
2012-02-28  Alvaro Herrerapsql: when tab-completing, use quotes on file names...
2012-02-27  Alvaro HerreraALTER TABLE: skip FK validation when it's safe to do so
2012-02-27  Peter EisentrautCall check_keywords.pl in maintainer-check
2012-02-26  Tom LaneFix some more bugs in GIN's WAL replay logic.
2012-02-26  Peter EisentrautRemove useless cast
2012-02-26  Peter EisentrautRemove useless const qualifier
2012-02-25  Magnus HaganderFix some typos and correct wording in the monitoring...
2012-02-25  Magnus HaganderMerge the list of statistics functions into the view...
2012-02-25  Magnus HaganderMake each pg_stat_ view into it's own table in the...
2012-02-24  Tom LaneMerge dissect() into cdissect() to remove a pile of...
2012-02-24  Tom LaneAvoid repeated creation/freeing of per-subre DFAs durin...
2012-02-24  Tom LaneRemove useless "retry memory" logic within regex engine.
2012-02-24  Bruce MomjianMention original ctags option name.
2012-02-24  Bruce MomjianUpdate src/tools/make_ctags to avoid Exuberant tags...
2012-02-24  Peter EisentrautPut Debian package list back in alphabetical order
2012-02-24  Peter EisentrautAdd some enumeration commas, for consistency
2012-02-24  Tom LaneFix the general case of quantified regex back-references.
2012-02-24  Andrew DunstanCorrectly handle NULLs in JSON output.
2012-02-23  Tom LaneLast-minute release note updates.
2012-02-23  Tom LaneConvert newlines to spaces in names written in pg_dump...
2012-02-23  Tom LaneRemove arbitrary limitation on length of common name...
2012-02-23  Tom LaneRequire execute permission on the trigger function...
2012-02-23  Tom LaneAllow MinGW builds to use standardly-named OpenSSL...
2012-02-23  Peter EisentrautRemove inappropriate quotes
2012-02-23  Peter EisentrautFix build without OpenSSL
2012-02-23  Robert HaasDon't install hstore--1.0.sql any more.
2012-02-23  Robert HaasMake EXPLAIN (BUFFERS) track blocks dirtied, as well...
2012-02-23  Robert HaasFix typo in comment.
next