]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
2017-03-07  Robert HaasFix wrong word in comment.
2017-03-07  Tom LaneRemove vestigial grammar support for CHARACTER ......
2017-03-07  Robert HaasPreparatory refactoring for parallel merge join support.
2017-03-07  Robert HaasFix parallel hash join path search.
2017-03-07  Stephen Frostpsql: Add \gx command
2017-03-07  Simon RiggsAllow pg_dumpall to dump roles w/o user passwords
2017-03-07  Heikki LinnakangasFix comments in SCRAM-SHA-256 patch.
2017-03-07  Simon RiggsEnsure ThisTimeLineID is valid before START_REPLICATION
2017-03-07  Heikki LinnakangasAdd regression tests for passwords.
2017-03-07  Heikki LinnakangasSupport SCRAM-SHA-256 authentication (RFC 5802 and...
2017-03-07  Heikki LinnakangasRefactor SHA2 functions and move them to src/common/.
2017-03-07  Stephen Frostpg_dump: Properly handle public schema ACLs with -...
2017-03-07  Tom LaneRepair incorrect pg_dump labeling for some comments...
2017-03-06  Andres FreundMake simplehash.h grow hashtable in additional cases.
2017-03-06  Stephen Frostpg_upgrade: Fix large object COMMENTS, SECURITY LABELS
2017-03-06  Tom LaneAvoid dangling pointer to relation name in RLS code...
2017-03-06  Peter EisentrautCombine several DROP variants into generic DropStmt
2017-03-06  Peter EisentrautAllow dropping multiple functions at once
2017-03-06  Peter EisentrautReplace LookupFuncNameTypeNames() with LookupFuncWithArgs()
2017-03-06  Peter EisentrautRemove objname/objargs split for referring to objects
next