]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
2017-03-19  Stephen Frostpg_dump: Skip COLLATION-related regression tests
2017-03-19  Magnus HaganderUpdate obsolete comment
2017-03-19  Peter Eisentrautdoc: Fix a few typos and awkward links
2017-03-18  Tom LaneAvoid use of already-closed relcache entry.
2017-03-18  Tom LaneFix REFRESH MATERIALIZED VIEW to report activity to...
2017-03-18  Peter Eisentrautdoc: Improve wording
2017-03-18  Peter Eisentrautdoc: Add markup
2017-03-18  Peter Eisentrautdoc: Update compatibility claim
2017-03-18  Peter Eisentrautdoc: Tweak reference page header style
2017-03-18  Stephen FrostAdjust number of tests for pg_dump 001_basic.pl
2017-03-18  Stephen Frostpg_dump: Remove "option requires an argument -- j"...
2017-03-18  Stephen FrostImprove pg_dump regression tests and code coverage
2017-03-18  Peter Eisentrautdoc: Correct row count in table
2017-03-18  Robert HaasCreate and use wait events for read, write, and fsync...
2017-03-18  Michael MeskesFix schedule of ecpg test files to only try two-phase...
2017-03-17  Tom LaneFix WaitEventSetWait() to handle write-ready waits...
2017-03-17  Peter Eisentrautpageinspect: Add page_checksum function
2017-03-17  Andrew GierthRepair test for vacuum reltuples fix.
2017-03-17  Robert HaasRename "pg_clog" directory to "pg_xact".
2017-03-17  Robert HaasRemove dead link.
2017-03-17  Peter Eisentrautpageinspect: Add test for page_header function
2017-03-17  Heikki LinnakangasAdd TAP tests for password-based authentication methods.
2017-03-17  Heikki LinnakangasAllow plaintext 'password' authentication when user...
2017-03-17  Heikki LinnakangasFix and simplify check for whether we're running as...
2017-03-17  Robert HaasFix grammar.
2017-03-16  Peter Eisentrautpsql: Add completion for \help DROP|ALTER
2017-03-16  Andrew GierthAvoid having vacuum set reltuples to 0 on non-empty...
2017-03-16  Robert HaasAvoid access to uninitialized memory in shared tidbitma...
2017-03-16  Robert HaasAdd pg_ls_logdir() and pg_ls_waldir() functions.
2017-03-16  Robert Haaspostgres_fdw: Push down FULL JOINs with restriction...
2017-03-16  Alvaro HerreraFix ancient get_object_address_opf_member bug
2017-03-16  Stephen FrostBe more careful about signed vs. unsigned char
2017-03-16  Stephen FrostClean up overly paranoid checks in mac8.c
2017-03-16  Robert HaasPort single-page btree vacuum logic to hash indexes.
2017-03-16  Andres FreundSpecify bindir in pg_isolation_regress_installcheck.
2017-03-15  Peter EisentrautSimplify publication/subscription tests a bit
2017-03-15  Peter EisentrautFix typo
2017-03-15  Peter EisentrautAdd more documentation and tests for publications
2017-03-15  Tom LaneRewrite async-connection loop in libpqwalreceiver.c...
2017-03-15  Robert HaasFix failure to use clamp_row_est() for parallel joins.
2017-03-15  Stephen FrostBump catversion for MACADDR8
2017-03-15  Stephen FrostAdd support for EUI-64 MAC addresses as macaddr8
2017-03-15  Robert HaasAdd a regression test for snapshot too old with hash...
2017-03-15  Robert HaasFix MB regression tests for WAL-logging of hash indexes.
2017-03-15  Robert HaasCosmetic fixes for hash index write-ahead logging.
2017-03-15  Peter EisentrautAllow referring to functions without arguments when...
2017-03-15  Peter Eisentrautdoc: Remove useless elements in bibliography
2017-03-15  Peter Eisentrautdoc: Fix TOC generation for refentries
2017-03-15  Andres FreundImprove grammar / fix typos in snapbuild.c.
2017-03-14  Robert HaasSome preliminary refactoring towards partitionwise...
2017-03-14  Andres FreundImprove isolation tests infrastructure.
2017-03-14  Peter EisentrautAdd option to control snapshot export to CREATE_REPLICA...
2017-03-14  Andres Freundamcheck: Harden tests against concurrent autovacuums.
2017-03-14  Robert Haashash: Support WAL consistency checking.
2017-03-14  Robert HaasFix regression in parallel planning against inheritance...
2017-03-14  Robert Haashash: Add write-ahead logging support.
2017-03-14  Tom LaneInclude port number when logging successful binding...
2017-03-14  Peter Eisentrautecpg: Improve some variable names
2017-03-14  Peter EisentrautSpelling fixes
2017-03-14  Peter EisentrautSpelling fixes in code comments
2017-03-14  Tom LaneMake logging about multixact wraparound protection...
2017-03-14  Robert HaasUpdate .gitignore
2017-03-14  Robert HaasFix failure to mark init buffers as BM_PERMANENT.
2017-03-14  Peter Eisentrautdoc: Fix synopsis
2017-03-14  Robert HaasUpdate overlooked comment for Gather Merge.
2017-03-14  Robert HaasRemove some bogus logic from create_gather_merge_plan.
2017-03-13  Tom LaneFix busted markup.
2017-03-13  Alvaro HerreraSilence unused variable compiler warning
2017-03-13  Tom LaneAdd a "void *" passthrough pointer for psqlscan.l's...
2017-03-13  Tom LaneRemove unnecessary dependency on statement_timeout...
2017-03-13  Michael MeskesDocument two phase commit commands in ecpg docu.
2017-03-13  Michael MeskesAdd test case for two phase commit. Also by Masahiko...
2017-03-13  Michael MeskesEcpg should support COMMIT PREPARED and ROLLBACK PREPARED.
2017-03-13  Heikki LinnakangasInclude array size in forward declaration.
2017-03-13  Peter EisentrautFix compiler warning
2017-03-13  Peter EisentrautChange xlog to WAL in some error messages
2017-03-13  Heikki LinnakangasUse radix tree for character encoding conversions.
2017-03-13  Heikki LinnakangasRemove obsolete references to JIS0201.TXT JIS0208.TXT.
2017-03-13  Peter Eisentrautinitdb: Re-add translatable string that got lost
2017-03-13  Magnus HaganderFix typo in comment
2017-03-12  Noah MischUse wrappers of PG_DETOAST_DATUM_PACKED() more.
2017-03-12  Noah MischRecommend wrappers of PG_DETOAST_DATUM_PACKED().
2017-03-12  Noah MischFix pg_file_write() error handling.
2017-03-12  Noah MischAssume deconstruct_array() outputs are untoasted.
2017-03-12  Noah MischFix comment about length of text, bytea, etc.
2017-03-12  Tom LaneAdd "break"s to make it clearer what will happen in...
2017-03-12  Tom LaneFix typo in initdb's SCRAM password processing.
2017-03-12  Tom LaneRemove dead code in nodeGatherMerge.c.
2017-03-11  Andres FreundImprove expression evaluation test coverage.
2017-03-11  Joe ConwayFix ancient connection leak in dblink
2017-03-11  Tom LaneAdd a "subtransaction" command to PL/Tcl.
next