]> granicus.if.org Git - postgresql/shortlog
postgresql
2008-10-06 Magnus HaganderAdd columns boot_val and reset_val to the pg_settings...
2008-10-06 Heikki LinnakangasIndex FSMs needs to be vacuumed as well. Report by...
2008-10-06 Tom LaneRandom speculation about the reason for PPC64 buildfarm...
2008-10-06 Tom LaneExperimental patch to see if it fixes MSVC builds ...
2008-10-06 Tom LaneFix the implicit-RTE code to be able to handle implicit...
2008-10-06 Tom LaneFix a missed case in int8-exp-three-digits.out, per...
2008-10-05 Tom LaneTweak the overflow checks in integer division functions...
2008-10-05 Tom LaneImprove behavior of WITH RECURSIVE with an untyped...
2008-10-05 Tom LaneFix markTargetListOrigin() to not fail on a simple...
2008-10-05 Peter EisentrautRemove some unportable tests
2008-10-05 Peter EisentrautRemove obsolete internal functions istrue, isfalse...
2008-10-05 Peter EisentrautReverse int8.out and int8-exp-three-digits.out mixup.
2008-10-05 Peter EisentrautAdditional test coverage for int8 type (int8.c)
2008-10-05 Peter EisentrautAdditional test coverage for boolean type (bool.c)
2008-10-04 Tom LaneImplement SQL-standard WITH clauses, including WITH...
2008-10-04 Peter EisentrautAdditional string function tests for coverage of oracle...
2008-10-04 Tom LaneAdd a note about how to check for bare < and & in SGML...
2008-10-03 Peter EisentrautAdd regression test for macaddr type. Enhance document...
2008-10-03 Peter EisentrautFix coverage targets so that HTML view is reliably...
2008-10-03 Peter EisentrautPut back the copying of some of the regression test...
2008-10-03 Heikki LinnakangasAdd relation fork support to pg_relation_size() functio...
2008-10-02 Bruce MomjianUpdate README.HOT to reflect new snapshot tracking...
2008-10-02 Tom LaneFix improper display of fractional seconds in interval...
2008-10-02 Tom LanePartial fix for contrib vpath breakage.
2008-10-02 Heikki LinnakangasMake the blkno arguments bigints instead of int4s....
2008-10-02 Heikki LinnakangasFix function name in pg_freespacemap docs. It's "pg_fre...
2008-10-02 Peter EisentrautUpdate pg_regress calls in PL checks to handle vpath...
2008-10-01 Peter EisentrautAllow pg_regress to be run outside the build tree....
2008-10-01 Tom LaneImprove tuplestore.c to support multiple concurrent...
2008-10-01 Magnus HaganderLink libpq with libgssapi if configure finds it, as
2008-10-01 Tom LaneSuppress an uninitialized-variable warning (not all...
2008-10-01 Heikki LinnakangasFix WAL redo of FSM truncation. We can't call smgrtrunc...
2008-09-30 Tom LaneFix compiler warning (unportable sprintf usage)
2008-09-30 Tom LaneFix misspelled comment
2008-09-30 Heikki LinnakangasRewrite pg_freespacemap to match the new FSM implementa...
2008-09-30 Heikki LinnakangasForgot to bump catalog version in the commit of FSM...
2008-09-30 Heikki LinnakangasRewrite the FSM. Instead of relying on a fixed-size...
2008-09-28 Tom LaneDept of second thoughts: let's make sure that get_index...
2008-09-28 Tom LaneAdd hooks to let plugins override the planner's lookups...
2008-09-27 Andrew DunstanCompare escaped chars case insensitively for ILIKE...
2008-09-26 Tom LaneFix pointer-advancement bugs in MS and US cases of...
2008-09-26 Tom LaneMake LIKE throw an error if the escape character is...
2008-09-25 Tom LaneEstablish the rule that array types should have the...
2008-09-24 Bruce MomjianAdd documentation about when trigger values NEW/OLD...
2008-09-24 Bruce MomjianFix integral timestamps so the output is consistent...
2008-09-24 Heikki LinnakangasFix pg_dump bug in the database-level collation patch...
2008-09-24 Tom LaneFix more problems with rewriter failing to set Query...
2008-09-24 Bruce MomjianFix markup tag error, envvar -> envar.
2008-09-24 Tom LaneFix unportable syntax used in recent patch. Per result...
2008-09-24 Magnus HaganderSilence compiler warning caused by recent collation...
2008-09-24 Magnus HaganderMake sure pg_control is opened in binary mode, to deal
2008-09-23 Magnus HaganderOnly show source file and line numbers to superusers...
2008-09-23 Bruce MomjianAdd comment about the use of EXEC_BACKEND.
2008-09-23 Bruce MomjianMention battery-backed cache under hardware selection...
2008-09-23 Heikki LinnakangasTighten the check in initdb and CREATE DATABASE that...
2008-09-23 Heikki LinnakangasMake LC_COLLATE and LC_CTYPE database-level settings...
2008-09-22 Tom LaneGet rid of pgpass_from_client tracking inside libpq...
2008-09-22 Tom LaneFix dblink_connect() so that it verifies that a passwor...
2008-09-21 Tom LaneSimplify the definitions of a couple of system views...
2008-09-19 Tom LaneAdd a PQfireResultCreateEvents function to allow applic...
2008-09-19 Tom LaneCreate a selectivity estimation function for the text...
2008-09-19 Tom LaneImprove the recently-added libpq events code to provide...
2008-09-19 Magnus HaganderMark SessionReplicationRole as PGDLLIMPORT so it
2008-09-19 Peter EisentrautAdd additional rules so that make init-po for ecpg...
2008-09-19 Alvaro HerreraOptimize CleanupTempFiles by having a boolean flag...
2008-09-17 Tom LanePreliminary release notes for upcoming back branch...
2008-09-17 Tom LaneUpdate time zone data files to tzdata release 2008f...
2008-09-17 Tom LaneAllow ShowBufferUsage() to report the number of reads...
2008-09-17 Tom LaneAdd an "events" system to libpq, whereby applications...
2008-09-16 Tom LaneClean up a couple of weird corner cases in interval...
2008-09-16 Tom LaneWiden the nLocks counts in local lock tables from int...
2008-09-16 Tom LaneFix multiple memory leaks in xml_out(). Per report...
2008-09-15 Tom LaneFix caching of foreign-key-checking queries so that...
2008-09-15 Magnus HaganderFix error messages from recent pg_hba parsing patch...
2008-09-15 Tom LaneChange hash indexes to store only the hash code rather...
2008-09-15 Magnus HaganderAdd missing quotes.
2008-09-15 Magnus HaganderParse pg_hba.conf in postmaster, instead of once in...
2008-09-15 Peter EisentrautAvoid compiler warning about variable used before assigned.
2008-09-15 Magnus HaganderPolish and Turkish FAQ also needed converting to UTF8
2008-09-15 Magnus HaganderConvert Russian FAQ to UTF8, to make it render properly...
2008-09-12 Tom LaneUpdate citext's documentation to match the recently...
2008-09-12 Tom LaneSkip opfamily check in eclass_matches_any_index() when...
2008-09-12 Peter EisentrautUpdate man page build instructions.
2008-09-11 Tom LaneAdd a duration option to pgbench, so that test length...
2008-09-11 Tom LaneTighten up to_date/to_timestamp so that they are more...
2008-09-11 Tom LaneAdjust the parser to accept the typename syntax INTERVA...
2008-09-11 Alvaro HerreraInitialize the minimum frozen Xid in vac_update_datfroz...
2008-09-10 Tom LaneTweak newly added set_config_sourcefile() so that the...
2008-09-10 Tom LaneMake our parsing of INTERVAL literals spec-compliant...
2008-09-10 Alvaro HerreraAdd "source file" and "source line" information to...
2008-09-10 Tom LaneAvoid using sprintf() for a simple octal conversion...
2008-09-10 Tom LaneFix a couple of places where the plpgsql grammar would...
2008-09-09 Tom LaneImprove the plan cache invalidation mechanism to make...
2008-09-09 Alvaro HerreraImprove plpgsql's ability to report tuple incompatibili...
2008-09-08 Tom LaneFix a couple of problems pointed out by Fujii Masao...
2008-09-08 Tom LaneMake pg_dump --data-only try to order the table dumps...
2008-09-08 Tom LaneCreate a separate grantable privilege for TRUNCATE...
2008-09-08 Tom LaneSupport set-returning functions in the target lists...
2008-09-07 Tom LaneClarify description of pg_restore's handling of large...
2008-09-07 Tom LaneReimplement text_position and related functions to...
next