]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2016-02-26  Alvaro HerreraMove some code from RewindTest into PostgresNode
2016-02-26  Robert HaasOn second thought, disable parallelism for prepared...
2016-02-26  Robert HaasAdd new FDW API to test for parallel-safety.
2016-02-26  Robert HaasRespect TEMP_CONFIG when running contrib regression...
2016-02-26  Alvaro HerreraAdd POD docs to PostgresNode
2016-02-26  Alvaro HerreraAdd README in src/test and src/test/modules
2016-02-25  Alvaro HerreraFix typos
2016-02-25  Robert HaasEnable parallelism for prepared statements and extended...
2016-02-25  Noah MischClean the last few TAP suite tmp_check directories.
2016-02-25  Noah MischMSVC: Clean tmp_check directory of pg_controldata test...
2016-02-22  Tom LaneCreate a function to reliably identify which sessions...
2016-02-22  Tom LaneRemove redundant PGPROC.lockGroupLeaderIdentifier field.
2016-02-22  Andres FreundFix wrong keysize in PrivateRefCountHash creation.
2016-02-21  Tom LaneDocs: make prose discussion match the ordering of Table...
2016-02-21  Tom LaneCosmetic improvements in new config_info code.
2016-02-21  Andrew DunstanFix two-argument jsonb_object when called with empty...
2016-02-21  Robert HaasFix incorrect decision about which lock to take.
2016-02-21  Robert HaasCosmetic improvements to group locking.
2016-02-21  Robert Haaspostgres_fdw: Avoid sharing list substructure.
2016-02-21  Tatsuo IshiiFix wording in the Tutorial document.
2016-02-20  Dean RasheedFurther fixing to make pg_size_bytes() portable.
2016-02-20  Dean RasheedFix pg_size_bytes() to be more portable.
2016-02-20  Dean RasheedAdd pg_size_bytes() to parse human-readable size strings.
2016-02-20  Peter Eisentrautdoc: Improve CSS style of option element
2016-02-20  Noah MischCall xlc __isync() after, not before, associated compar...
2016-02-19  Simon RiggsCorrect StartupSUBTRANS for page wraparound
2016-02-19  Peter Eisentrautpg_dump: Fix inconsistent sscanf() conversions
2016-02-19  Tom LaneAdd an explicit representation of the output targetlist...
2016-02-18  Bruce Momjianpg_upgrade: suppress creation of delete script
2016-02-18  Tom LaneFix multiple bugs in contrib/pgstattuple's pgstatindex...
2016-02-18  Peter EisentrautImprove error message about active replication slot
2016-02-17  Joe ConwayRevert inadvertant change in pg_config behavior
2016-02-17  Joe ConwayAdd new system view, pg_config
2016-02-17  Robert HaasReuse abbreviated keys in ordered [set] aggregates.
2016-02-17  Tom LaneMake plpython cope with funny characters in function...
2016-02-16  Tom LaneImprove documentation about CREATE INDEX CONCURRENTLY.
2016-02-16  Bruce Momjianrelease notes: fix 9.5 SGML comment about commit
2016-02-16  Michael MeskesChanged expected result to list IPv6 local interface...
2016-02-16  Michael MeskesChange ecpg lexer to accept comments with line breaks...
2016-02-16  Tatsuo IshiiImprove wording in the planner doc
2016-02-16  Fujii MasaoCorrect the formulas for System V IPC parameters SEMMNI...
2016-02-16  Joe ConwayMove DATA entry to correct position
2016-02-15  Andres FreundAllow the WAL writer to flush WAL at a reduced rate.
2016-02-15  Alvaro Herrerapgbench: avoid FD_ISSET on an invalid file descriptor
2016-02-15  Tom LaneSuppress compiler warnings about useless comparison...
2016-02-15  Andres FreundAllow SetHintBits() to succeed if the buffer's LSN...
2016-02-15  Joe ConwayCorrect Copyright year from 2015 to 2016
2016-02-15  Fujii MasaoMake concurrent refresh check early that there is a...
2016-02-15  Magnus HaganderFix typo
2016-02-15  Noah MischReplace broken link in comment.
2016-02-13  Tom LaneMake GetLockStatusData's header comment resemble reality.
2016-02-12  Bruce Momjianpg_upgrade: Add C comment about NextXID delimiter
2016-02-12  Joe ConwayChange delimiter used for display of NextXID
2016-02-12  Tom LaneIncrease deadlock_timeout some more in the deadlock...
2016-02-12  Tom LaneRevert "isolationtester: don't repeat the is-it-waiting...
2016-02-12  Tom LaneRevert "Still further tweaking of deadlock isolation...
2016-02-12  Alvaro Herrerapgbench: cleanup use of a "logfile" parameter
2016-02-12  Alvaro Herrerapgbench: fix segfault with empty sql file
2016-02-12  Tom LaneStill further tweaking of deadlock isolation tests.
2016-02-12  Tom Laneisolationtester: don't repeat the is-it-waiting query...
2016-02-12  Tom LaneRe-pgindent isolationtester.c.
2016-02-12  Peter EisentrautFix whitespace
2016-02-12  Tom LaneAdd missing "static" qualifier.
2016-02-12  Robert HaasIntroduce extensible node types.
2016-02-12  Robert HaasMake builtin lwlock tranche names consistent.
2016-02-12  Tom LaneFurther tweaking of deadlock isolation tests.
2016-02-11  Tom LaneRefactor check_functional_grouping() to use get_primary...
2016-02-11  Tom LaneRemove GROUP BY columns that are functionally dependent...
2016-02-11  Tom LaneMove pg_constraint.h function declarations to new file...
2016-02-11  Tom LaneFix typo in comment.
2016-02-11  Tom LaneShift the responsibility for emitting "database system...
2016-02-11  Robert HaasUse separate lwlock tranches for buffer, lock, and...
2016-02-11  Tom LaneMake new deadlock isolation test more reproducible.
2016-02-11  Tom LaneCode review for isolationtester changes.
2016-02-11  Teodor SigaevImprove error reporting in format()
2016-02-11  Robert HaasRename PGPROC fields related to group XID clearing...
2016-02-11  Robert HaasAdd some isolation tests for deadlock detection and...
2016-02-11  Robert HaasModify the isolation tester so that multiple sessions...
2016-02-11  Robert HaasSpecify permutations for isolation tests with "invalid...
2016-02-11  Noah MischIn pg_rewind test suite, triple promote timeout to...
2016-02-11  Noah MischAccept pg_ctl timeout from the PGCTLTIMEOUT environment...
2016-02-11  Tom LaneAvoid use of sscanf() to parse ispell dictionary files.
2016-02-10  Tom LaneRevert "Temporarily make pg_ctl and server shutdown...
2016-02-10  Robert HaasCode cleanup in the wake of recent LWLock refactoring.
2016-02-10  Robert Haaspostgres_fdw: Remove unnecessary variable.
2016-02-10  Tom LaneAdd still more chattiness in server shutdown.
2016-02-09  Robert Haaspostgres_fdw: Remove unstable regression test.
2016-02-09  Robert Haaspostgres_fdw: Push down joins to remote servers.
2016-02-09  Tom LaneAdd more chattiness in server shutdown.
2016-02-08  Tom LaneTemporarily make pg_ctl and server shutdown a whole...
2016-02-08  Tom LaneRe-pgindent varlena.c.
2016-02-08  Tom LaneRename typedef "string" to "VarString".
2016-02-08  Tom LaneUse %u not %d to print OIDs.
2016-02-08  Tom LaneLast-minute updates for release notes.
2016-02-08  Tom LaneFix some regex issues with out-of-range characters...
2016-02-08  Fujii MasaoMake GIN regression test stable.
2016-02-08  Andres FreundFix overeager pushdown of HAVING clauses when grouping...
2016-02-07  Tom LaneImprove documentation about PRIMARY KEY constraints.
2016-02-07  Tom LaneFix deparsing of ON CONFLICT arbiter WHERE clauses.
2016-02-07  Tom LaneRelease notes for 9.5.1, 9.4.6, 9.3.11, 9.2.15, 9.1.20.
next