]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2017-03-07  Simon RiggsAllow pg_dumpall to dump roles w/o user passwords
2017-03-07  Heikki LinnakangasFix comments in SCRAM-SHA-256 patch.
2017-03-07  Simon RiggsEnsure ThisTimeLineID is valid before START_REPLICATION
2017-03-07  Heikki LinnakangasAdd regression tests for passwords.
2017-03-07  Heikki LinnakangasSupport SCRAM-SHA-256 authentication (RFC 5802 and...
2017-03-07  Heikki LinnakangasRefactor SHA2 functions and move them to src/common/.
2017-03-07  Stephen Frostpg_dump: Properly handle public schema ACLs with -...
2017-03-07  Tom LaneRepair incorrect pg_dump labeling for some comments...
2017-03-06  Andres FreundMake simplehash.h grow hashtable in additional cases.
2017-03-06  Stephen Frostpg_upgrade: Fix large object COMMENTS, SECURITY LABELS
2017-03-06  Tom LaneAvoid dangling pointer to relation name in RLS code...
2017-03-06  Peter EisentrautCombine several DROP variants into generic DropStmt
2017-03-06  Peter EisentrautAllow dropping multiple functions at once
2017-03-06  Peter EisentrautReplace LookupFuncNameTypeNames() with LookupFuncWithArgs()
2017-03-06  Peter EisentrautRemove objname/objargs split for referring to objects
2017-03-06  Peter EisentrautAdd operator_with_argtypes grammar rule
2017-03-06  Peter EisentrautUse class_args field in opclass_drop
2017-03-06  Robert HaasFix incorrect comments.
2017-03-06  Robert HaasMark pg_start_backup and pg_stop_backup as parallel...
2017-03-06  Robert HaasFix user-after-free bug.
2017-03-06  Peter EisentrautReorder the asynchronous libpq calls for replication...
2017-03-06  Simon RiggsEnhance docs for ALTER TABLE lock levels of storage...
2017-03-06  Simon RiggsReduce lock levels for table storage params related...
2017-03-06  Simon RiggsAllow partitioned tables to be dropped without CASCADE
2017-03-04  Tom LaneIn rebuild_relation(), don't access an already-closed...
2017-03-04  Peter Eisentrautpg_dump: Fix ordering
2017-03-04  Peter EisentrautDisallow CREATE/DROP SUBSCRIPTION in transaction block
2017-03-04  Peter EisentrautFix parsing of DROP SUBSCRIPTION ... DROP SLOT
2017-03-04  Andres FreundFix two recently introduced grammar errors in mmgr...
2017-03-03  Peter EisentrautFix typo
2017-03-03  Peter Eisentrautdoc: Put callouts in SQL comments
2017-03-03  Peter Eisentrautpsql: Add tab completion for logical replication
2017-03-03  Peter EisentrautAdd RENAME support for PUBLICATIONs and SUBSCRIPTIONs
2017-03-03  Peter EisentrautFix after trigger execution in logical replication
2017-03-03  Peter EisentrautUse asynchronous connect API in libpqwalreceiver
2017-03-03  Simon RiggsAllow vacuums to report oldestxmin
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
next