]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2017-04-04  Robert HaasAbstract logic to allow for multiple kinds of child...
2017-04-04  Robert HaasProperly acquire buffer lock for page-at-a-time hash...
2017-04-03  Andrew GierthTry and silence spurious Coverity warning.
2017-04-03  Peter EisentrautMake header self-contained
2017-04-03  Peter EisentrautFix whitespace
2017-04-03  Peter EisentrautHandle change of slot name in logical replication apply
2017-04-03  Peter Eisentrautdoc: Change xref style to number only
2017-04-02  Tom LaneRemove reinvention of stringify macro.
2017-04-02  Tom LaneDoc: clarify behavior of OT_WHOLE_LINE and OT_FILEPIPE...
2017-04-02  Tom LaneDocument psql's behavior of recalling the previously...
2017-04-02  Tom LaneFix behavior of psql's \p to agree with \g, \w, etc.
2017-04-02  Magnus HaganderFix some typos and spelling errors in comments
2017-04-02  Tom LaneAllow psql variable substitution to occur in backtick...
2017-04-01  Kevin GrittnerFix two undocumented parameters to functions from ENR...
2017-04-01  Alvaro HerreraBRIN de-summarization
2017-04-01  Alvaro HerreraFix expected output
2017-04-01  Alvaro HerreraBRIN auto-summarization
2017-04-01  Magnus HaganderWrite "waiting for checkpoint" on regular progress row
2017-04-01  Kevin GrittnerTry to fix breakage of sepgsql hooks by ENR patch.
2017-04-01  Kevin GrittnerAdd transition table support to plpgsql.
2017-04-01  Kevin GrittnerAdd infrastructure to support EphemeralNamedRelation...
2017-04-01  Robert HaasAvoid GatherMerge crash when there are no workers.
2017-04-01  Robert HaasFix parallel query so it doesn't spoil row estimates...
2017-04-01  Robert HaasDon't use bgw_main even to specify in-core bgworker...
2017-04-01  Tom LaneFix unstable regression test result.
2017-04-01  Tom LaneFix unstable regression test result.
2017-04-01  Robert HaasFix typos.
2017-03-31  Tom LaneFor foreign keys, check REFERENCES privilege only on...
2017-03-31  Robert HaasImprove documentation for table partitioning.
2017-03-31  Robert HaasRevert "Allow ON CONFLICT .. DO NOTHING on a partitione...
2017-03-31  Robert HaasDon't allocate storage for partitioned tables.
2017-03-31  Robert Haaspostgres_fdw: Teach IMPORT FOREIGN SCHEMA about partiti...
2017-03-31  Andrew DunstanFull Text Search support for json and jsonb
2017-03-31  Andrew DunstanTransform or iterate over json(b) string values
2017-03-31  Magnus HaganderFix typo in comment
2017-03-30  Tom LaneFix broken markup.
2017-03-30  Simon RiggsFix pgrowlocks minor coding oversight
2017-03-30  Simon RiggsDefault monitoring roles
2017-03-30  Tom LaneSupport \if ... \elif ... \else ... \endif in psql...
2017-03-30  Andres FreundTry to fix xml docs build broken in 5ded4bd.
2017-03-30  Fujii MasaoSimplify the example of VACUUM in documentation.
2017-03-30  Andres FreundRemove support for version-0 calling conventions.
2017-03-30  Andres FreundMove contrib/seg to only use V1 calling conventions.
2017-03-29  Teodor SigaevImplement SortSupport for macaddr data type
2017-03-29  Peter Eisentrautpg_dump: Remove query truncation in error messages
2017-03-29  Peter EisentrautUpdate copyright year in recently added files
2017-03-29  Alvaro HerreraSimplify check of modified attributes in heap_update
2017-03-29  Robert HaasMark more functions parallel-restricted.
2017-03-29  Robert HaasPlug race in dsa_attach.
2017-03-29  Peter EisentrautFix hardcoded typeof check result for Windows
2017-03-29  Peter EisentrautFix configure check for typeof
2017-03-29  Peter EisentrautImprove Node vs Expr use a bit
2017-03-29  Peter EisentrautCast result of copyObject() to correct type
2017-03-29  Peter Eisentrautdoc: Mention --enable-tap-tests in regression test...
2017-03-29  Peter EisentrautChange 'diag' to 'note' in TAP tests
2017-03-28  Alvaro HerreraAllow DSM segments to be created as pinned
2017-03-28  Tom LaneMake new expression eval code reject references to...
2017-03-28  Alvaro HerreraRemove direct uses of ItemPointer.{ip_blkid,ip_posid}
2017-03-28  Simon RiggsCorrect grammar in error message
2017-03-28  Peter EisentrautFix ssl tests
2017-03-28  Tom LaneSuppress implicit-conversion warnings seen with newer...
2017-03-28  Teodor SigaevAltering default privileges on schemas
2017-03-28  Peter Eisentrautdblink: Fix error reporting
2017-03-28  Simon RiggsCleanup slots during drop database
2017-03-28  Peter EisentrautFix Perl code which had broken the Windows build
2017-03-28  Tom LaneShow ignored constants as "$N" rather than "?" in pg_st...
2017-03-27  Alvaro HerreraFix uninitialized memory propagation mistakes
2017-03-27  Peter Eisentrautdoc: Improve rendering of notes/cautions using XSL-FO
2017-03-27  Robert HaasStill more code review for single-page hash vacuuming.
2017-03-27  Teodor SigaevFsync directory after creating or unlinking file.
2017-03-27  Alvaro HerreraFix thinko in estimate_num_groups
2017-03-27  Teodor SigaevImprove performance of find_all_inheritors()
2017-03-27  Peter Eisentrautdoc: Fix oldhtml/old PDF build again
2017-03-27  Alvaro HerreraRework the stats_ext test
2017-03-27  Peter EisentrautPL/Python: Add cursor and execute methods to plan object
2017-03-27  Teodor SigaevImprove performance of find_tabstat_entry()/get_tabstat...
2017-03-27  Robert HaasImprove documentation of how NOT NULL works with partit...
2017-03-27  Robert HaasTidy up the CREATE TABLE documentation for partitioning.
2017-03-27  Robert HaasFix improper NULL handling in list partitioning code.
2017-03-27  Robert HaasAllow ON CONFLICT .. DO NOTHING on a partitioned table.
2017-03-27  Peter EisentrautChange default of log_directory to 'log'
2017-03-27  Robert HaasPass DSA_ALLOC_HUGE when allocating a shared TIDBitmap.
2017-03-27  Peter EisentrautClean up Perl code according to perlcritic
2017-03-27  Andrew GierthAttempt to stabilize grouping sets regression test...
2017-03-27  Alvaro HerreraFix a couple of problems in pg_get_statisticsextdef
2017-03-27  Andrew GierthSupport hashed aggregation with grouping sets.
2017-03-27  Robert HaasFix comment.
2017-03-27  Robert HaasShow more processes in pg_stat_activity.
2017-03-26  Tom LaneImprove performance of ExecEvalWholeRowVar.
2017-03-26  Peter EisentrautFix cpluspluscheck warning
2017-03-26  Tom LaneUse ExecPrepareExpr in place of ExecPrepareCheck where...
2017-03-26  Tom LaneFix typos in logical replication support for initial...
2017-03-26  Tom LaneFix unportable disregard of alignment requirements...
2017-03-26  Tom LaneFix some minor resource leaks in PerformRadiusTransacti...
2017-03-26  Tom LaneImprove implementation of EEOP_BOOLTEST_* opcodes.
2017-03-26  Peter Eisentrautdoc: Fix oldhtml/old PDF build
2017-03-26  Peter Eisentrautdoc: Clean up bibliography rendering for XSLT
2017-03-26  Tom LaneUpdate some obsolete comments.
2017-03-26  Alvaro HerreraAdd missing break
2017-03-26  Andres FreundBlindly attempt to fix sepgsql tests #2.
next