]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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.
2017-03-26  Andres FreundBlindly attempt to fix sepgsql tests.
2017-03-25  Andres FreundRemove unreachable code in expression evaluation.
2017-03-25  Tom Lanegit rm execQual.c
2017-03-25  Andres FreundFaster expression evaluation and targetlist projection.
2017-03-25  Tom LaneRe-adhere to policy of no more than 20 tests per parall...
2017-03-25  Tom LaneRemember to drop roles created by regression tests.
2017-03-25  Peter EisentrautAdd cleanup to new test cases
2017-03-25  Simon RiggsReport catalog_xmin separately in hot_standby_feedback
2017-03-25  Peter EisentrautAdd missing break
2017-03-25  Peter Eisentrautpsql: Add missing schema qualification
2017-03-25  Peter EisentrautFix locale pointer use in WIN32 code path
2017-03-25  Peter EisentrautRemove ICU tests from default run
2017-03-25  Peter EisentrautFix recovery test hang
2017-03-25  Peter EisentrautAdd COMMENT and SECURITY LABEL support for publications...
2017-03-25  Peter EisentrautMake header self-contained
2017-03-25  Peter EisentrautAdd more subscription DDL tests
2017-03-24  Alvaro HerreraFix typo in comment
2017-03-24  Alvaro HerreraFix stats_ext test in 32 bit machines
2017-03-24  Peter EisentrautCheck that published table exists on subscriber
2017-03-24  Robert HaasImprove access to parallel query from procedural languages.
2017-03-24  Alvaro HerreraFix use-after-free bug
2017-03-24  Simon RiggsReverting 42b4b0b2413b9b472aaf2112a3bbfd80a6ab4dc5
next