]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2019-03-30  Peter EisentrautGenerated columns
2019-03-30  Peter EisentrautSmall code simplification for REINDEX CONCURRENTLY
2019-03-29  Peter Eisentrautdoc: Small documentation review for REINDEX CONCURRENTLY
2019-03-29  Peter Eisentrautdoc: Fix typo
2019-03-29  Peter GeogheganTweak some nbtree-related code comments.
2019-03-29  Tomas VondraFix memory alignment in pg_mcv_list serialization
2019-03-29  Andres FreundShow table access methods as such in psql's \dA.
2019-03-29  Andres Freundtableam: Comment fixes.
2019-03-29  Michael PaquierReorganize Notes section in documentation of pg_checksums
2019-03-29  Peter Eisentrautdoc: Refine README.links further
2019-03-29  Robert HaasAllow existing VACUUM options to take a Boolean argument.
2019-03-29  Robert HaasWarn more strongly about the dangers of exclusive backu...
2019-03-29  Peter EisentrautFix incorrect code in new REINDEX CONCURRENTLY code
2019-03-29  Peter EisentrautREINDEX CONCURRENTLY
2019-03-29  Andres Freundtableam: relation creation, VACUUM FULL/CLUSTER, SET...
2019-03-28  Thomas MunroFix typo.
2019-03-28  Andres FreundFix a few comment copy & pastos.
2019-03-28  Tomas VondraFix deserialization of pg_mcv_list values
2019-03-28  Peter Eisentrautdoc: Fix typo
2019-03-28  Thomas MunroUse FullTransactionId for the transaction stack.
2019-03-28  Thomas MunroAdd basic infrastructure for 64 bit transaction IDs.
2019-03-28  Andres Freundtableam: Support for an index build's initial table...
2019-03-27  Peter EisentrautFix vpath build
2019-03-27  Peter Eisentrautdoc: Add some images
2019-03-27  Peter Eisentrautdoc: Move htmlhelp output to subdirectory
2019-03-27  Peter EisentrautUse Pandoc also for plain-text documentation output
2019-03-27  Tomas VondraMinor improvements for the multivariate MCV lists
2019-03-27  Tomas VondraAdd support for multivariate MCV lists
2019-03-27  Tom LaneAvoid passing query tlist around separately from root...
2019-03-27  Alvaro Herrerapgbench: doExecuteCommand -> executeMetaCommand
2019-03-27  Tom LaneSuppress uninitialized-variable warning.
2019-03-27  Michael PaquierImprove error handling of column references in expressi...
2019-03-27  Thomas MunroFix off-by-one error in txid_status().
2019-03-27  Michael PaquierSwitch some palloc/memset calls to palloc0
2019-03-27  Michael PaquierSwitch function current_schema[s]() to be parallel...
2019-03-27  Tomas VondraTrack unowned relations in doubly-linked list
2019-03-26  Andres FreundCompute XID horizon for page level index vacuum on...
2019-03-26  Alvaro HerreraFix partitioned index creation bug with dropped columns
2019-03-26  Tom LaneBuild "other rels" of appendrel baserels in a separate...
2019-03-26  Tom LaneAdd ORDER BY to more ICU regression test cases.
2019-03-26  Tom LaneFix oversight in data-type change for autovacuum_vacuum...
2019-03-26  Alvaro Herrerapsql: Schema-qualify typecast in one \d query
2019-03-26  Tom LaneGet rid of duplicate child RTE for a partitioned table.
2019-03-26  Alvaro HerreraImprove psql's \d display of foreign key constraints
2019-03-26  Magnus HaganderFix typo
2019-03-26  Peter EisentrautFix misplaced const
2019-03-26  Andres FreundRemove heap_hot_search().
2019-03-26  Michael PaquierFix crash when using partition bound expressions
2019-03-26  Andres Freundtableam: Add table_get_latest_tid, to wrap heap_get_lat...
2019-03-25  Andres Freundtableam: Add helper for indexes to check if a correspon...
2019-03-25  Thomas MunroAdd MacPorts support to src/test/ldap tests.
2019-03-25  Tom LaneImprove planner's selectivity estimates for inequalitie...
2019-03-25  Tom LaneDoc: clarify that REASSIGN OWNED doesn't handle default...
2019-03-25  Tom LaneSuppress Append and MergeAppend plan nodes that have...
2019-03-25  Peter GeogheganAdd "split after new tuple" nbtree optimization.
2019-03-25  Tom LaneFurther code review for new integerset code.
2019-03-25  Heikki LinnakangasRefactor code to print pgbench progress reports.
2019-03-25  Robert HaasFix use of wrong datatype with sizeof().
2019-03-25  Alvaro Herrerapgbench: Remove \cset
2019-03-25  Robert HaasAdd progress reporting for CLUSTER and VACUUM FULL.
2019-03-25  Alexander KorotkovGet rid of backtracking in jsonpath_scan.l
2019-03-25  Alexander KorotkovCosmetic changes for jsonpath_gram.y and jsonpath_scan.l
2019-03-25  Heikki LinnakangasClean up the Simple-8b encoder code.
2019-03-25  Peter EisentrautAlign timestamps in pg_regress output
2019-03-25  Peter EisentrautAdd macro to cast away volatile without allowing change...
2019-03-25  Peter EisentrautInitialize structure at declaration
2019-03-25  Andres Freundtableam: Add and use table_fetch_row_version().
2019-03-25  Peter EisentrautAdd ORDER BY to regression test case
2019-03-25  Andres Freundtableam: Use in CREATE TABLE AS and CREATE MATERIALIZED...
2019-03-24  Tom LaneUn-hide most cascaded-drop details in regression test...
2019-03-24  Tom LaneSort dependent objects before reporting them in DROP...
2019-03-24  Peter GeogheganRemove dead code from nbtsplitloc.c.
2019-03-24  Tom LaneAvoid double-free in vacuumlo error path.
2019-03-24  Michael PaquierMake current_logfiles use permissions assigned to files...
2019-03-24  Peter EisentrautTransaction chaining
2019-03-24  Andres FreundRemove spurious return.
2019-03-24  Andres Freundtableam: Add tuple_{insert, delete, update, lock} and...
2019-03-23  Tom LaneRemove inadequate check for duplicate "xml" PI.
2019-03-23  Tom LaneEnsure xmloption = content while restoring pg_dump...
2019-03-23  Tom LaneAccept XML documents when xmloption = content, as requi...
2019-03-23  Peter GeogheganSuppress DETAIL output from an event_trigger test.
2019-03-23  Peter GeogheganAdd nbtree high key "continuescan" optimization.
2019-03-23  Michael PaquierImprove format of code and some error messages in pg_ch...
2019-03-23  Tom LaneAdd unreachable "break" to satisfy -Wimplicit-fallthrough.
2019-03-23  Andres FreundExpand EPQ tests for UPDATEs and DELETEs
2019-03-22  Michael PaquierAdd option -N/--no-sync to pg_checksums
2019-03-22  Peter EisentrautRevert "Add gitignore entries for jsonpath_gram.h"
2019-03-22  Michael PaquierAdd options to enable and disable checksums in pg_checksums
2019-03-22  Peter EisentrautMake subscription collation test work independent of...
2019-03-22  Peter EisentrautAdd gitignore entries for jsonpath_gram.h
2019-03-22  Tom LaneRearrange make_partitionedrel_pruneinfo to avoid work...
2019-03-22  Peter GeogheganGo back to suppressing foreign_data DETAIL test output.
2019-03-22  Tom LaneDon't copy PartitionBoundInfo in set_relation_partition...
2019-03-22  Heikki LinnakangasFix yet more portability bugs in integerset and its...
2019-03-22  Peter EisentrautFix ICU tests for older ICU versions
2019-03-22  Heikki LinnakangasMore portability fixes for integerset tests.
2019-03-22  Heikki LinnakangasMake printf format strings in test_integerset portable.
2019-03-22  Heikki LinnakangasMake the integerset test more verbose.
2019-03-22  Heikki LinnakangasFix bug in the GiST vacuum's 2nd stage.
2019-03-22  Heikki LinnakangasDelete empty pages during GiST VACUUM.
next