]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
2017-02-15  Peter Eisentrautdoc: Add advice about systemd RemoveIPC
2017-02-15  Robert Haaspg_upgrade: Fix problems caused by renaming pg_resetxlog.
2017-02-15  Peter EisentrautAdd CREATE COLLATION IF NOT EXISTS clause
2017-02-15  Robert HaasFix some nonstandard capitalization.
2017-02-15  Robert Haasbtree: Support parallel index scans.
2017-02-15  Robert HaasFix typo in comment.
2017-02-14  Robert HaasAllow parallel workers to execute subplans.
2017-02-14  Robert HaasSplit index xlog headers from other private index headers.
2017-02-14  Robert HaasMinor fixes for WAL consistency checking.
2017-02-14  Robert HaasDon't disallow dropping NOT NULL for a list partition...
2017-02-14  Tom LaneRemove duplicate code in planner.c.
2017-02-14  Fujii MasaoReplace reference to "xlog-method" with "wal-method...
2017-02-14  Robert HaasCorrections and improvements to generic parallel query...
2017-02-13  Fujii MasaoReplace references to "xlog" with "wal" in docs.
2017-02-13  Robert HaasRemove contrib/tsearch2.
2017-02-13  Peter Eisentrautdoc: Remove accidental extra table cell
2017-02-12  Noah MischIgnore tablespace ACLs when ignoring schema ACLs.
2017-02-10  Peter EisentrautAdd CREATE SEQUENCE AS <data type> clause
2017-02-10  Simon RiggsUpdate ddl.sgml for declarative partitioning syntax
2017-02-10  Simon RiggsAdd keywords for partitioning
2017-02-10  Simon RiggsImprove CREATE TABLE documentation of partitioning
2017-02-09  Robert HaasRename command line options for ongoing xlog -> wal...
2017-02-09  Robert HaasRename dtrace probes for ongoing xlog -> wal conversion.
2017-02-09  Robert HaasRename user-facing tools with "xlog" in the name to...
2017-02-09  Tom LaneBlind try to fix portability issue in commit 8f93bd851...
2017-02-09  Robert HaasRemove all references to "xlog" from SQL-callable funct...
2017-02-09  Robert Haassimplehash: Additional tweaks to make specifying an...
2017-02-09  Robert HaasFix race condition in ConditionVariablePrepareToSleep.
next