postgresql.git
2020-02-26 Tom LaneSuppress unnecessary RelabelType nodes in more cases.
2020-02-26 Alvaro HerreraFix docs regarding AFTER triggers on partitioned tables
2020-02-26 Peter GeogheganSilence compiler warning in nbtinsert.c.
2020-02-26 Peter GeogheganAdd deduplication to nbtree.
2020-02-26 Peter GeogheganAdd equalimage B-Tree support functions.
2020-02-26 Magnus HaganderInclude error code in message from pg_upgrade
2020-02-25 Michael PaquierFix build failure on header generation with repetitive...
2020-02-24 Tom LaneFix compile failure.
2020-02-24 Andres Freundexpression eval: Reduce number of steps for agg transit...
2020-02-24 Michael PaquierIssue properly WAL record for CID of first catalog...
2020-02-24 Tom LaneAccount explicitly for long-lived FDs that are allocate...
2020-02-24 Peter EisentrautChange client-side fsync_fname() to report errors fatally
2020-02-24 Robert HaasAdapt hashfn.c and hashutils.h for frontend use.
2020-02-24 Robert HaasPut all the prototypes for hashfn.c into the same heade...
2020-02-24 Robert HaasMove bitmap_hash and bitmap_match to bitmapset.c.
2020-02-24 Michael PaquierAdd prefix checks in exclude lists for pg_rewind, pg_ch...
2020-02-22 Peter EisentrautFactor out InitControlFile() from BootStrapXLOG()
2020-02-22 Peter EisentrautReformat code comment
2020-02-22 Peter Eisentrautpg_resetwal: Rename function to avoid potential conflict
2020-02-21 Tom LaneAdjust Solution.pm to set HAVE_STDINT_H.
2020-02-21 Peter EisentrautFix perlcritic warnings
2020-02-21 Peter EisentrautAllow running src/tools/msvc/mkvcbuild.pl under not...
2020-02-21 Tom LaneAssume that we have signed integral types and flexible...
2020-02-21 Tom LaneAssume that we have <wchar.h>.
2020-02-21 Tom LaneAssume that we have utime() and <utime.h>.
2020-02-21 Tom LaneAssume that we have rint().
2020-02-21 Tom LaneAssume that we have memmove().
2020-02-21 Tom LaneAssume that we have cbrt().
2020-02-21 Tom LaneAssume that we have isinf().
2020-02-21 Tom LaneAssume that we have functional, 64-bit fseeko()/ftello().
2020-02-21 Peter EisentrautFix compiler warnings on 64-bit Windows
2020-02-21 Jeff DavisFixup for nodeAgg.c refactor.
2020-02-21 Etsuro FujitaAvoid redundant checks in partition_bounds_copy().
2020-02-21 Peter EisentrautRequire stdint.h
2020-02-21 Michael PaquierDoc: Fix instructions to control build environment...
2020-02-20 Alvaro HerreraSimplify FK-to-partitioned regression test query
2020-02-20 Etsuro FujitaRemove extra word from comment.
2020-02-20 Michael PaquierCleanup more code related to ws2_32.dll loading in...
2020-02-19 Tom LaneDoc: discourage use of partial indexes for poor-man...
2020-02-19 Tom LaneRemove support for upgrading extensions from "unpackage...
2020-02-19 Peter EisentrautFix typo
2020-02-19 Tom LaneFix confusion about event trigger vs. plain function...
2020-02-19 Peter EisentrautSet gen_random_uuid() to volatile
2020-02-19 Jeff DavisMinor refactor of nodeAgg.c.
2020-02-19 Jeff Davislogtape.c: allocate read buffer even for an empty tape.
2020-02-19 Fujii MasaoFix mesurement of elapsed time during truncating heap...
2020-02-19 Michael PaquierClean up some code, comments and docs referring to...
2020-02-19 Amit KapilaStop demanding that top xact must be seen before subxac...
2020-02-19 Peter GeogheganRemove obsolete _bt_compare() comment.
2020-02-18 Fujii MasaoMake inherited LOCK TABLE perform access permission...
2020-02-18 Michael PaquierRemove duplicated words in comments
2020-02-18 Michael PaquierFix grammar in monitoring.sgml
2020-02-17 Tom LaneTeach pg_dump to dump comments on RLS policy objects.
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.
next