]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2016-08-08  Tom LaneLast-minute updates for release notes.
2016-08-08  Peter EisentrautFix several one-byte buffer over-reads in to_number
2016-08-08  Peter EisentrautTranslation updates
2016-08-08  Tom LaneFix two errors with nested CASE/WHEN constructs.
2016-08-08  Noah MischObstruct shell, SQL, and conninfo injection via databas...
2016-08-08  Noah MischPromote pg_dumpall shell/connstr quoting functions...
2016-08-08  Noah MischFix Windows shell argument quoting.
2016-08-08  Noah MischReject, in pg_dumpall, names containing CR or LF.
2016-08-08  Noah MischField conninfo strings throughout src/bin/scripts.
2016-08-08  Noah MischIntroduce a psql "\connect -reuse-previous=on|off"...
2016-08-08  Noah MischSort out paired double quotes in \connect, \password...
2016-08-08  Peter Eisentrautdoc: Update benchmark results
2016-08-08  Peter EisentrautMake format() error messages consistent again
2016-08-08  Tom LaneUpdate 9.6 release notes through today.
2016-08-08  Peter EisentrautCorrect column name in information schema
2016-08-08  Tom LaneRelease notes for 9.5.4, 9.4.9, 9.3.14, 9.2.18, 9.1.23.
2016-08-08  Peter Eisentrautdoc: Move mention of rsync of temp tables to better...
2016-08-07  Tom LaneFix misestimation of n_distinct for a nearly-unique...
2016-08-07  Tom LaneFix crash when pg_get_viewdef_name_ext() is passed...
2016-08-07  Tom LaneFix TOAST access failure in RETURNING queries.
2016-08-07  Tom LaneAvoid crashing in GetOldestSnapshot() if there are...
2016-08-07  Tom LaneDon't propagate a null subtransaction snapshot up to...
2016-08-07  Tom LaneFirst-draft release notes for 9.5.4.
2016-08-06  Tom LaneIn B-tree page deletion, clean up properly after page...
2016-08-05  Tom LaneTeach libpq to decode server version correctly from...
2016-08-05  Tom LaneFix copy-and-pasteo in 81c766b3fd41c78c634d78ebae8d3168...
2016-08-05  Tom LaneMake array_to_tsvector() sort and de-duplicate the...
2016-08-05  Tom LaneFix ts_delete(tsvector, text[]) to cope with duplicate...
2016-08-05  Tom LaneRe-pgindent tsvector_op.c.
2016-08-05  Bruce Momjiandocs: re-add spaces before units removed
2016-08-05  Tom LaneUpdate time zone data files to tzdata release 2016f.
2016-08-05  Robert HaasChange InitToastSnapshot to a macro.
2016-08-05  Andres FreundFix hard to hit race condition in heapam's tuple lockin...
2016-08-04  Bruce Momjiandocs: mention rsync of temp and unlogged tables
2016-08-04  Tom LaneFix bogus coding in WaitForBackgroundWorkerShutdown().
2016-08-03  Peter Eisentrautdoc: Move indexterms to avoid whitespace issue in man...
2016-08-03  Robert HaasPrevent "snapshot too old" from trying to return pruned...
2016-08-03  Tom LaneMake INSERT-from-multiple-VALUES-rows handle targetlist...
2016-08-03  Tom LaneDo not let PostmasterContext survive into background...
2016-08-03  Peter EisentrautAdd missing casts in information schema
2016-08-03  Peter Eisentrautdoc: Remove documentation of nonexistent information...
2016-08-03  Alvaro HerreraFix assorted problems in recovery tests
2016-08-03  Peter Eisentrautdoc: Change recommendation to put NOTIFY into a rule
2016-08-03  Kevin GrittnerAdd OldSnapshotTimeMapLock to wait_event table in docs.
2016-08-03  Bruce MomjianC comment: fix typo
2016-08-03  Peter Eisentrautdoc: Remove slightly confusing xreflabels
2016-08-03  Peter EisentrautSmall wording tweaks
2016-08-02  Tom LaneRemove duplicate InitPostmasterChild() call while start...
2016-08-02  Bruce Momjiandoc: OS collation changes can break indexes
2016-08-02  Tom LaneBlock interrupts during HandleParallelMessages().
2016-08-02  Peter EisentrautChange minimum max_worker_processes from 1 to 0
2016-08-02  Tom LaneFix pg_dump's handling of public schema with both ...
2016-08-02  Peter Eisentrautdoc: Whitespace fixes in man pages
2016-08-02  Peter EisentrautConsistently capitalize names of recovery tests
2016-08-01  Tom LaneMinor cleanup for access/transam/parallel.c.
2016-08-01  Tom LaneDon't CHECK_FOR_INTERRUPTS between WaitLatch and ResetL...
2016-08-01  Fujii MasaoRemove unused arguments from pg_replication_origin_xact...
2016-08-01  Bruce Momjianpg_rewind docs: clarify handling of remote servers
2016-08-01  Michael MeskesFixed array checking code for "unsigned long long"...
2016-08-01  Fujii MasaoFix pg_basebackup so that it accepts 0 as a valid compr...
2016-07-31  Tom LaneDoc: remove claim that hash index creation depends...
2016-07-31  Tom LaneCode review for tqueue.c: fix memory leaks, speed it...
2016-07-31  Stephen FrostCorrectly handle owned sequences with extensions
2016-07-31  Bruce Momjiandoc: improve wording of Error Message Style Guide
2016-07-30  Bruce Momjianpgbench docs: fix incorrect "last two" fields text
2016-07-30  Bruce Momjiandocs: properly capitalize and space kB, MB, GB, TB
2016-07-29  Tom LaneFix worst memory leaks in tqueue.c.
2016-07-29  Tom LaneFix tqueue.c's range-remapping code.
2016-07-29  Tom LaneFix pq_putmessage_noblock() to not block.
2016-07-29  Robert HaasEliminate a few more user-visible "cache lookup failed...
2016-07-29  Peter EisentrautDocumentation spell checking and markup improvements
2016-07-28  Tom LaneGuard against empty buffer in gets_fromFile()'s check...
2016-07-28  Tom LaneTeach parser to transform "x IS [NOT] DISTINCT FROM...
2016-07-28  Peter EisentrautMessage style improvements
2016-07-28  Tom LaneFix assorted fallout from IS [NOT] NULL patch.
2016-07-28  Tom LaneImprove documentation about CREATE TABLE ... LIKE.
2016-07-28  Tom LaneRegister atexit hook only once in pg_upgrade.
2016-07-28  Fujii MasaoFix incorrect description of udt_privileges view in...
2016-07-28  Tom Lanetqueue.c's record-typmod hashtables need the HASH_BLOBS...
2016-07-27  Tom LaneFix cost_rescan() to account for multi-batch hashing...
2016-07-27  Robert HaasFix thinko in copyParamList.
2016-07-27  Tom LaneAllow functions that return sets of tuples to return...
2016-07-26  Robert HaasChange various deparsing functions to return NULL for...
2016-07-26  Robert HaasRepair damage done by citext--1.1--1.2.sql.
2016-07-26  Tom LaneFix constant-folding of ROW(...) IS [NOT] NULL with...
2016-07-26  Fujii MasaoFix improper example of using psql() function in TAP...
2016-07-26  Peter EisentrautFix typo
2016-07-26  Peter EisentrautMessage style improvements
2016-07-25  Fujii MasaoFix typo in comment.
2016-07-25  Alvaro HerreraGive recovery tests more time to finish
2016-07-24  Noah MischMake the AIX case of Makefile.shlib safe for parallel...
2016-07-24  Tom LaneCorrectly set up aggregate FILTER expression in partial...
2016-07-22  Tom LaneFix regression tests to work in Welsh locale.
2016-07-22  Tom LaneRemove GetUserMappingId() and GetUserMappingById().
2016-07-21  Tom LaneMake contrib regression tests safe for Danish locale.
2016-07-21  Tom LaneMake pltcl regression tests safe for Danish locale.
2016-07-21  Tom LaneMake core regression tests safe for Danish locale.
2016-07-21  Robert HaasRemove unused structure member.
2016-07-20  Magnus HaganderFix typos
2016-07-19  Tom LaneRemove very-obsolete estimates of shmem usage from...
next