]> granicus.if.org Git - postgresql/shortlog
postgresql
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
2019-03-17 Alexander KorotkovBeautify initialization of JsonValueList and JsonLikeRe...
2019-03-17 Alexander KorotkovApply const qualifier to keywords of jsonpath_scan.l
2019-03-17 Alexander KorotkovRemove some make rules added in 142c400d72
2019-03-17 Alexander KorotkovFix make rules for jsonpath grammar making them similar...
2019-03-17 Peter EisentrautAdd support for collation attributes on older ICU versions
2019-03-17 Alexander KorotkovFix compiler warning in jsonpath_exec.c
2019-03-16 Peter EisentrautRemove another unnecessary application_name specificati...
2019-03-16 Tom LaneFurther adjust the tests for the hyperbolic functions.
2019-03-16 Tom LaneSuppress -Wimplicit-fallthrough warnings in new jsonpat...
2019-03-16 Amit KapilaUpdate copyright year in files added by 1bb5e78218.
2019-03-16 Alexander KorotkovNumeric error suppression in jsonpath
2019-03-16 Alexander KorotkovPartial implementation of SQL/JSON path language
2019-03-16 Peter EisentrautAvoid casting away a const
2019-03-16 Peter EisentrautDon't propagate PGAPPNAME through pg_ctl in tests
2019-03-16 Michael MeskesUse correct connection name variable in ecpglib.
2019-03-16 Amit KapilaImprove code comments in b0eaa4c51b.
2019-03-15 Tom LaneFurther reduce memory footprint of CLOBBER_CACHE_ALWAYS...
2019-03-15 Peter EisentrautPL/Tcl: Improve trigger tests organization
2019-03-15 Peter EisentrautAdd walreceiver API to get remote server version
2019-03-15 Michael PaquierFix typo related to to_tsvector() in tests of json...
2019-03-15 Thomas MunroEnable parallel query with SERIALIZABLE isolation.
2019-03-15 Amit KapilaDuring pg_upgrade, conditionally skip transfer of FSMs.
2019-03-14 Peter EisentrautReorder identity regression test
2019-03-14 Tom LaneFix some oversights in commit 2455ab488.
2019-03-14 Peter EisentrautImprove code comment
2019-03-14 Peter EisentrautRemove unused #include
2019-03-14 Peter EisentrautAdd BKI_DEFAULT to pg_class.relrewrite
next