]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2017-09-14  Peter EisentrautRemove BoolPtr type
2017-09-14  Peter EisentrautFix bool/int type confusion
2017-09-14  Robert HaasFix inconsistent capitalization.
2017-09-14  Robert HaasSet partitioned_rels appropriately when UNION ALL is...
2017-09-14  Andres FreundProperly check interrupts in execScan.c.
2017-09-14  Stephen FrostFix ordering in pg_dump of GRANTs
2017-09-13  Tom LaneAdjust unstable regression test case.
2017-09-13  Tom LaneUpdate contrib/seg for new scalarlesel/scalargesel...
2017-09-13  Tom LaneDistinguish selectivity of < from <= and > from >=.
2017-09-13  Peter Eisentrautdoc: Remove incorrect SCRAM protocol documentation
2017-09-13  Bruce Momjiandocs: adjust "link mode" mention in pg_upgrade streami...
2017-09-13  Bruce Momjiandocs: improve pg_upgrade standby instructions
2017-09-13  Peter EisentrautImprove error message in WAL sender
2017-09-13  Peter EisentrautDefine LDAP_NO_ATTRS if necessary.
2017-09-12  Tom LaneAdd psql variables to track success/failure of SQL...
2017-09-12  Andres FreundIntroduce BYTES unit for GUCs.
2017-09-12  Bruce Momjiandocs: improve pg_upgrade rsync instructions
2017-09-12  Peter Eisentrautdoc: Remove useless marked section
2017-09-12  Peter Eisentrautdoc: Document default scope in LDAP URL
2017-09-12  Peter EisentrautAllow custom search filters to be configured for LDAP...
2017-09-12  Michael MeskesFixed ECPG to correctly handle out-of-scope cursor...
2017-09-12  Tom LaneFix RecursiveCopy.pm to cope with disappearing files.
2017-09-11  Bruce MomjianPG 10 release notes: change trigger transition tables
2017-09-11  Bruce MomjianPG 10 release notes: update PL/Tcl functions item
2017-09-11  Peter Eisentrautpg_receivewal: Add --endpos option
2017-09-11  Andres FreundConstify numeric.c.
2017-09-11  Tom LanePrefer argument name over "$n" for the refname of a...
2017-09-11  Peter Eisentrautdoc: Document function pointer source code style
2017-09-11  Peter EisentrautMessage style fixes
2017-09-10  Tom LaneQuick-hack fix for foreign key cascade vs triggers...
2017-09-10  Tom LaneAdd a test harness for the red-black tree code.
2017-09-10  Tom LaneRemove pre-order and post-order traversal logic for...
2017-09-09  Peter Eisentrautpg_upgrade: Message style fixes
2017-09-09  Tom LaneFix failure-to-copy bug in commit 6f6b99d13.
2017-09-08  Tom LaneFix uninitialized-variable bug.
2017-09-08  Tom LaneFix more portability issues in new pgbench TAP tests.
2017-09-08  Robert HaasAllow a partitioned table to have a default partition.
2017-09-08  Tom LaneFix pgbench TAP tests to work with --disable-thread...
2017-09-08  Tom LaneDoc: update v10 release notes through today.
2017-09-08  Tom LaneRemove mention of password_encryption = plain in postgr...
2017-09-08  Tom LaneFix more portability issues in new pgbench TAP tests.
2017-09-08  Tom LaneFix more portability issues in new pgbench TAP tests.
2017-09-08  Peter EisentrautClean up excessive code
2017-09-08  Peter EisentrautRemove useless empty string initializations
2017-09-08  Peter EisentrautRemove useless dead code
2017-09-08  Tom LaneFix assorted portability issues in new pgbench TAP...
2017-09-08  Tom LaneAdd much-more-extensive TAP tests for pgbench.
2017-09-08  Robert HaasRefactor get_partition_for_tuple a bit.
2017-09-07  Tom LaneImprove performance of get_actual_variable_range with...
2017-09-07  Tom LaneImprove documentation about behavior of multi-statement...
2017-09-07  Peter EisentrautReduce excessive dereferencing of function pointers
2017-09-07  Robert HaasEven if some partitions are foreign, allow tuple routing.
2017-09-07  Tom LaneFix handling of savepoint commands within multi-stateme...
2017-09-07  Tom LaneFurther marginal hacking on generic atomic ops.
2017-09-07  Simon RiggsExclude special values in recovery_target_time
2017-09-06  Tom LaneSync function prototype with its actual definition.
2017-09-06  Tom LaneMerge duplicative code for \sf/\sv, \ef/\ev in psql...
2017-09-06  Simon RiggsAllow SET STATISTICS on expression indexes
2017-09-06  Tom LaneUse more of gcc's __sync_fetch_and_xxx builtin function...
2017-09-06  Tom LaneRemove duplicate reads from the inner loops in generic...
2017-09-06  Peter Eisentrautdoc: Make function synopsis formatting more uniform
2017-09-06  Peter EisentrautEscape < and & in SGML
2017-09-06  Tom LaneClean up handling of dropped columns in NAMEDTUPLESTORE...
2017-09-06  Peter Eisentrautdoc: Clarify pg_inherits description
2017-09-05  Tom LaneAdd \gdesc psql command.
2017-09-05  Tom LaneUse lfirst_node() and linitial_node() where appropriate...
2017-09-05  Peter EisentrautRemove endof macro
2017-09-05  Peter EisentrautRemove unnecessary casts
2017-09-05  Peter EisentrautRemove unnecessary parentheses in return statements
2017-09-05  Peter EisentrautRemove our own definition of NULL
2017-09-05  Peter Eisentrautfuzzystrmatch: Remove dead code
2017-09-05  Peter EisentrautSupport retaining data dirs on successful TAP tests
2017-09-05  Tom LaneIn psql, use PSQL_PAGER in preference to PAGER, if...
2017-09-05  Alvaro HerreraCorrect base backup throttling
2017-09-05  Tom LaneAdd psql variables showing server version and psql...
2017-09-05  Tom LaneReformat psql's --help=variables output.
2017-09-04  Tom LaneBe more careful about newline-chomping in pgbench.
2017-09-04  Tom LaneFix some subtle problems in pgbench transaction stats...
2017-09-04  Tom LaneAdjust pgbench to allow non-ASCII characters in variabl...
2017-09-04  Alvaro HerreraFix translatable string
2017-09-03  Tom LaneSuppress compiler warnings in dshash.c.
2017-09-03  Tom LaneFix macro-redefinition warning on MSVC.
2017-09-02  Peter Eisentrautdoc: Fix typos and other minor issues
2017-09-01  Tom LaneImprove division of labor between execParallel.c and...
2017-09-01  Peter EisentrautAdd memory info to getrusage output
2017-09-01  Robert HaasTighten up some code in RelationBuildPartitionDesc.
2017-09-01  Tom LaneMake [U]INT64CONST safe for use in #if conditions.
2017-09-01  Peter Eisentrautdoc: Remove mentions of server-side CRL and CA file...
2017-09-01  Tom LaneEnsure SIZE_MAX can be used throughout our code.
2017-09-01  Robert Haaspg_dumpall: Add a -E flag to set the encoding, like...
2017-09-01  Simon RiggsProvisional list of Major Features
2017-09-01  Robert HaasUse group updates when setting transaction status in...
2017-09-01  Alvaro HerreraFix two-phase commit test for recovery mode
2017-09-01  Alvaro HerreraRestore behavior for replication origin drop
2017-09-01  Simon RiggsAvoid race condition in logical replication test
2017-09-01  Alvaro HerreraAdd a WAIT option to DROP_REPLICATION_SLOT
2017-09-01  Simon RiggsAdd note about diskspace usage of pg_commit_ts
2017-09-01  Robert HaasFix assorted carelessness about Datum vs. int64 vs...
2017-09-01  Robert HaasTry to repair poorly-considered code in previous commit.
2017-09-01  Robert HaasIntroduce 64-bit hash functions with a 64-bit seed.
next