]> granicus.if.org Git - postgresql/shortlog
postgresql
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.
2017-03-08 Fujii MasaoPrevent logical rep workers with removed subscriptions...
2017-03-08 Alvaro HerreraFix XMLTABLE on older libxml2
2017-03-08 Robert HaasAdd tests for foreign partitions.
2017-03-08 Alvaro HerreraSupport XMLTABLE query expression
2017-03-08 Tom LaneSilence compiler warnings in tbm_prepare_shared_iterate().
2017-03-08 Peter Eisentrautpg_waldump: Remove extra newline in error message
2017-03-08 Fujii MasaoFix connection leak in DROP SUBSCRIPTION command, take 2.
2017-03-08 Peter EisentrautCreate INSTALL file via XSLT
2017-03-08 Robert HaasRemove inclusion of postgres.h from a few header files.
2017-03-08 Robert HaasFix parallel index and index-only scans to fall back...
2017-03-08 Robert Haastidbitmap: Support shared iteration.
2017-03-08 Magnus HaganderFix grammar
2017-03-08 Peter EisentrautFix segfault in ALTER PUBLICATION/SUBSCRIPTION RENAME
2017-03-07 Robert Haashash: Refactor hash index creation.
2017-03-07 Robert HaasImprove postgresql.conf.sample comments about parallel...
2017-03-07 Robert HaasProperly initialize variable.
2017-03-07 Tom LaneInvent start_proc parameters for PL/Tcl.
2017-03-07 Tom LaneClean up test_ifaddrs a bit.
2017-03-07 Heikki LinnakangasA collection of small fixes for the SCRAM patch.
2017-03-07 Robert HaasConsider parallel merge joins.
2017-03-07 Tom LaneFix pgbench's failure to honor the documented long...
2017-03-07 Robert HaasGive partitioned table "p" in regression tests a less...
2017-03-07 Robert HaasFix relcache reference leak.
2017-03-07 Robert HaasRemove duplicated word.
2017-03-07 Robert HaasDocument what values postgres_fdw sets for each paramet...
next