users/c2main/postgres.git
2020-02-17 Peter EisentrautOptimize update of tables with generated columns
2020-02-17 Peter EisentrautFill in extraUpdatedCols in logical replication
2020-02-17 Fujii MasaoAdd description about GSSOpenServer wait event into...
2020-02-17 Fujii MasaoAdd description about LogicalRewriteTruncate wait event...
2020-02-16 Tom LaneTry again to work around Windows' ERROR_SHARING_VIOLATI...
2020-02-15 Tom LaneUpdate obsolete comment.
2020-02-15 Tom LaneClarify coding in Catalog::AddDefaultValues.
2020-02-15 Tom LaneRun "make reformat-dat-files".
2020-02-15 Tom LaneDon't require pg_class.dat to contain correct relnatts...
2020-02-15 Peter GeogheganRecreate website's formatting for "website" doc builds.
2020-02-14 Tom LaneRemove pg_regress' --load-language option.
2020-02-14 Michael PaquierRemove some dead code in contrib/adminpack/
2020-02-13 Tom LaneMark some contrib modules as "trusted".
2020-02-13 Jeff DavisLogical Tape Set: lazily allocate read buffer.
2020-02-13 Tom LaneAvoid a performance regression in float overflow/underf...
2020-02-12 Peter GeogheganDoc: Restructure B-Tree support routine docs.
2020-02-12 Tom LaneRemove long-dead comments.
2020-02-12 Tom LaneDoc: fix old oversights in GRANT/REVOKE documentation.
2020-02-12 Andres FreundTry to harden insert-conflict-specconflict against...
2020-02-12 Michael PaquierAdd %x to default PROMPT1 and PROMPT2 in psql
2020-02-12 Andres FreundTest additional speculative conflict scenarios.
2020-02-12 Fujii MasaoFix bug in pg_basebackup -F plain -R.
2020-02-11 Peter EisentrautDocument the pg_upgrade -j/--jobs option as taking...
2020-02-11 Thomas MunroUse pg_pwrite() in more places.
2020-02-10 Peter EisentrautCanonicalize some URLs
2020-02-10 Peter Eisentrautpsql: Remove one use of HAVE_UNIX_SOCKETS
2020-02-10 Peter EisentrautSimplify passing of configure arguments to pg_config
2020-02-10 Jeff DavisChange signature of TupleHashTableHash().
2020-02-10 Alvaro Herreracreateuser: fix parsing of --connection-limit argument
2020-02-10 Alvaro HerreraFix priv checks for ALTER <object> DEPENDS ON EXTENSION
2020-02-10 Michael PaquierRevert "pg_upgrade: Fix quoting of some arguments in...
2020-02-10 Amit KapilaFix typos.
2020-02-10 Amit Kapiladoc: Spell checking
2020-02-10 Michael Paquierpg_upgrade: Fix quoting of some arguments in pg_ctl...
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...
next