]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2017-03-03  Robert HaasAdd pg_current_logfile() function.
2017-03-03  Robert HaasNotify bgworker registrant after freeing worker slot.
2017-03-03  Robert HaasImprove error reporting for tuple-routing failures.
2017-03-02  Peter EisentrautCorrect old release note item
2017-03-02  Tom LaneUpdate documentation of tsquery_phrase().
2017-03-02  Robert HaasRefactor bitmap heap scan in preparation for parallel...
2017-03-02  Robert HaasDon't uselessly rewrite, truncate, VACUUM, or ANALYZE...
2017-03-02  Robert HaasUpdate comments overlooked by 2f5c9d9c9cec436e55847ec58...
2017-03-02  Noah MischHandle unaligned SerializeSnapshot() buffer.
2017-03-01  Alvaro HerreraCreate <sect3> in the functions-xml section
2017-03-01  Peter EisentrautFix timeouts in PostgresNode::psql
2017-03-01  Andres FreundFix s/ITERTOR/ITERATOR/ typo in simplehash.h.
2017-03-01  Peter EisentrautFix naming inconsistency
2017-03-01  Peter EisentrautCollect duplicate copies of oid_cmp()
2017-03-01  Peter EisentrautMove atooid() definition to a central place
2017-03-01  Peter Eisentrautpsql: Add tab completion for DEALLOCATE
2017-03-01  Robert Haashash: Refactor and clean up bucket split code.
2017-03-01  Andres FreundFix assertion failure due to over-eager code deduplication.
2017-03-01  Andres FreundOverhaul memory management README.
2017-03-01  Andres FreundReduce size of common allocation header.
2017-02-28  Peter EisentrautUse proper enum constants for LockWaitPolicy
2017-02-28  Magnus HaganderFix incorrect variable datatype
2017-02-27  Tom LaneAllow index AMs to return either HeapTuple or IndexTupl...
2017-02-27  Robert Haashash: Refactor overflow page allocation.
2017-02-27  Robert Haashash: Refactor bucket squeeze code.
2017-02-27  Tom LaneRemove PL/Tcl's "module" facility.
2017-02-27  Peter Eisentrautchomp PQerrorMessage() in backend uses
2017-02-27  Andres FreundUse the new "Slab" context for some allocations in...
2017-02-27  Andres FreundAdd "Slab" MemoryContext implementation for efficient...
2017-02-27  Andres FreundMake useful infrastructure from aset.c generally available.
2017-02-26  Magnus HaganderAdd missing progname prefix to some messages
2017-02-26  Magnus HaganderClarify the role of checkpoint at the begininng of...
2017-02-26  Robert HaasTAP tests for target_session_attrs connection parameter.
2017-02-26  Robert HaasBasic tab completion for partitioning.
2017-02-26  Robert HaasAllow custom and foreign scans to have shutdown callbacks.
2017-02-25  Tom LanePut back #include <windows.h> in dirmod.c.
2017-02-25  Tom LaneRemove some configure header-file checks that we weren...
2017-02-25  Tom LaneRemove useless duplicate inclusions of system header...
2017-02-25  Bruce Momjianpg_upgrade docs: clarify instructions on standby exten...
2017-02-24  Tom LaneSuppress compiler warnings in ecpg test on newer Window...
2017-02-24  Tom LaneFix unportable definition of BSWAP64() macro.
2017-02-24  Robert HaasMake tablesample work with partitioned tables.
2017-02-24  Tom LaneAdd an Assert that enum_cmp_internal() gets passed...
2017-02-23  Tom LaneConsistently declare timestamp variables as TimestampTz.
2017-02-23  Tom LaneRemove now-dead code for !HAVE_INT64_TIMESTAMP.
2017-02-23  Tom LaneRemove pg_control's enableIntTimes field.
2017-02-23  Tom LaneDe-support floating-point timestamps.
2017-02-23  Peter EisentrautFix logical replication with different encodings
2017-02-23  Peter EisentrautRemove deprecated COMMENT ON RULE syntax
2017-02-22  Tom LaneFix contrib/pg_trgm's extraction of trigrams from regul...
2017-02-22  Andrew DunstanCorrectly handle array pseudotypes in to_json and to_jsonb
2017-02-22  Robert HaasPass the source text for a parallel query to the workers.
2017-02-22  Robert HaasFix incorrect typecast.
2017-02-22  Robert HaasShut down Gather's children before shutting down Gather...
2017-02-22  Robert Haasdoc: Add missing comma.
2017-02-21  Tom LaneSuppress unused-variable warning.
2017-02-21  Tom LaneFix sloppy handling of corner-case errors in fd.c.
2017-02-21  Alvaro HerreraAdd tests for two-phase commit
2017-02-21  Peter EisentrautFix whitespace
2017-02-21  Fujii MasaoFix typo in comment.
2017-02-21  Fujii MasaoFix connection leak in DROP SUBSCRIPTION command.
2017-02-21  Fujii MasaoMake walsender always initialize the buffers.
2017-02-21  Fujii MasaoRemove confusing comment about unsupported feature.
2017-02-21  Peter Eisentrautdoc: Update URL for plr
2017-02-21  Tom LaneUse less-generic table name in new regression test...
2017-02-21  Peter EisentrautMake more use of castNode()
2017-02-21  Tom LaneReject too-old Python versions a bit sooner.
2017-02-21  Peter EisentrautDrop support for Python 2.3
2017-02-21  Simon RiggsSmall correction to BRIN docs
2017-02-20  Tom LaneImprove error message for misuse of TZ, tz, OF formatti...
2017-02-20  Tom LaneFix documentation of to_char/to_timestamp TZ, tz, OF...
2017-02-19  Tom LaneMake src/interfaces/libpq/test clean up after itself.
2017-02-19  Tom LaneDept of second thoughts: rename new perl script.
2017-02-19  Tom LaneAdjust PL/Tcl regression test to dodge a possible bug...
2017-02-19  Tom LaneSuppress "unused variable" warnings with older versions...
2017-02-19  Robert HaasMake partitions automatically inherit OIDs.
2017-02-19  Robert HaasAdd optimizer and executor support for parallel index...
2017-02-19  Robert HaasMake dsa_allocate interface more like MemoryContextAlloc.
2017-02-18  Magnus HaganderFix help message for pg_basebackup -R
2017-02-18  Peter EisentrautOptimize query for information_schema.constraint_column...
2017-02-17  Peter Eisentrautdoc: Fix typos
2017-02-17  Peter Eisentrautpg_dump: Message style improvements
2017-02-17  Tom LaneDocument usage of COPT environment variable for adjusti...
2017-02-17  Peter Eisentrautpg_dump: Fix typo in query
2017-02-17  Peter EisentrautRemove redundant coverage target
2017-02-17  Peter EisentrautFix typo on comment
2017-02-16  Robert HaasAdd new function dsa_allocate0.
2017-02-16  Tom LaneDoc: remove duplicate index entry.
2017-02-16  Robert HaasAvoid crash in ALTER TABLE not_partitioned DETACH PARTI...
2017-02-15  Tom LaneFormatting and docs corrections for logical decoding...
2017-02-15  Tom LaneDoc: fix typo in logicaldecoding.sgml.
2017-02-15  Tom LaneMake sure that hash join's bulk-tuple-transfer loops...
2017-02-15  Tom LaneDoc: fix syntax synopsis for INSERT ... ON CONFLICT...
2017-02-15  Tom LaneFix tab completion for "ALTER SYSTEM SET variable ...
2017-02-15  Tom LaneFix YA unwanted behavioral difference with operator_pre...
2017-02-15  Robert HaasAdd optimizer and executor support for parallel index...
2017-02-15  Robert HaasReplace min_parallel_relation_size with two new GUCs.
2017-02-15  Robert HaasFix wrong articles in pg_proc descriptions.
2017-02-15  Robert HaasDocument new libpq connection statuses for target_sessi...
2017-02-15  Robert Haaslibpq: Make target_session_attrs=read-write consume...
next