summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-02-19Make dsa_allocate interface more like MemoryContextAlloc.Robert Haas
2017-02-18Fix help message for pg_basebackup -RMagnus Hagander
2017-02-18Optimize query for information_schema.constraint_column_usagePeter Eisentraut
2017-02-17pg_dump: Message style improvementsPeter Eisentraut
2017-02-17Document usage of COPT environment variable for adjusting configure flags.Tom Lane
2017-02-17pg_dump: Fix typo in queryPeter Eisentraut
2017-02-17Remove redundant coverage targetPeter Eisentraut
2017-02-17Fix typo on commentPeter Eisentraut
2017-02-16Add new function dsa_allocate0.Robert Haas
2017-02-16Avoid crash in ALTER TABLE not_partitioned DETACH PARTITION.Robert Haas
2017-02-15Formatting and docs corrections for logical decoding output plugins.Tom Lane
2017-02-15Make sure that hash join's bulk-tuple-transfer loops are interruptible.Tom Lane
2017-02-15Fix tab completion for "ALTER SYSTEM SET variable ...".Tom Lane
2017-02-15Fix YA unwanted behavioral difference with operator_precedence_warning.Tom Lane
2017-02-15Add optimizer and executor support for parallel index scans.Robert Haas
2017-02-15Replace min_parallel_relation_size with two new GUCs.Robert Haas
2017-02-15Fix wrong articles in pg_proc descriptions.Robert Haas
2017-02-15libpq: Make target_session_attrs=read-write consume empty result.Robert Haas
2017-02-15pg_upgrade: Fix problems caused by renaming pg_resetxlog.Robert Haas
2017-02-15Add CREATE COLLATION IF NOT EXISTS clausePeter Eisentraut
2017-02-15btree: Support parallel index scans.Robert Haas
2017-02-15Fix typo in comment.Robert Haas
2017-02-14Allow parallel workers to execute subplans.Robert Haas
2017-02-14Split index xlog headers from other private index headers.Robert Haas
2017-02-14Minor fixes for WAL consistency checking.Robert Haas
2017-02-14Don't disallow dropping NOT NULL for a list partition key.Robert Haas
2017-02-14Remove duplicate code in planner.c.Tom Lane
2017-02-14Replace reference to "xlog-method" with "wal-method" in error message.Fujii Masao
2017-02-13Remove contrib/tsearch2.Robert Haas
2017-02-12Ignore tablespace ACLs when ignoring schema ACLs.Noah Misch
2017-02-10Add CREATE SEQUENCE AS <data type> clausePeter Eisentraut
2017-02-09Rename command line options for ongoing xlog -> wal conversion.Robert Haas
2017-02-09Rename dtrace probes for ongoing xlog -> wal conversion.Robert Haas
2017-02-09Rename user-facing tools with "xlog" in the name to say "wal".Robert Haas
2017-02-09Blind try to fix portability issue in commit 8f93bd851 et al.Tom Lane
2017-02-09Remove all references to "xlog" from SQL-callable functions in pg_proc.Robert Haas
2017-02-09simplehash: Additional tweaks to make specifying an allocator work.Robert Haas
2017-02-09Fix race condition in ConditionVariablePrepareToSleep.Robert Haas
2017-02-09pageinspect: Fix hash_bitmap_info not to read the underlying page.Robert Haas
2017-02-09Allow index AMs to cache data across aminsert calls within a SQL command.Tom Lane
2017-02-09Add explicit ORDER BY to a few tests that exercise hash-join code.Andres Freund
2017-02-08Fix roundoff problems in float8_timestamptz() and make_interval().Tom Lane
2017-02-08Add WAL consistency checking facility.Robert Haas
2017-02-08Fix relcache leaks in get_object_address_publication_rel()Peter Eisentraut
2017-02-07Revise the way the element allocator for a simplehash is specified.Robert Haas
2017-02-07Speed up "brin" regression test a little bit.Tom Lane
2017-02-07Avoid redefining simplehash_allocate/simplehash_free.Robert Haas
2017-02-07Allow the element allocator for a simplehash to be specified.Robert Haas
2017-02-07Fix compiler warning.Robert Haas
2017-02-07Cache hash index's metapage in rel->rd_amcache.Robert Haas