]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2016-12-23  Robert HaasRemove sql_inheritance GUC.
2016-12-23  Robert HaasRemove _hash_chgbufaccess().
2016-12-23  Joe ConwayImprove RLS documentation with respect to COPY
2016-12-22  Robert HaasFix tuple routing in cases where tuple descriptors...
2016-12-22  Stephen FrostUse TSConfigRelationId in AlterTSConfiguration()
2016-12-22  Tom LaneFix CREATE TABLE ... LIKE ... WITH OIDS.
2016-12-22  Peter EisentrautUpdate sequence_1.out for recent changes
2016-12-22  Peter Eisentrautdoc: Further speed improvements for HTML XSLT build
2016-12-22  Tom LaneFix handling of expanded objects in CoerceToDomain...
2016-12-22  Andres FreundSkip checkpoints, archiving on idle systems.
2016-12-22  Robert HaasFix broken error check in _hash_doinsert.
2016-12-22  Joe ConwayMake dblink try harder to form useful error messages
2016-12-22  Robert HaasCode review for ATExecAttachPartition.
2016-12-22  Joe ConwayProtect dblink from invalid options when using postgres...
2016-12-22  Heikki LinnakangasSimplify tape block format.
2016-12-22  Tom LaneGive a useful error message if uuid-ossp is built witho...
2016-12-22  Michael MeskesFix buffer overflow on particularly named files and...
2016-12-21  Joe ConwayImprove dblink error message when remote does not provi...
2016-12-21  Tom LaneFix detection of unfinished Unicode surrogate pair...
2016-12-21  Tom LaneFix strange behavior (and possible crashes) in full...
2016-12-21  Stephen FrostImprove ALTER TABLE documentation
2016-12-21  Stephen FrostFix dumping of casts and transforms using built-in...
2016-12-21  Stephen FrostFor 8.0 servers, get last built-in oid from pg_database
2016-12-21  Dean RasheedFix order of operations in CREATE OR REPLACE VIEW.
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.
next