]> granicus.if.org Git - postgresql/shortlog
postgresql
2012-11-13 Tom LaneFix memory leaks in record_out() and record_send().
2012-11-13 Simon RiggsSkip searching for subxact locks at commit.
2012-11-13 Simon RiggsClarify docs on hot standby lock release
2012-11-13 Tom LaneFix multiple problems in WAL replay.
2012-11-12 Tom LaneCheck for stack overflow in transformSetOperationTree().
2012-11-09 Peter EisentrautXSLT stylesheet: Add slash to directory name
2012-11-09 Tom LaneFix WaitLatch() to return promptly when the requested...
2012-11-08 Tom LaneDon't trash input list structure in does_not_exist_skip...
2012-11-07 Alvaro HerreraDon't try to use a unopened relation
2012-11-07 Bruce MomjianIn pg_upgrade docs, mention using base backup as part...
2012-11-06 Bruce MomjianIn pg_upgrade, set synchronous_commit=off for the new...
2012-11-05 Tom LaneFix handling of inherited check constraints in ALTER...
2012-11-01 Tom LaneFix bogus handling of $(X) (i.e., ".exe") in isolationt...
2012-11-01 Tom LaneLimit the number of rel sets considered in consider_ind...
2012-10-31 Tom LaneDocument that TCP keepalive settings read as 0 on Unix...
2012-10-31 Alvaro HerreraFix ALTER EXTENSION / SET SCHEMA
2012-10-26 Tom LanePrefer actual constants to pseudo-constants in equivale...
2012-10-26 Tom LaneIn pg_dump, dump SEQUENCE SET items in the data not...
2012-10-24 Tom LanePrevent parser from believing that views have system...
2012-10-21 Kevin GrittnerCorrect predicate locking for DROP INDEX CONCURRENTLY.
2012-10-20 Tom LaneFix pg_dump's handling of DROP DATABASE commands in...
2012-10-19 Tom LaneFix UtilityContainsQuery() to handle CREATE TABLE AS...
2012-10-19 Tom LaneFix hash_search to avoid corruption of the hash table...
2012-10-19 Tom LaneFix ruleutils to print "INSERT INTO foo DEFAULT VALUES...
2012-10-19 Simon RiggsFix orphan on cancel of drop index concurrently.
2012-10-18 Andrew DunstanUse a more portable platform test.
2012-10-18 Heikki LinnakangasFurther tweaking of the readfile() function in pg_ctl.
2012-10-18 Simon RiggsIsolation test for DROP INDEX CONCURRENTLY
2012-10-18 Simon RiggsRe-think guts of DROP INDEX CONCURRENTLY.
2012-10-18 Tom LaneFix planning of non-strict equivalence clauses above...
2012-10-18 Simon RiggsRevert tests for drop index concurrently.
2012-10-18 Simon RiggsAdd isolation tests for DROP INDEX CONCURRENTLY.
2012-10-17 Tom LaneClose un-owned SMgrRelations at transaction end.
2012-10-17 Tom LaneRevert "Use "transient" files for blind writes, take 2".
2012-10-17 Simon RiggsFix typo in previous commit
2012-10-17 Simon RiggsClarify hash index caution and copy to CREATE INDEX...
2012-10-15 Heikki LinnakangasFix race condition in pg_ctl reading postmaster.pid.
2012-10-15 Tom LaneSplit up process latch initialization for more-fail...
2012-10-12 Tom LaneMake equal() ignore CoercionForm fields for better...
2012-10-11 Tom LaneFix cross-type case in partial row matching for hashed...
2012-10-10 Tom LaneUpdate obsolete text in fdwhandler.sgml.
2012-10-10 Bruce MomjianIn pg_upgrade, issue proper error message when we can...
2012-10-10 Tom LaneFix PGXS support for building loadable modules on AIX.
2012-10-09 Tom LaneFix lo_import and lo_export to return useful error...
2012-10-09 Tom LaneFix lo_export usage in example programs.
2012-10-08 Heikki LinnakangasSay ANALYZE, not VACUUM, in error message on analyze...
2012-10-05 Michael MeskesRemoved sentence about not being able to retrieve more...
2012-10-05 Michael MeskesFixed test for array boundary.
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...
next