]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2018-02-14  Tom LaneRevert "Stabilize output of new regression test case".
2018-02-14  Tom LaneStabilize new plpgsql_record regression tests.
2018-02-14  Andres FreundReturn implementation defined value if pg_$op_s$bit_ove...
2018-02-14  Tom LaneSilence assorted "variable may be used uninitialized...
2018-02-14  Tom LaneAdd an assertion that we don't pass NULL to snprintf...
2018-02-14  Tom LaneFix broken logic for reporting PL/Python function names...
2018-02-14  Tom LaneSupport CONSTANT/NOT NULL/initial value for plpgsql...
2018-02-14  Tom LaneSpeed up plpgsql trigger startup by introducing "promises".
2018-02-14  Tom LaneSpeed up plpgsql function startup by doing fewer pallocs.
2018-02-13  Tom LaneMake plpgsql use its DTYPE_REC code paths for composite...
2018-02-13  Peter Eisentrautdoc: pg_function_is_visible also applies to aggregates...
2018-02-13  Peter EisentrautAdd procedure support to pg_get_functiondef
2018-02-13  Peter EisentrautAdd tests for pg_get_functiondef
2018-02-13  Peter EisentrautFix typo
2018-02-13  Peter EisentrautIn LDAP test, restart after pg_hba.conf changes
2018-02-13  Peter EisentrautFix typo
2018-02-12  Alvaro Herreraget_relid_attribute_name is dead, long live get_attname
2018-02-12  Robert HaasFix parallel index builds for dynamic_shared_memory_typ...
2018-02-12  Alvaro HerreraAdd missing article
2018-02-12  Bruce Momjianpsql: give ^D hint for \q in place where \q is ignored
2018-02-11  Tom LaneFix assorted errors in pg_dump's handling of extended...
2018-02-10  Tom LaneAvoid premature free of pass-by-reference CALL arguments.
2018-02-10  Tom LaneFix oversight in CALL argument handling, and do some...
2018-02-10  Alvaro HerreraMention partitioned indexes in "Data Definition" chapter
2018-02-09  Robert HaasMark assorted GUC variables as PGDLLIMPORT.
2018-02-09  Robert HaasClear stmt_timeout_active if we disable_all_timeouts.
2018-02-09  Robert Haaspostgres_fdw: Attmempt to stabilize regression tests.
2018-02-08  Robert HaasFix incorrect method name in comment.
2018-02-08  Robert HaasAvoid listing the same ResultRelInfo in more than one...
2018-02-08  Robert HaasFix possible infinite loop with Parallel Append.
2018-02-08  Peter EisentrautRefine SSL tests test name reporting
2018-02-08  Robert Haaspostgres_fdw: Remove CTID output from some tests.
2018-02-07  Robert Haaspostgres_fdw: Push down UPDATE/DELETE joins to remote...
2018-02-07  Peter EisentrautMake new triggers tests more robust
2018-02-07  Peter EisentrautAdd more information_schema columns
2018-02-07  Robert HaasUpdate out-of-date comment in StartupXLOG.
2018-02-07  Robert HaasRemove prototype for fmgr() function, which no longer...
2018-02-07  Magnus HaganderChange default git repo URL to https
2018-02-07  Tom LaneSupport all SQL:2011 options for window frame clauses.
2018-02-06  Robert HaasFix incorrect grammar.
2018-02-06  Robert HaasAvoid valgrind complaint about write() of uninitalized...
2018-02-06  Tom LaneDoc: move info for btree opclass implementors into...
2018-02-05  Robert HaasFix possible crash in partition-wise join.
2018-02-05  Tom LaneLast-minute updates for release notes.
2018-02-05  Tom LaneEnsure that all temp files made during pg_upgrade are...
2018-02-05  Tom LaneFix RelationBuildPartitionKey's processing of partition...
2018-02-05  Tom LaneSkip setting up shared instrumentation for Hash node...
2018-02-04  Peter Eisentrautdoc: Update mentions of MD5 in the documentation
2018-02-04  Tom LaneRelease notes for 10.2, 9.6.7, 9.5.11, 9.4.16, 9.3.21.
2018-02-04  Tom LaneDoc: minor clarifications in xindex.sgml.
2018-02-03  Peter Eisentrautdoc: Fix name in release notes
2018-02-03  Peter Eisentrautdoc: Clarify psql --list documentation a bit more
2018-02-03  Tom LaneMinor copy-editing for 10.2 release notes.
2018-02-03  Peter Eisentrautdoc: Fix index link
2018-02-02  Tom LaneFix another instance of unsafe coding for shm_toc_looku...
2018-02-02  Tom LaneBe more wary about shm_toc_lookup failure.
2018-02-02  Tom LaneFirst-draft release notes for 10.2.
2018-02-02  Peter EisentrautFix application of identity values in some cases
2018-02-02  Robert HaasSupport parallel btree index builds.
2018-02-02  Robert HaasRefactor code for partition bound searching
2018-02-02  Robert HaasAdd new function WaitForParallelWorkersToAttach.
2018-02-02  Stephen FrostImprove ALTER TABLE synopsis
2018-02-01  Robert HaasFix possible failure to mark hash metapage dirty.
2018-02-01  Bruce Momjianpsql: Add quit/help behavior/hint, for other tool...
2018-01-31  Bruce Momjiandoc: fix trigger inheritance wording
2018-01-31  Bruce Momjiandoc: clarify major/minor pg_upgrade versions with...
2018-01-31  Bruce Momjiandoc: clearify trigger behavior for inheritance
2018-01-31  Bruce Momjiandoc: in contrib-spi, mention and link to the meaning...
2018-01-31  Robert HaasFix typo: colums -> columns.
2018-01-31  Bruce Momjiandoc: Improve pg_upgrade rsync examples to use clusterdir
2018-01-31  Robert Haaspgcrypto's encrypt() supports AES-128, AES-192, and...
2018-01-31  Bruce Momjiandoc: mention datadir locations are actually config...
2018-01-31  Robert HaasFix list partition constraints for partition keys of...
2018-01-31  Robert Haaspg_prewarm: Add missing LWLockRegisterTranche call.
2018-01-31  Peter EisentrautRefactor client-side SSL certificate checking code
2018-01-30  Peter EisentrautFix up references to scram-sha-256
2018-01-30  Robert HaasFix test case for 'outer pathkeys do not match mergecla...
2018-01-30  Peter EisentrautAdd some noreturn attributes to help static analyzers
2018-01-30  Peter EisentrautSilence complaint about dead assignment
2018-01-30  Peter EisentrautRemove dead assignment
2018-01-29  Andres FreundIntroduce ExecQualAndReset() helper.
2018-01-29  Tom LaneSave a few bytes by removing useless last argument...
2018-01-29  Andres FreundInitialize unused ExprEvalStep fields.
2018-01-29  Peter Eisentrautdoc: Clarify pg_upgrade documentation
2018-01-29  Andres FreundPrevent growth of simplehash tables when they're "too...
2018-01-29  Andres FreundImprove bit perturbation in TupleHashTableHash.
2018-01-29  Tom LaneAvoid misleading psql password prompt when username...
2018-01-28  Tom LaneAdd stack-overflow guards in set-operation planning.
2018-01-28  Bruce MomjianC includes: Reorder C includes in partition.c
2018-01-27  Tom LaneUpdate time zone data files to tzdata release 2018c.
2018-01-27  Tom LaneAvoid crash during EvalPlanQual recheck of an inner...
2018-01-27  Magnus HaganderAdd missing semicolons in documentation examples
2018-01-26  Tom LaneAvoid unnecessary use of pg_strcasecmp for already...
2018-01-26  Robert HaasFactor some code out of create_grouping_paths.
2018-01-26  Tom LaneRemove the obsolete WITH clause of CREATE FUNCTION.
2018-01-26  Robert Haaspageinspect: Fix use of wrong memory context by hash_pa...
2018-01-26  Peter EisentrautUse abstracted SSL API in server connection log messages
2018-01-26  Peter EisentrautRemove byte-masking macros for Datum conversion macros
2018-01-26  Bruce MomjianFix C comment typo
2018-01-25  Tom LaneSupport --no-comments in pg_dump, pg_dumpall, pg_restore.
next