]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2019-04-03  Stephen FrostGSSAPI encryption support
2019-04-03  Alvaro HerreraCopy name when cloning FKs recurses to partitions
2019-04-03  Alvaro HerreraSupport foreign keys that reference partitioned tables
2019-04-03  Heikki LinnakangasGenerate less WAL during GiST, GIN and SP-GiST index...
2019-04-03  Alvaro HerreraCorrectly initialize newly added struct member
2019-04-02  Alvaro HerreraPrevent use of uninitialized variable
2019-04-02  Alvaro HerreraUpdate expected output for modified catalog definition
2019-04-02  Alvaro HerreraReport progress of CREATE INDEX operations
2019-04-02  Stephen FrostAdd support for partial TOAST decompression
2019-04-02  Etsuro Fujitapostgres_fdw: Perform the (FINAL, NULL) upperrel operat...
2019-04-02  Etsuro FujitaRefactor create_limit_path() to share cost adjustment...
2019-04-02  Etsuro Fujitapostgres_fdw: Modify regression tests for EPQ-related...
2019-04-02  Etsuro Fujitapostgres_fdw: Perform the (ORDERED, NULL) upperrel...
2019-04-02  Dean RasheedPerform RLS subquery checks as the right user when...
2019-04-02  Michael PaquierAdd progress reporting to pg_checksums
2019-04-02  Thomas MunroAdd wal_recycle and wal_init_zero GUCs.
2019-04-01  Andres FreundOnly allow heap in a number of contrib modules.
2019-04-01  Andres Freundtableam: Add table_finish_bulk_insert().
2019-04-01  Tom LaneRestrict pgbench's zipfian parameter to ensure good...
2019-04-01  Thomas MunroFix deadlock in heap_compute_xid_horizon_for_tuples().
2019-04-01  Tom LaneImprove documentation about our XML functionality.
2019-04-01  Tom LaneAdd volatile qualifier missed in commit 2e616dee9.
2019-04-01  Peter EisentrautUnified logging system for command-line programs
2019-04-01  Alexander KorotkovThrow error in jsonb_path_match() when result is not...
2019-04-01  Alexander KorotkovRestrict some cases in parsing numerics in jsonpath
2019-04-01  Alexander KorotkovGIN support for @@ and @? jsonpath operators
2019-04-01  Peter EisentrautCatch syntax error in generated column definition
2019-04-01  Michael PaquierFix thinko in allocation call during MVC list deseriali...
2019-04-01  Noah MischUpdate HINT for pre-existing shared memory block.
2019-04-01  Andres Freundtableam: bitmap table scan.
2019-04-01  Andres Freundtableam: sample scan.
2019-04-01  Andres Freundtableam: Formatting and other minor cleanups.
2019-04-01  Peter GeogheganFix nbtree high key "continuescan" row compare bug.
2019-03-31  Tom LaneAdd test case exercising formerly-unreached code in...
2019-03-31  Tom LaneCompute root->qual_security_level in a less random...
2019-03-31  Michael PaquierSkip redundant anti-wraparound vacuums
2019-03-31  Andrew DunstanHave pg_upgrade's Makefile honor NO_TEMP_INSTALL
2019-03-31  Andres Freundtableam: Move heap specific logic from estimate_rel_siz...
2019-03-31  Andres Freundtableam: VACUUM and ANALYZE support.
2019-03-31  Tomas VondraFix typo
2019-03-30  Tom LaneSpeed up planning when partitions can be pruned at...
2019-03-30  Tomas VondraFix compiler warnings in multivariate MCV code
2019-03-30  Tomas VondraAdditional fixes of memory alignment in pg_mcv_list...
2019-03-30  Tom LaneAvoid crash in partitionwise join planning under GEQO.
2019-03-30  Peter Eisentrautdoc: Fix typo
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.
next