summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2017-02-06Avoid permission failure in pg_sequences.last_valuePeter Eisentraut
2017-02-06Avoid returning stale attribute bitmaps in RelationGetIndexAttrBitmap().Tom Lane
2017-02-06Update comment in relcache.c.Tom Lane
2017-02-06Add missing newline to error messagesPeter Eisentraut
2017-02-06Fix typo in variable name.Heikki Linnakangas
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-02-04Remove redundant comment.Robert Haas
2017-02-03Improve grammar of message about two-phase state files.Robert Haas
2017-02-03Be sure to release LogicalRepLauncherLock in DROP SUBSCRIPTION command.Fujii Masao
2017-02-03Clean up psql's behavior for a few more control variables.Tom Lane