]> granicus.if.org Git - postgresql/history - src
Remove PL/Tcl's "module" facility.
[postgresql] / src /
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-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 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 HaasShut down Gather's children before shutting down Gather...
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 Tom LaneUse less-generic table name in new regression test...
2017-02-21 Peter EisentrautMake more use of castNode()
2017-02-21 Peter EisentrautDrop support for Python 2.3
2017-02-20 Tom LaneImprove error message for misuse of TZ, tz, OF formatti...
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 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 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 LaneMake sure that hash join's bulk-tuple-transfer loops...
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 Haaslibpq: Make target_session_attrs=read-write consume...
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 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-13 Robert HaasRemove contrib/tsearch2.
2017-02-12 Noah MischIgnore tablespace ACLs when ignoring schema ACLs.
2017-02-10 Peter EisentrautAdd CREATE SEQUENCE AS <data type> clause
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.
2017-02-09 Robert Haaspageinspect: Fix hash_bitmap_info not to read the under...
2017-02-09 Tom LaneAllow index AMs to cache data across aminsert calls...
2017-02-09 Andres FreundAdd explicit ORDER BY to a few tests that exercise...
2017-02-08 Tom LaneFix roundoff problems in float8_timestamptz() and make_...
2017-02-08 Robert HaasAdd WAL consistency checking facility.
2017-02-08 Peter EisentrautFix relcache leaks in get_object_address_publication_rel()
2017-02-07 Robert HaasRevise the way the element allocator for a simplehash...
2017-02-07 Tom LaneSpeed up "brin" regression test a little bit.
2017-02-07 Robert HaasAvoid redefining simplehash_allocate/simplehash_free.
2017-02-07 Robert HaasAllow the element allocator for a simplehash to be...
2017-02-07 Robert HaasFix compiler warning.
2017-02-07 Robert HaasCache hash index's metapage in rel->rd_amcache.
2017-02-06 Peter EisentrautAvoid permission failure in pg_sequences.last_value
2017-02-06 Tom LaneAvoid returning stale attribute bitmaps in RelationGetI...
2017-02-06 Tom LaneUpdate comment in relcache.c.
2017-02-06 Peter EisentrautAdd missing newline to error messages
2017-02-06 Heikki LinnakangasFix typo in variable name.
2017-02-06 Heikki LinnakangasFix typos in comments.
next