]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2019-02-28  Peter EisentrautCompact for loops
2019-02-28  Peter EisentrautReduce comments
2019-02-28  Peter EisentrautRemove unnecessary unused MATCH PARTIAL code
2019-02-28  Peter EisentrautUpdate comment
2019-02-28  Michael PaquierImprove documentation of data_sync_retry
2019-02-28  Michael PaquierFix SCRAM authentication via SSL when mixing versions...
2019-02-27  Peter EisentrautRemove unused macro
2019-02-27  Andres FreundInitialize variable to silence compiler warning.
2019-02-27  Peter EisentrautSet cluster_name for PostgresNode.pm instances
2019-02-27  Peter EisentrautSet fallback_application_name for a walreceiver to...
2019-02-27  Michael PaquierFix memory leak when inserting tuple at relation creati...
2019-02-27  Andres FreundUse slots in trigger infrastructure, except for the...
2019-02-27  Andres FreundStore table oid and tuple's tid in tuple slots directly.
2019-02-27  Andres FreundAllow to use HeapTupleData embedded in [Buffer]HeapTupl...
2019-02-27  Andres FreundAdd ExecStorePinnedBufferHeapTuple.
2019-02-26  Robert HaasChange lock acquisition order in expand_inherited_rtentry.
2019-02-26  Michael MeskesFree memory in ecpg bytea regression test.
2019-02-26  Michael MeskesHopefully fixing memory handling issues in ecpglib...
2019-02-26  Michael PaquierSimplify some code in pg_rewind when syncing target...
2019-02-26  Peter GeogheganRemove unneeded argument from _bt_getstackbuf().
2019-02-26  Peter GeogheganCorrect obsolete nbtree page deletion comment.
2019-02-25  Peter Eisentrautpsql: Remove obsolete code
2019-02-25  Peter EisentrautRemove unnecessary use of PROCEDURAL
2019-02-25  Michael PaquierMake release of 2PC identifier and locks consistent...
2019-02-24  Thomas MunroFix inconsistent out-of-memory error reporting in dsa.c.
2019-02-24  Tom LaneFix ecpg bugs caused by missing semicolons in the backe...
2019-02-24  Thomas MunroTolerate EINVAL when calling fsync() on a directory.
2019-02-24  Thomas MunroTolerate ENOSYS failure from sync_file_range().
2019-02-23  Peter EisentrautRevert "pg_regress: Don't use absolute paths for the...
2019-02-22  Michael PaquierFix incorrect function reference in comment of twophase.c
2019-02-22  Michael PaquierAdd TAP tests for 2PC post-commit callbacks of multixac...
2019-02-22  Tom LaneFix plan created for inherited UPDATE/DELETE with all...
2019-02-22  Alvaro HerreraReport correct name in autovacuum "work items" activity
2019-02-22  Peter EisentrautAdd const qualifier
2019-02-22  Michael PaquierRemove duplicate variable declaration in fe-connect.c
2019-02-21  Tom LaneFix mark-and-restore-skipping test case to not be a...
2019-02-21  Tom LaneMove estimate_hashagg_tablesize to selfuncs.c, and...
2019-02-21  Peter EisentrautHide other user's pg_stat_ssl rows
2019-02-21  Peter Eisentrautdoc: Add security information about pg_stat_activity
2019-02-21  Peter Eisentrautpg_regress: Don't use absolute paths for the diff
2019-02-21  Robert HaasMove code for managing PartitionDescs into a new file...
2019-02-21  Robert HaasDelay lock acquisition for partitions until we route...
2019-02-21  Peter EisentrautFix dbtoepub output file name
2019-02-21  Tom LaneSpeed up match_eclasses_to_foreign_key_col() when there...
2019-02-20  Andrew GierthUse an unsigned char for bool if we don't use the nativ...
2019-02-20  Tom LaneImprove planner's understanding of strictness of type...
2019-02-20  Tom LaneFix incorrect strictness test for ArrayCoerceExpr expre...
2019-02-20  Alvaro HerreraMake object address handling more robust
2019-02-20  Amit KapilaDoc: Update the documentation for FSM behavior for...
2019-02-20  Dean RasheedFix DEFAULT-handling in multi-row VALUES lists for...
2019-02-20  Michael PaquierMark correctly initial slot snapshots with MVCC type...
2019-02-19  Peter EisentrautUse varargs macro for CACHEDEBUG
2019-02-19  Tom LaneFix omissions in ecpg/test/sql/.gitignore.
2019-02-18  Andres FreundRemove line duplicated during conflict resolution.
2019-02-18  Tom LaneDe-clutter display of script runtimes in pg_regress.
2019-02-18  Andrew DunstanProvide an extra-float-digits setting for pg_dump ...
2019-02-18  Michael MeskesProperly end string to make sure ecpglib does not read...
2019-02-18  Michael MeskesSync ECPG's CREATE TABLE AS statement with backend's.
2019-02-18  Michael MeskesAdd bytea datatype to ECPG.
2019-02-18  Etsuro FujitaSave PathTargets for distinct/ordered relations in...
2019-02-18  Michael PaquierFix some issues with TAP tests of pg_basebackup and...
2019-02-18  Michael PaquierFix typo in transam.h for OIDs assigned by genbki.pl
2019-02-18  Michael PaquierAvoid some unnecessary block reads in WAL reader
2019-02-17  Thomas MunroFix race in dsm_unpin_segment() when handles are reused.
2019-02-17  Joe ConwayFix documentation for dblink_error_message() return...
2019-02-17  Tom LaneFix CREATE VIEW to allow zero-column views.
2019-02-17  Joe ConwayMark pg_config() stable rather than immutable
2019-02-17  Tatsuo IshiiDoc: remove ancient comment.
2019-02-17  Noah MischFix CLogTruncationLock documentation.
2019-02-16  Noah MischSuppress another case of MSVC warning 4146.
2019-02-16  Noah MischIn imath.h, replace stdint.h usage with c.h equivalents.
2019-02-16  Andrew GierthRemove float8-small-is-zero regression test variant.
2019-02-16  Noah MischImport changes from IMath versions (1.3, 1.29].
2019-02-16  Noah MischFix PERMIT_DECLARATION_AFTER_STATEMENT initialization.
2019-02-16  Tom LaneAllow user control of CTE materialization, and change...
2019-02-16  Andrew GierthFix previous MinGW fix.
2019-02-16  Michael MeskesAdd DECLARE STATEMENT support to ECPG.
2019-02-16  Tom LaneMake use of compiler builtins and/or assembly for CLZ...
2019-02-16  Andrew GierthCygwin and Mingw floating-point fixes.
2019-02-15  Alvaro HerreraRevert attempts to use POPCNT etc instructions
2019-02-15  Tom LaneRefactor index cost estimation functions in view of...
2019-02-15  Alvaro HerreraFix compiler builtin usage in new pg_bitutils.c
2019-02-15  Peter Eisentrautdoc: Update README.links
2019-02-15  Peter EisentrautUse standard diff separator for regression.diffs
2019-02-15  Michael PaquierFix support for CREATE TABLE IF NOT EXISTS AS EXECUTE
2019-02-15  Thomas MunroFix race in dsm_attach() when handles are reused.
2019-02-15  Tom LaneSimplify the planner's new representation of indexable...
2019-02-14  Peter EisentrautGet rid of another unconstify through API changes
2019-02-14  Peter EisentrautResolve one unconstify use
2019-02-14  Tom LaneMove pattern selectivity code from selfuncs.c to like_s...
2019-02-13  Alvaro HerreraFix portability issues in pg_bitutils
2019-02-13  Andrew GierthRemove a stray subnormal value from float tests.
2019-02-13  Alvaro HerreraAdd -mpopcnt to all compiles of pg_bitutils.c
2019-02-13  Andrew GierthMore float test and portability fixes.
2019-02-13  Alvaro HerreraAdd basic support for using the POPCNT and SSE4.2s...
2019-02-13  Andrew GierthFix an overlooked UINT32_MAX.
2019-02-13  Andrew GierthChange floating-point output format for improved perfor...
2019-02-13  Andrew GierthUse strtof() and not strtod() for float4 input.
2019-02-13  Peter EisentrautMore unconstify use
2019-02-13  Peter EisentrautRemove useless casts
next