]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2020-02-10  Thomas Munropsql: Fix %w length in PROMPT2 when PROMPT1 contains...
2020-02-09  Tom LaneRevert "docs: change "default role" wording to "predefi...
2020-02-09  Tom LaneStore the deletion horizon XID for a deleted GIN page...
2020-02-07  Alvaro HerreraFix failure to create FKs correctly in partitions
2020-02-07  Alvaro HerreraFix TRUNCATE .. CASCADE on partitions
2020-02-07  Fujii MasaoFix bug in Tid scan.
2020-02-07  Andres Freundjit: Reference expression step functions via llvmjit_types.
2020-02-07  Michael PaquierBump catalog version for the addition of leader_pid...
2020-02-07  Jeff DavisIntroduce TupleHashTableHash() and LookupTupleHashEntry...
2020-02-07  Andres Freundjit: Remove redundancies in expression evaluation code...
2020-02-07  Andres Freundjit: Reference functions by name in IOCOERCE steps.
2020-02-07  Andres Freundexpression eval: Don't redundantly keep track of AggState.
2020-02-07  Andres Freundexpression eval, jit: Minor code cleanups.
2020-02-07  Michael PaquierFix typo in proc.c
2020-02-07  Michael PaquierRevert "Prevent running pg_basebackup as root"
2020-02-06  Michael PaquierRevert "Add GUC checks for ssl_min_protocol_version...
2020-02-06  Peter EisentrautEnsure relcache consistency around generated columns
2020-02-06  Jeff DavisRefactor hash_agg_entry_size().
2020-02-06  Jeff DavisLogical Tape Set: use min heap for freelist.
2020-02-06  Amit KapilaFix typo.
2020-02-06  Fujii MasaoFix bug in LWLock statistics mechanism.
2020-02-06  Michael PaquierAdd leader_pid to pg_stat_activity
2020-02-05  Andrew GierthForce tuple conversion when the source has missing...
2020-02-05  Alvaro HerreraMake vacuum buffer counters 64 bits wide
2020-02-05  Alvaro HerreraALTER SUBSCRIPTION / REFRESH docs: explain copy_data
2020-02-05  Noah MischWhen a TAP file has non-zero exit status, retain tempor...
2020-02-05  Thomas MunroAdd kqueue(2) support to the WaitEventSet API.
2020-02-04  Thomas MunroHandle lack of DSM slots in parallel btree build, take 2.
2020-02-04  Tom LaneFix handling of "Subplans Removed" field in EXPLAIN...
2020-02-04  Michael PaquierFix fuzzy error handling in pg_basebackup when opening...
2020-02-03  Alvaro HerreraAdd missing break out seqscan loop in logical replication
2020-02-03  Michael PaquierAdd declaration-level assertions for compile-time checks
2020-02-02  Tom LaneFix assorted error-cleanup bugs in SSL min/max protocol...
2020-02-01  Andrew GierthOptimizations for integer to decimal output.
2020-02-01  Michael PaquierPrevent running pg_basebackup as root
2020-02-01  Thomas MunroFix memory leak on DSM slot exhaustion.
2020-01-31  Tom LaneFix not-quite-right string comparison in parse_jsonb_in...
2020-01-31  Tom LaneFix CheckAttributeType's handling of collations for...
2020-01-31  Tom LaneFix parallel pg_dump/pg_restore for failure to create...
2020-01-31  Peter EisentrautAllow building without default socket directory
2020-01-31  Peter EisentrautSprinkle some const decorations
2020-01-31  Michael PaquierFix typo in recently-added TAP test for replication...
2020-01-31  Thomas MunroReport time spent in posix_fallocate() as a wait event.
2020-01-31  Thomas MunroAdjust DSM and DSA slot usage constants.
2020-01-30  Tom LaneIn jsonb_plpython.c, suppress warning message from...
2020-01-30  Thomas MunroHandle lack of DSM slots in parallel btree build.
2020-01-30  Alvaro HerreraClean up newlines following left parentheses
2020-01-30  Alvaro HerreraRemove excess parens in ereport() calls
2020-01-30  Tom LaneFix test failure with non-MULTIPLICITY Perl interpreters.
2020-01-30  Fujii MasaoMake inherited TRUNCATE perform access permission check...
2020-01-30  Michael PaquierFix slot data persistency when advancing physical repli...
2020-01-30  Tom LaneFix vcregress.pl for new plperl test case.
2020-01-29  Tom LaneInvent "trusted" extensions, and remove the pg_pltempla...
2020-01-29  Tom LaneTeach plpgsql's "make clean" to remove generated test...
2020-01-29  Robert HaasAdd jsonapi.c to Mkvcbuild.pm's @pgcommonallfiles.
2020-01-29  Robert HaasMove jsonapi.c and jsonapi.h to src/common.
2020-01-29  Peter EisentrautFail if recovery target is not reached
2020-01-29  Michael PaquierFix dispsize for libpq connection parameters channel_bi...
2020-01-29  Amit KapilaAdd --parallel option to vacuumdb command.
2020-01-28  Tom LaneFix dangling pointer in EvalPlanQual machinery.
2020-01-28  Heikki LinnakangasFix randAccess setting in ReadRecord()
2020-01-28  Thomas MunroFix compile error on HP C.
2020-01-28  Thomas MunroDon't reset latch in ConditionVariablePrepareToSleep().
2020-01-28  Amit KapilaAdded relation name in error messages for constraint...
2020-01-28  Michael PaquierAdd connection parameters to control SSL protocol min...
2020-01-28  Thomas MunroRemove dependency on HeapTuple from predicate locking...
2020-01-27  Tom LaneApply project best practices to switches over enum...
2020-01-27  Robert HaasMove some code from jsonapi.c to jsonfuncs.c.
2020-01-27  Robert HaasAdjust pg_parse_json() so that it does not directly...
2020-01-27  Thomas MunroAvoid unnecessary shm writes in Parallel Hash Join.
2020-01-27  Michael PaquierFix some memory leaks and improve restricted token...
2020-01-26  Tom LaneFix EXPLAIN (SETTINGS) to follow policy about when...
2020-01-26  Thomas MunroRefactor confusing code in _mdfd_openseg().
2020-01-26  Tom LaneIn postgres_fdw, don't try to ship MULTIEXPR updates...
2020-01-26  Heikki LinnakangasRefactor XLogReadRecord(), adding XLogBeginRead() function.
2020-01-25  Tom LaneClean up EXPLAIN's handling of per-worker details.
2020-01-25  Dean RasheedAdd functions gcd() and lcm() for integer and numeric...
2020-01-24  Robert HaasRemove jsonapi.c's lex_accept().
2020-01-24  Robert HaasSplit JSON lexer/parser from 'json' data type support.
2020-01-24  Robert HaasAdjust src/include/utils/jsonapi.h so it's not backend...
2020-01-24  Fujii MasaoAdd pg_file_sync() to adminpack extension.
2020-01-24  Peter EisentrautAdd exclusion to headercheck
2020-01-24  Peter EisentrautFix typo
2020-01-24  Michael PaquierDoc: Fix list of storage parameters available for ALTER...
2020-01-23  Tom LaneAdd configure probe for rl_completion_suppress_quote.
2020-01-23  Tom LaneFix an oversight in commit 4c70098ff.
2020-01-23  Tom LaneClean up formatting.c's logic for matching constant...
2020-01-23  Tom LaneImprove psql's tab completion for filenames.
2020-01-23  Michael PaquierDoc: Fix and tweak documentation for ANALYZE reporting
2020-01-23  Michael PaquierClarify some comments in vacuumlazy.c
2020-01-22  Alvaro HerreraAdd BRIN test case
2020-01-22  Fujii MasaoAdd GUC ignore_invalid_pages.
2020-01-22  Amit KapilaFix the computation of max dead tuples during the vacuum.
2020-01-22  Michael PaquierFix concurrent indexing operations with temporary tables
2020-01-21  Tom LaneClarify behavior of adding and altering a column in...
2020-01-21  Andres FreundFix edge case leading to agg transitions skipping ExecA...
2020-01-21  Michael PaquierAdd GUC variables for stat tracking and timeout as...
2020-01-20  Tom LaneFurther tweaking of jsonb_set_lax().
2020-01-20  Tom LaneFix pg_dump's sigTermHandler() to use _exit() not exit().
2020-01-20  Heikki LinnakangasFix crash in BRIN inclusion op functions, due to missin...
next