]> granicus.if.org Git - postgresql/shortlog
postgresql
2019-07-21 Michael PaquierFix compilation warning of pg_basebackup with MinGW
2019-07-21 David RowleySpeed up finding EquivalenceClasses for a given set...
2019-07-20 Peter GeogheganDon't rely on estimates for amcheck Bloom filters.
2019-07-20 Tomas VondraUse column collation for extended statistics
2019-07-20 Tomas VondraRework examine_opclause_expression to use varonleft
2019-07-19 Jeff Davispg_stat_statements: add missing check for pgss_enabled().
2019-07-19 Tom LaneSilence compiler warning, hopefully.
2019-07-19 Michael PaquierDoc: clarify when table rewrites happen with column...
2019-07-19 Michael PaquierRefactor parallelization processing code in src/bin...
2019-07-19 Jeff DavisFix error in commit e6feef57.
2019-07-18 Michael PaquierFix typo in mvdistinct.c
2019-07-18 Jeff DavisFix daterange canonicalization for +/- infinity.
2019-07-18 Peter GeogheganFix nbtree metapage cache upgrade bug.
2019-07-18 Tom LaneFurther adjust SPITupleTable to provide a public row...
2019-07-18 Tomas VondraSimplify bitmap updates in multivariate MCV code
2019-07-18 Tomas VondraFix handling of NULLs in MCV items and constants
2019-07-18 Tomas VondraFix handling of opclauses in extended statistics
2019-07-18 Tomas VondraRemove unnecessary TYPECACHE_GT_OPR lookup
2019-07-18 Andres Freundtableam: comment improvements.
2019-07-18 Michael PaquierSimplify description of --data-checksums in documentati...
2019-07-17 Tom LaneUpdate time zone data files to tzdata release 2019b.
2019-07-17 Tom LaneSync our copy of the timezone library with IANA release...
2019-07-17 Tom LaneClarify the distinction between public and private...
2019-07-17 Tom LaneDoc: explain where to find Makefile used to build sepgs...
2019-07-17 Tom LaneFix sepgsql test results for commit d97b714a2.
2019-07-17 Tom LaneAvoid using lcons and list_delete_first where it's...
2019-07-17 Thomas MunroMove some md.c-specific logic from smgr.c to md.c.
2019-07-16 Tom LaneFix thinko in construction of old_conpfeqop list.
2019-07-16 Tom LaneRemove lappend_cell...() family of List functions.
2019-07-16 Tom LaneClean up some ad-hoc code for sorting and de-duplicatin...
2019-07-16 Tom LaneRedesign the API for list sorting (list_qsort becomes...
2019-07-16 Michael PaquierFix inconsistencies and typos in the tree
2019-07-16 Tom LaneRemove dead code.
2019-07-16 Bruce Momjiandoc: mention pg_reload_conf() for reloading the config...
2019-07-15 Thomas MunroProvide pgbench --show-script to dump built-in scripts.
2019-07-15 Thomas MunroReport the time taken by pgbench initialization steps.
2019-07-15 Peter GeogheganCorrect nbtsplitloc.c comment.
2019-07-15 Peter GeogheganFix pathological nbtree split point choice issue.
2019-07-15 Tom LaneRepresent Lists as expansible arrays, not chains of...
2019-07-15 Thomas MunroProvide XLogRecGetFullXid().
2019-07-14 Peter EisentrautAdd gen_random_uuid function
2019-07-14 Alexander KorotkovForgotten catversion bump
2019-07-14 Alexander KorotkovAdd support for <-> (box, point) operator to SP-GiST...
2019-07-14 Alexander KorotkovAdd support for <-> (box, point) operator to GiST box_ops
2019-07-14 Alexander KorotkovAdd missing commutators for distance operators
2019-07-14 Andrew GierthTeach pg_stat_statements not to ignore FOR UPDATE clauses
2019-07-14 Thomas MunroFix documentation for pgbench tpcb-like.
2019-07-13 Noah MischRevive test of concurrent OID generation.
2019-07-13 Michael PaquierFix some inconsistencies in MSVC scripts
2019-07-13 Michael PaquierFix and improve several places in the docs
2019-07-13 Thomas MunroFix tab completion for UPDATE.
2019-07-13 Thomas MunroTab completion for CREATE TYPE.
2019-07-13 Thomas MunroForward received condition variable signals on cancel.
2019-07-13 Thomas MunroIntroduce timed waits for condition variables.
2019-07-12 Thomas MunroWarn if wal_level is too low when creating a publication.
2019-07-12 Tom LaneFix get_actual_variable_range() to cope with broken...
2019-07-12 David RowleyFix RANGE partition pruning with multiple boolean parti...
2019-07-11 Alexander KorotkovFixes for jsonpath filter expression elements table...
2019-07-10 Tom LaneReduce memory consumption for multi-statement query...
2019-07-10 Bruce Momjiandocs: remove pg_roles mention of the oid column being...
2019-07-10 Alvaro HerreraMention limitation of unique in partitioned tables
2019-07-10 Michael PaquierFix variable initialization when using buffering build...
2019-07-10 Alexander KorotkovAssorted fixes for jsonpath documentation
2019-07-10 David RowleyFix missing calls to table_finish_bulk_insert during...
2019-07-10 Amit KapilaFix few typos and minor wordsmithing in tableam comments.
2019-07-09 Thomas MunroPass QueryEnvironment down to EvalPlanQual's EState.
2019-07-09 Alvaro HerreraPropagate trigger arguments to partitions
2019-07-09 Peter EisentrautMessage style improvements
2019-07-09 Thomas MunroForce hash joins to be enabled in the hash join regress...
2019-07-09 Bruce Momjiandoc: adjust to_timestamp()/to_date() wording
2019-07-08 Bruce MomjianAdjust ssl_ciphers to be specific to OpenSSL
2019-07-08 Bruce MomjianRemove unused C structure member
2019-07-08 Robert Haastableam: Provide helper functions for relation sizing.
2019-07-08 Peter Eisentrautdoc: Clarify logical replication documentation
2019-07-08 Michael PaquierFix inconsistencies in the code
2019-07-07 Peter EisentrautUse consistent style for checking return from system...
2019-07-07 Michael PaquierRemove more unreferenced function declarations
2019-07-06 Tom LaneIn pg_log_generic(), be more paranoid about preserving...
2019-07-06 Peter EisentrautAdd missing source files to nls.mk
2019-07-06 Peter Eisentrautpsql: Fix logging output format
2019-07-06 Amit KapilaAdd missing assertions for required table am callbacks.
2019-07-06 Tom LaneAdd some test cases to improve test coverage of parse_e...
2019-07-05 Tom LaneRemove unreferenced function declarations.
2019-07-05 Tom LaneRemove dead encoding-conversion functions.
2019-07-05 Tomas VondraRemove unused variable in statext_mcv_serialize()
2019-07-05 Tom LaneAdd \warn command to psql.
2019-07-05 Thomas MunroImprove comment in postgresql.conf.sample.
2019-07-05 Peter Eisentrautdoc: Spell checking
2019-07-05 Michael PaquierAdd min() and max() aggregates for pg_lsn
2019-07-05 Michael PaquierUpdate hardcoded DH parameters to IANA standards
2019-07-04 Tomas VondraSimplify pg_mcv_list (de)serialization
2019-07-04 Tomas VondraFix pg_mcv_list_items() to produce text[]
2019-07-04 Tomas VondraSpeed-up build of MCV lists with many distinct values
2019-07-04 Peter EisentrautRemove unnecessary casts from size_t to int
2019-07-04 Peter EisentrautUnwind some workarounds for lack of portable int64...
2019-07-04 Peter EisentrautSync our Snowball stemmer dictionaries with current...
2019-07-04 Peter EisentrautClean up whitespace a bit
2019-07-04 Michael PaquierIntroduce safer encoding and decoding routines for...
2019-07-04 Michael PaquierSimplify TAP tests of pg_dump for connection strings
2019-07-04 David RowleyUse appendStringInfoString and appendPQExpBufferStr...
next