]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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
2017-03-24  Fujii MasaoMake VACUUM VERBOSE report the number of skipped frozen...
2017-03-24  Alvaro HerreraImplement multivariate n-distinct coefficients
2017-03-24  Robert Haasplpgsql: Don't generate parallel plans for RETURN QUERY.
2017-03-24  Robert HaasAdd a txid_status function.
2017-03-24  Simon RiggsAvoid SnapshotResetXmin() during AtEOXact_Snapshot()
2017-03-24  Peter EisentrautHandle empty result set in libpqrcv_exec
2017-03-24  Heikki LinnakangasAllow SCRAM authentication, when pg_hba.conf says ...
2017-03-24  Teodor SigaevFix backup canceling
2017-03-24  Tom LaneAvoid syntax error on platforms that have neither LOCAL...
2017-03-23  Bruce Momjiandoc: add missing closing 'sect3' tag for ICU patch
2017-03-23  Peter EisentrautAdd ICU_FLAGS to one more place
2017-03-23  Peter EisentrautFix crash in ICU patch
2017-03-23  Robert HaasFix enum definition.
2017-03-23  Peter EisentrautICU support
2017-03-23  Robert HaasTrack the oldest XID that can be safely looked up in...
2017-03-23  Peter EisentrautRemove createlang and droplang
2017-03-23  Robert HaasAllow for parallel execution whenever ExecutorRun(...
2017-03-23  Teodor SigaevReduce page locking in GIN vacuum
2017-03-23  Peter EisentrautRemove trailing comma from enum definition
2017-03-23  Peter EisentrautAssorted compilation and test fixes
2017-03-23  Simon RiggsMinor spelling correction in comment
2017-03-23  Simon RiggsReplication lag tracking for walsenders
2017-03-23  Peter EisentrautLogical replication support for initial data copy
2017-03-23  Magnus HaganderFix grammar in comment
2017-03-23  Stephen FrostExpose waitforarchive option through pg_stop_backup()
2017-03-22  Peter Eisentrautdoc: Improve CREATE PUBLICATION examples
2017-03-22  Peter Eisentrautdoc: Fix logical replication setup instructions
2017-03-22  Peter Eisentrautdoc: Markup and formatting improvements
2017-03-22  Robert HaasFix wrong costing of Sort under Gather Merge.
2017-03-22  Magnus HaganderSupport multiple RADIUS servers
2017-03-22  Simon RiggsCorrect erroneous comment in GetOldestXmin()
2017-03-22  Simon RiggsRefactor GetOldestXmin() to use flags
2017-03-22  Simon RiggsAssign AccessExclusiveLocks against subxacts in Hot...
2017-03-22  Peter EisentrautChange logical replication pg_hba.conf use
2017-03-22  Peter EisentrautRefine rules for altering publication owner
2017-03-22  Andrew DunstanSync pg_dump and pg_dumpall output
2017-03-22  Simon RiggsImprove performance of replay of AccessExclusiveLocks
2017-03-22  Simon RiggsTeach xlogreader to follow timeline switches
2017-03-22  Peter EisentrautAvoid Perl warning
2017-03-22  Peter Eisentrautpg_dump: Only dump publications when dumping everything
2017-03-22  Peter Eisentrautdoc: Update tool sets documentation for modern FreeBSD
2017-03-21  Andrew DunstanDocument btree_gin support for enums
2017-03-21  Andrew DunstanAdd btree_gin support for enum types
2017-03-21  Andrew DunstanAdd btree_gist support for enum types.
2017-03-21  Andrew DunstanUse CallerFInfoFunctionCall with btree_gist for varlena...
2017-03-21  Andrew DunstanUse CallerFInfoFunctionCall with btree_gist for numeric...
2017-03-21  Simon RiggsAdd a pg_recvlogical wrapper to PostgresNode
2017-03-21  Robert HaasDon't scan partitioned tables.
2017-03-21  Teodor SigaevFix support for some operators (&<, &>, $<|, |&>) in...
2017-03-21  Andrew DunstanAdd a direct function call mechanism using the caller...
2017-03-21  Peter Eisentrautdoc: Improve markup
2017-03-21  Bruce Momjiandoc: clarify that function "ownership" that controls...
2017-03-21  Bruce Momjiandoc: adjust 'Infinity' example to include minus
2017-03-21  Andrew DunstanAdd missing support for new node fields
2017-03-21  Bruce Momjiandoc: improve createdb example
2017-03-20  Andrew DunstanForce the regression databases to have bytea_output...
2017-03-20  Andrew DunstanAdd IF NOT EXISTS for CREATE SERVER and CREATE USER...
2017-03-20  Andrew DunstanUse a consistent error message style for user mappings.
2017-03-20  Robert HaasAnother fix for single-page hash index vacuum.
2017-03-20  Robert HaasFixes for single-page hash index vacuum.
2017-03-20  Tom LaneAdd configure test to see if the C compiler has gcc...
2017-03-20  Heikki LinnakangasAdd .gitignore for src/test/authentication/tmp_check.
2017-03-20  Tom LaneAdd missed "make clean" logic in src/interfaces/libpq...
2017-03-20  Tom LaneImprove regression test coverage for TID scanning.
2017-03-20  Teodor SigaevRevert unintentional change in increasing usage count...
next