]> granicus.if.org Git - postgresql/shortlog
postgresql
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.
2019-03-19 Alexander KorotkovRename typedef in jsonpath_gram.y from "string" to...
2019-03-19 Peter GeogheganTweak nbtsearch.c function prototype order.
2019-03-19 Tom LaneMake checkpoint requests more robust.
2019-03-19 Peter EisentrautReorder LOCALLOCK structure members to compact the...
2019-03-19 Alexander KorotkovRename typedef in jsonpath_scan.l from "keyword" to...
2019-03-19 Peter EisentrautIgnore attempts to add TOAST table to shared or catalog...
2019-03-19 Peter EisentrautFix whitespace
2019-03-19 Peter EisentrautFix bug in support for collation attributes on older...
2019-03-19 Robert HaasFix copyfuncs/equalfuncs support for VacuumStmt.
2019-03-19 Andrew GierthImplement OR REPLACE option for CREATE AGGREGATE.
2019-03-18 Tom LaneFix memory leak in printtup.c.
2019-03-18 Andres FreundFix typos in sgml docs about RefetchForeignRow().
2019-03-18 Andres FreundRemove leftover reference to oid column.
2019-03-18 Robert HaasDon't auto-restart per-database autoprewarm workers.
2019-03-18 Robert HaasRevise parse tree representation for VACUUM and ANALYZE.
2019-03-18 Robert HaasFold vacuum's 'int options' parameter into VacuumParams.
2019-03-18 Peter EisentrautFix optimization of foreign-key on update actions
2019-03-18 Peter EisentrautRemove unused macro
2019-03-18 Alexander KorotkovRevert 4178d8b91c
2019-03-18 Michael PaquierRefactor more code logic to update the control file
2019-03-18 Michael PaquierFix pg_rewind when rewinding new database with tables...
2019-03-18 Michael PaquierError out in pg_checksums on incompatible block size
next