]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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.
2017-03-10  Tom LaneImprove postmaster's logging of listen socket creation.
2017-03-10  Peter Eisentrautpg_dump: Fix dumping of publications
2017-03-10  Tom LaneReduce log verbosity of startup/shutdown for launcher...
2017-03-10  Robert HaasRevert "Use group updates when setting transaction...
2017-03-10  Andres FreundEnable 64 bit atomics on ARM64.
2017-03-10  Tom LaneSanitize newlines in object names in "pg_restore -l...
2017-03-10  Tom LaneChange the relkind for partitioned tables from 'P'...
2017-03-10  Tom LaneUn-break things on IPv6-less platforms.
2017-03-10  Peter EisentrautImprove gitignore file
2017-03-10  Peter Eisentrautdblink: Change some StringInfo to StringInfoData
2017-03-10  Peter Eisentrautdblink: Replace some macros by static functions
2017-03-10  Michael MeskesFix a potential double-free in ecpg.
2017-03-10  Tom LaneFix hard-coded relkind constants in assorted other...
2017-03-10  Andres Freundamcheck: editorialize variable name & comment.
2017-03-10  Tom Lanecontrib/amcheck needs RecentGlobalXmin to be PGDLLIMPOR...
2017-03-10  Tom LaneAdd .gitignore to contrib/amcheck.
2017-03-10  Tom LaneFix hard-coded relkind constants in assorted src/bin...
2017-03-10  Tom LaneFix portability problem in Catalog.pm.
2017-03-10  Tom LaneFix hard-coded relkind constants in psql/describe.c.
2017-03-10  Stephen Frostpgstattuple: Fix typo partitiond -> partitioned
2017-03-10  Andres FreundAdd amcheck extension to contrib.
2017-03-10  Tom LaneFix hard-coded relkind constants in pg_dump.c.
2017-03-10  Tom LaneMake CppAsString2() more visible in c.h.
2017-03-09  Robert HaasThrow an error if a DATA() line contains wrong # of...
2017-03-09  Robert HaasUse group updates when setting transaction status in...
2017-03-09  Tom LaneFix timestamptz regression test to still work with...
2017-03-09  Stephen FrostAdd relkind checks to certain contrib modules
2017-03-09  Robert HaasDocument lack of validation when attaching foreign...
2017-03-09  Robert HaasDocument some new parallel query capabilities.
2017-03-09  Robert HaasFix bug in parallel tidbitmap iteration.
2017-03-09  Robert HaasFix a couple of planner bugs in Gather Merge.
2017-03-09  Peter EisentrautUse SQL standard error code for nextval
2017-03-09  Peter EisentrautEnable replication connections by default in pg_hba...
2017-03-09  Robert HaasAdd a Gather Merge executor node.
2017-03-09  Tom LaneFix inclusions of c.h from .h files.
2017-03-09  Tom LaneFix inclusions of postgres_fe.h from .h files.
2017-03-08  Tom LaneBring plpgsql into line with header inclusion policy.
2017-03-08  Tom LaneDocument intentional violations of header inclusion...
2017-03-08  Tom LaneSuppress compiler warning in slab.c.
2017-03-08  Tom LaneSuppress compiler warning in non-USE_LIBXML builds.
2017-03-08  Tom LanePut back <float.h> in a few files that need it for...
2017-03-08  Stephen FrostExpose explain's SUMMARY option
2017-03-08  Tom LaneSilence compiler warnings in BitmapHeapNext().
2017-03-08  Tom LaneUse doubly-linked block lists in aset.c to reduce large...
2017-03-08  Robert HaasSupport parallel bitmap heap scans.
next