]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2016-12-21  Robert HaasConvert elog() to ereport() and do some wordsmithing.
2016-12-21  Robert HaasRefactor partition tuple routing code to reduce duplica...
2016-12-21  Robert HaasFix corner-case bug in WaitEventSetWaitBlock on Windows.
2016-12-21  Robert HaasRefactor merge path generation code.
2016-12-21  Peter EisentrautReorder pg_sequence columns to avoid alignment issue
2016-12-21  Fujii MasaoForbid invalid combination of options in pg_basebackup.
2016-12-21  Tom LaneFix minor oversights in nodeAgg.c.
2016-12-20  Tom LaneFix minor error message style violation.
2016-12-20  Peter EisentrautAdd pg_sequence system catalog
2016-12-20  Heikki LinnakangasFix sharing Agg transition state of DISTINCT or ordered...
2016-12-20  Robert HaasInvalid parent's relcache after CREATE TABLE .. PARTITI...
2016-12-19  Robert HaasProvide a DSA area for all parallel queries.
2016-12-19  Tom LaneFix handling of phrase operator removal while removing...
2016-12-19  Robert HaasFix locking problem in _hash_squeezebucket() / _hash_fr...
2016-12-19  Robert HaasRemove unused file.
2016-12-19  Fujii MasaoSupport quorum-based synchronous replication.
2016-12-19  Magnus HaganderFix base backup rate limiting in presence of slow i/o
2016-12-18  Noah MischMSVC: Position MSBFLAGS after flags it might override.
2016-12-18  Tom LaneIn contrib/uuid-ossp, #include headers needed for ntohl...
2016-12-17  Tom LaneFix FK-based join selectivity estimation for semi/antij...
2016-12-17  Peter Eisentrautdoc: Remove some trailing whitespace
2016-12-17  Magnus HaganderFix typos in comments
2016-12-16  Robert HaasFix outdated comment in lwlock.c
2016-12-16  Fujii MasaoEnsure that num_sync is greater than zero in synchronou...
2016-12-16  Tom LaneImprove documentation around TS_execute().
2016-12-16  Robert HaasSimplify LWLock tranche machinery by removing array_bas...
2016-12-16  Fujii MasaoAdd missing documentation for effective_io_concurrency...
2016-12-16  Robert HaasUnbreak Finalize HashAggregate over Partial HashAggregate.
2016-12-16  Robert HaasFix more hash index bugs around marking buffers dirty.
2016-12-16  Robert HaasRemove _hash_wrtbuf() in favor of calling MarkBufferDir...
2016-12-16  Heikki LinnakangasFix off-by-one in memory allocation for quote_literal_c...
2016-12-15  Tom LaneSync our copy of the timezone library with IANA release...
2016-12-15  Magnus HaganderAdd missing newline in message
2016-12-15  Peter EisentrautVarious temporary slots test improvements
2016-12-13  Tom LaneImprove handling of array elements as getdiag_targets...
2016-12-13  Tom LanePrevent planagg.c from failing on queries containing...
2016-12-13  Robert HaasFix bug in hashbulkdelete.
2016-12-13  Robert HaasFix bugs in RelationGetPartitionDispatchInfo.
2016-12-13  Robert HaasClean up code, comments, and formatting for table parti...
2016-12-13  Robert HaasUpdate typedefs.list
2016-12-13  Robert Haasdoc: Improve documentation related to table partitionin...
2016-12-12  Robert HaasRemove should_free arguments to tuplesort routines.
2016-12-12  Tom LaneCatversion bump for temporary replication slots.
2016-12-12  Tom LaneFix race condition in test_decoding "slot" test.
2016-12-12  Robert Haasdoc: Fix purported type of pg_am.amhandler to match...
2016-12-12  Tom LaneMake the different Unix-y semaphore implementations...
2016-12-12  Robert Haaspsql: Fix incorrect version check for table partitining.
2016-12-12  Tom LaneFix creative, but unportable, spelling of "ptr != NULL".
2016-12-12  Peter EisentrautAdd support for temporary replication slots
2016-12-12  Heikki LinnakangasRefactor the code for verifying user's password.
2016-12-12  Heikki LinnakangasFurther cleanup from the strong-random patch.
2016-12-12  Heikki LinnakangasFix pgcrypto compilation with OpenSSL 1.1.0.
2016-12-12  Heikki LinnakangasFix two thinkos related to strong random keys.
2016-12-12  Heikki LinnakangasFix broken autoconf test for random number source.
2016-12-11  Tom LaneUse "%option prefix" to set API names in ecpg's lexer.
2016-12-11  Tom LanePrevent crash when ts_rewrite() replaces a non-top...
2016-12-09  Tom LaneBe more careful about Python refcounts while creating...
2016-12-09  Alvaro HerreraFix crasher bug in array_position(s)
2016-12-08  Heikki LinnakangasFix thinko in safeguard for negative availMem.
2016-12-08  Robert HaasFix bogus comment.
2016-12-08  Robert HaasSilence compiler warning.
2016-12-08  Robert HaasLog the creation of an init fork unconditionally.
2016-12-08  Tom LaneFix reporting of column typmods for multi-row VALUES...
2016-12-08  Heikki LinnakangasFix quoting and a compiler warning in dumping partitions.
2016-12-08  Heikki LinnakangasClean up password authentication code a bit.
2016-12-08  Heikki LinnakangasFix accounting of memory needed for merge heap.
2016-12-07  Robert HaasReplace references to COLLATE "en_CA" with COLLATE...
2016-12-07  Robert HaasReplace references to COLLATE "en_US" with COLLATE...
2016-12-07  Robert HaasImplement table partitioning.
2016-12-07  Tom LaneRestore psql's SIGPIPE setting if popen() fails.
2016-12-07  Tom LaneHandle empty or all-blank PAGER setting more sanely...
2016-12-07  Heikki LinnakangasFix query cancellation.
2016-12-07  Heikki LinnakangasFix whitespace.
2016-12-07  Stephen FrostSilence compiler warnings
2016-12-07  Tom LaneFix unsafe assumption that struct timeval.tv_sec is...
2016-12-07  Tom LanePut AC_MSG_RESULT() call in the right place.
2016-12-06  Robert HaasFix interaction of parallel query with prepared statements.
2016-12-06  Stephen FrostBump catversion for restrictive RLS changes
2016-12-06  Fujii MasaoImprove documentation about pg_stat_replication view.
2016-12-06  Tom LaneRemove extraneous semicolon from uses of relptr_declare().
2016-12-05  Heikki LinnakangasFix typo in new message in configure.
2016-12-05  Robert HaasEnsure gatherstate->nextreader is properly initialized.
2016-12-05  Stephen FrostAdd support for restrictive RLS policies
2016-12-05  Robert Haasdsa: Cope with the possibility that SIZE_MAX is not...
2016-12-05  Robert Haaslibpq: Fix another bug in 721f7bd3cbccaf8c07cad2707826b...
2016-12-05  Robert HaasFix race introduced by 6d46f4783efe457f74816a75173eb23e...
2016-12-05  Robert HaasAssorted documentation improvements for max_parallel_wo...
2016-12-05  Robert HaasReduce the default for max_worker_processes back to 8.
2016-12-05  Robert HaasFix more DSA problems uncovered by the buildfarm.
2016-12-05  Robert HaasTry to fix some DSA-related compiler warnings.
2016-12-05  Heikki LinnakangasFix creation of stand-alone INSTALL.html file.
2016-12-05  Fujii MasaoFix typo in docs.
2016-12-05  Heikki LinnakangasReplace PostmasterRandom() with a stronger source,...
2016-12-05  Fujii MasaoFix incorrect output from gin_desc().
2016-12-04  Tom LaneDon't mess up pstate->p_next_resno in transformOnConfli...
2016-12-04  Noah MischDocument recipe for testing compatibility with old...
2016-12-04  Noah MischMake pgwin32_putenv() probe every known CRT, regardless...
2016-12-03  Noah MischMake pgwin32_putenv() follow DLL loading and unloading.
2016-12-03  Noah MischMake pgwin32_putenv() visit debug CRTs.
2016-12-03  Noah MischRemove wrong CloseHandle() call.
next