]> granicus.if.org Git - postgresql/shortlog
postgresql
2018-04-09 Tom LaneFix partial-build problems introduced by having more...
2018-04-09 Alvaro HerreraFix incorrect logic for choosing the next Parallel...
2018-04-09 Magnus HaganderSilence some warnings in TAP tests
2018-04-09 Magnus HaganderMake sure pg_rewind can't run as root
2018-04-09 Tom LaneReduce chattiness of genbki.pl and Gen_fmgrtab.pl.
2018-04-09 Tom LaneMake reformat_dat_file.pl preserve all blank lines.
2018-04-09 Tom LaneFurther cleanup of client dependencies on src/include...
2018-04-09 Magnus Hagandercatversion bump for online-checksums revert
2018-04-09 Magnus HaganderRevert "Allow on-line enabling and disabling of data...
2018-04-09 Teodor SigaevImprove covering index documentation
2018-04-09 Alvaro HerreraMinor comment updates
2018-04-09 Alvaro HerreraAdd missed bms_copy() in perform_pruning_combine_step
2018-04-09 Heikki LinnakangasFix typo in comment.
2018-04-09 Teodor SigaevRemove repeated test in contrib/amcheck
2018-04-09 Stephen FrostSkip permissions test under MINGW/Windows
2018-04-08 Tom LaneFix additional breakage in covering-index patch.
2018-04-08 Tom LaneDoc: clarify explanation of pg_dump usage.
2018-04-08 Tom LaneCosmetic cleanups in initial catalog data.
2018-04-08 Tom LaneReduce worst-case shell command line length during...
2018-04-08 Tom LaneMerge catalog/pg_foo_fn.h headers back into pg_foo...
2018-04-08 Tom LaneSwitch client-side code to include catalog/pg_foo_d...
2018-04-08 Tom LaneReplace our traditional initial-catalog-data format...
2018-04-08 Teodor Sigaevmatch_clause_to_index should check only key columns
2018-04-08 Teodor SigaevRemove unused variable in non-assert-enabled build
2018-04-08 Tom LaneAdd missing "static" markers.
2018-04-08 Andrew GierthAttempt to stabilize partition_prune test output.
2018-04-08 Andrew GierthSupport index INCLUDE in the AM properties interface.
2018-04-08 Andres FreundRemove overzeleous assertions in pg_atomic_flag code.
2018-04-07 Stephen FrostFix EXEC BACKEND + Windows builds for group privs
2018-04-07 Stephen FrostAllow group access on PGDATA
2018-04-07 Stephen FrostRefactor dir/file permissions
2018-04-07 Alvaro HerreraSupport partition pruning at execution time
2018-04-07 Alvaro HerreraAdd bms_prev_member function
2018-04-07 Andres FreundRaise error when affecting tuple moved into different...
2018-04-07 Teodor SigaevIndexes with INCLUDE columns and their support in B...
2018-04-07 Teodor SigaevMake test of json(b)_to_tsvector language-independ
2018-04-07 Teodor SigaevAdd json(b)_to_tsvector function
2018-04-07 Peter EisentrautFix timing issue in new subscription truncate test
2018-04-07 Andres FreundDeactive flapping checksum isolation tests.
2018-04-07 Peter EisentrautLogical replication support for TRUNCATE
2018-04-07 Peter EisentrautLogical decoding of TRUNCATE
2018-04-07 Teodor SigaevPredicate locking in hash indexes.
2018-04-07 Alvaro HerreraDocument partprune.c a little better
2018-04-07 Andres FreundBlindly attempt to fix sepgsql tests broken due to...
2018-04-07 Andres FreundAttempt to fix endianess issues in new hash partition...
2018-04-07 Andres FreundFix and improve pg_atomic_flag fallback implementation.
2018-04-07 Tom LaneDoc: fix broken markup.
2018-04-06 Robert HaasFix possible failure in parallel index build.
2018-04-06 Robert HaasAllow insert and update tuple routing and COPY for...
2018-04-06 Tom LaneRemove some unnecessary quote marks from catalog DATA...
2018-04-06 Alvaro HerreraFix badly edited doc sentence
2018-04-06 Magnus HaganderClean up intermetiate state in pg_basebackup tests
2018-04-06 Magnus HaganderFix typo
2018-04-06 Alvaro HerreraFaster partition pruning
2018-04-06 Stephen FrostSupport new default roles with adminpack
2018-04-06 Stephen FrostAdd default roles for file/program access
2018-04-06 Stephen FrostRemove explicit superuser checks in favor of ACLs
2018-04-06 Peter EisentrautAdd memory context identifier to portal context
2018-04-06 Peter EisentrautRename MemoryContextCopySetIdentifier() for clarity
2018-04-06 Robert HaasEnforce child constraints during COPY TO a partitioned...
2018-04-06 Robert HaasRefactor PgFdwModifyState creation/destruction into...
2018-04-06 Peter EisentrautSplit the SetSubscriptionRelState function into two
2018-04-06 Peter EisentrautImprove messaging during logical replication worker...
2018-04-06 Peter EisentrautFix compiler warning about format truncation
2018-04-06 Simon RiggsImprove parse representation for MERGE
2018-04-05 Magnus HaganderAttempt to fix win32 build of pg_verify_checksums
2018-04-05 Magnus HaganderAllow on-line enabling and disabling of data checksums
2018-04-05 Bruce Momjiandoc: remove mention of the DMOZ catalog in ltree docs
2018-04-05 Simon RiggsMERGE syntax diagram correction
2018-04-05 Peter EisentrautPL/pgSQL: Add support for SET TRANSACTION
2018-04-05 Simon RiggsAllow cpluspluscheck to pass by renaming variable
2018-04-05 Peter EisentrautFix plan cache issue in PL/pgSQL CALL
2018-04-05 Magnus HaganderFix worker_spi for new parameter to initialize connection
2018-04-05 Teodor SigaevRemove tsearch test contained russian characters, missed in
2018-04-05 Magnus HaganderAllow background workers to bypass datallowconn
2018-04-05 Teodor SigaevAdd websearch_to_tsquery
2018-04-05 Alvaro HerreraAdd missing include
2018-04-05 Teodor SigaevAdd support of bool, bpchar, name and uuid to btree_gin
2018-04-05 Teodor SigaevFix handling of non-upgraded B-tree metapages
2018-04-05 Simon RiggsMERGE minor errata
2018-04-05 Simon RiggsMERGE fix variable warning in non-assert builds
2018-04-05 Simon RiggsMERGE INSERT allows only one VALUES clause
2018-04-05 Teodor SigaevRemove unused vars and mark assert-only vars
2018-04-05 Teodor SigaevFix misprint in documentation
2018-04-05 Teodor SigaevFix typo
2018-04-05 Simon RiggsMERGE post-commit review
2018-04-05 Andrew GierthInstall errcodes.txt for use by extensions.
2018-04-05 Peter Eisentrautdoc: Improve indentation of SQL examples
2018-04-04 Alvaro HerreraRestore erroneously removed ONLY from PK check
2018-04-04 Stephen FrostRewrite pg_dump TAP tests
2018-04-04 Bruce Momjiandocs: update ltree URL for the DMOZ catalog
2018-04-04 Tom LaneImprove FSM management for BRIN indexes.
2018-04-04 Alvaro HerreraForeign keys on partitioned tables
2018-04-04 Teodor SigaevSkip full index scan during cleanup of B-tree indexes...
2018-04-04 Tom LaneRemove less-portable-than-believed test case.
2018-04-04 Tom LaneFix platform and Perl-version dependencies in new jsonb...
2018-04-04 Heikki LinnakangasFix the new ARMv8 CRC code for short and unaligned...
2018-04-04 Magnus HaganderFix pg_bsaebackup checksum tests
2018-04-04 Heikki LinnakangasUse ARMv8 CRC instructions where available.
2018-04-04 Heikki LinnakangasAlso fix the descriptions in pg_config.h.win32.
next