]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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.
2019-03-22  Heikki LinnakangasAdd IntegerSet, to hold large sets of 64-bit ints effic...
2019-03-22  Peter EisentrautCollations with nondeterministic comparison
2019-03-22  Michael PaquierFix crash with pg_partition_root
2019-03-21  Peter GeogheganRevert "Suppress DETAIL output from a foreign_data...
2019-03-21  Alvaro HerreraCatversion bump announced in previous commit but forgotten
2019-03-21  Alvaro HerreraFix dependency recording bug for partitioned PKs
2019-03-21  Tom LaneImprove error reporting for DROP FUNCTION/PROCEDURE...
2019-03-21  Thomas MunroAdd DNS SRV support for LDAP server discovery.
2019-03-20  Tom LaneSort the dependent objects before deletion in DROP...
2019-03-20  Alvaro HerreraAdd index_get_partition convenience function
2019-03-20  Peter GeogheganFix spurious compiler warning in nbtxlog.c.
2019-03-20  Peter GeogheganSuppress DETAIL output from a foreign_data test.
2019-03-20  Alvaro HerreraRestore RI trigger sanity check
2019-03-20  Peter GeogheganAllow amcheck to re-find tuples using new search.
2019-03-20  Peter GeogheganConsider secondary factors during nbtree splits.
2019-03-20  Peter GeogheganMake heap TID a tiebreaker nbtree index column.
2019-03-20  Peter GeogheganRefactor nbtree insertion scankeys.
2019-03-20  Alexander KorotkovGet rid of jsonpath_gram.h and jsonpath_scanner.h
2019-03-20  Alexander KorotkovRemove ambiguity for jsonb_path_match() and jsonb_path_...
2019-03-19  Tom LaneRestructure libpq's handling of send failures.
next