]> granicus.if.org Git - postgresql/shortlog
postgresql
2012-10-04 Tom LaneFix permissions explanations in CREATE DATABASE and...
2012-10-04 Heikki LinnakangasFix typo in comment, and reword it slightly while we...
2012-10-03 Tom LaneAvoid planner crash/Assert failure with joins to unflat...
2012-10-03 Alvaro HerreraREASSIGN OWNED: consider grants on tablespaces, too
2012-10-03 Bruce MomjianIn pg_upgrade, use full path name for analyze_new_clust...
2012-10-02 Tom LaneWork around unportable behavior of malloc(0) and reallo...
2012-10-02 Heikki LinnakangasFix typo in previous warning-silencing patch.
2012-10-02 Bruce MomjianIn pg_upgrade, improve error reporting when the number...
2012-10-02 Bruce MomjianAdjust pg_upgrade query so toast tables related to...
2012-10-02 Bruce MomjianIn pg_upgrade, try to convert the locale names to canon...
2012-10-02 Heikki LinnakangasSilence compiler warning about pointer type mismatch...
2012-10-02 Andrew DunstanAllow a few seconds for Windows to catch up with a...
2012-10-02 Heikki LinnakangasFix access past end of string in date parsing.
2012-09-29 Tom LaneFix bugs in "restore.sql" script emitted in pg_dump...
2012-09-28 Tom LaneFix tar files emitted by pg_basebackup to be POSIX...
2012-09-27 Tom LaneFix btmarkpos/btrestrpos to handle array keys.
2012-09-27 Alvaro HerreraHave pg_terminate/cancel_backend not ERROR on non-exist...
2012-09-25 Tom LaneFix examples of how to use "su" while starting the...
2012-09-24 Tom LanePrevent emitting "ALTER VIEW foo SET ()".
2012-09-19 Tom LaneStamp 9.2.1. REL9_2_1
2012-09-19 Tom LaneUpdate release notes for 9.2.1, 9.1.6, 9.0.10, 8.4...
2012-09-19 Tom LanePut back AcceptInvalidationMessages calls in heap_openr...
2012-09-19 Tom LaneUpdate time zone data files to tzdata release 2012f.
2012-09-19 Peter EisentrautTranslation updates
2012-09-19 Peter Eisentrautpg_upgrade: Remove check for pg_config
2012-09-18 Tom LaneFix planning of btree index scans using ScalarArrayOpEx...
2012-09-18 Tom LaneFix array_typanalyze to work for domains over arrays.
2012-09-17 Tom LaneProvide adequate documentation of the "table_name ...
2012-09-16 Tom LaneRethink heuristics for choosing index quals for paramet...
2012-09-16 Simon RiggsFix bufmgr so CHECKPOINT_END_OF_RECOVERY behaves as...
2012-09-16 Kevin GrittnerFix documentation reference to maximum allowed for...
2012-09-14 Tom LaneBack-patch fix and test case for bug #7516.
2012-09-14 Robert HaasProperly set relpersistence for fake relcache entries.
2012-09-13 Tom LaneFix case of window function + aggregate + GROUP BY...
2012-09-13 Kevin GrittnerFix typo in comment for pclose_check() function.
2012-09-12 Tom LaneFix a couple other leftover uses of 'conisonly' termino...
2012-09-12 Andrew DunstanFix catalog docs to reflect connoinherit change in...
2012-09-12 Kevin GrittnerFix typo: lexemes misspelled in full text search docs.
2012-09-12 Tom LaneFix logical errors in tsquery selectivity estimation...
2012-09-10 Andrew DunstanAdd vcregress.pl target for checking pg_upgrade.
2012-09-10 Tom LaneMake plperl safe against functions that are redefined...
2012-09-09 Tom LaneUse .NOTPARALLEL in ecpg/Makefile to avoid a gmake...
2012-09-08 Tom LaneAdjust PL/Python regression tests some more for Python...
2012-09-08 Tom LaneFix PARAM_EXEC assignment mechanism to be safe in the...
2012-09-06 Tom LaneStamp 9.2.0. REL9_2_0
2012-09-06 Robert HaasFix "too many arguments" messages not to index off...
2012-09-06 Peter EisentrautTranslation updates
2012-09-06 Tom LaneFix typo in information_schema documentation.
2012-09-06 Andrew DunstanIn pg_upgrade, try a few times to open a log file.
2012-09-06 Heikki LinnakangasFix WAL file replacement during cascading replication...
2012-09-06 Tom LaneFix inappropriate error messages for Hot Standby miscon...
2012-09-06 Tom LaneMake one last copy-editing pass over the 9.2 release...
2012-09-05 Andrew DunstanFix pg_upgrade test script's line end handling on Windows.
2012-09-05 Andrew DunstanFix line end mishandling in pg_upgrade on Windows.
2012-09-05 Tom LaneRestore SIGFPE handler after initializing PL/Perl.
2012-09-05 Tom LaneSilence -Wunused-result warning in contrib/pg_upgrade.
2012-09-05 Heikki LinnakangasFix compiler warnings about unused variables, caused...
2012-09-05 Bruce MomjianIn pg_upgrade, document why we can't issue \n\n in...
2012-09-05 Heikki LinnakangasFix bugs in cascading replication with recovery_target_...
2012-09-05 Kevin GrittnerFix serializable mode with index-only scans.
2012-09-05 Kevin GrittnerAllow isolation tests to specify multiple setup blocks.
2012-09-04 Andrew DunstanFix transcription error.
2012-09-04 Bruce MomjianDocument that pg_upgrade requires PGHOST be set for...
2012-09-04 Magnus HaganderMention basebackup-from-slave next to cascading replication
2012-09-04 Andrew DunstanFix command echoing in pg_upgade's analyze script for...
2012-09-04 Andrew DunstanIndent fix_path_separator() header properly.
2012-09-04 Andrew DunstanAllow pg_upgrade "make check" to run on Windows/MSys.
2012-09-04 Bruce MomjianIn pg_upgrade, pull the port number from postmaster...
2012-09-03 Andrew DunstanUse correct path separator for Windows builtin commands.
2012-09-03 Andrew DunstanFix bugs in exec.c that prevented pg_upgrade working...
2012-09-03 Tom LaneBack-patch recent pg_upgrade fixes into 9.2.
2012-09-03 Tom LaneMake psql's \d+ show reloptions for all relkinds.
2012-09-01 Andrew DunstanRestore setting of _USE_32BIT_TIME_T to 32 bit MSVC...
2012-08-31 Tom LaneMake configure probe for mbstowcs_l as well as wcstombs_l.
2012-08-31 Tom LaneBack-patch recent fixes for gistchoose and gistRelocate...
2012-08-30 Robert HaasFix checkpoint_timeout documentation to reflect current...
2012-08-30 Robert HaasDocument how to prevent PostgreSQL itself from exhausti...
2012-08-30 Robert HaasAdd missing period to detail message.
2012-08-28 Alvaro Herreraadd #includes to plpy_subxactobject.h to make it compil...
2012-08-28 Alvaro Herrerasyncrep.h must include xlogdefs.h
2012-08-28 Peter EisentrautSmall punctuation fixes
2012-08-28 Tom LaneImprove a couple of 9.2 release note entries.
2012-08-28 Tom LaneAdd section IDs to subsections of syntax.sgml that...
2012-08-27 Tom LaneFix DROP INDEX CONCURRENTLY IF EXISTS.
2012-08-27 Peter Eisentrautpg_basebackup: Correct error message
2012-08-25 Peter EisentrautSome spelling adjustments in release notes
2012-08-25 Peter EisentrautNormalize some British spellings
2012-08-24 Tom LaneFix issues with checks for unsupported transaction...
2012-08-24 Peter EisentrautPut options on man page and in help output in slightly...
2012-08-24 Peter Eisentrautlibpq: Fix memory leak in URI parser
2012-08-24 Peter EisentrautTranslation updates
2012-08-23 Tom LaneStamp 9.2rc1. REL9_2_RC1
2012-08-23 Tom LaneFix cascading privilege revoke to notice when privilege...
2012-08-23 Heikki LinnakangasFix typo in example.
2012-08-23 Tom LaneRemove overly-pessimistic statement about constraint...
2012-08-22 Tom LaneMake a cut at a major-features list for 9.2.
2012-08-22 Tom LaneMake an editorial pass over the 9.2 release notes.
2012-08-22 Tom LaneFix erroneous documentation of synchronous_commit ...
2012-08-22 Tom LaneUpdate 9.2 release notes to reflect commits to date.
2012-08-21 Tom LaneFix dumping of security_barrier views with circular...
next