summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in comments and debug messageMagnus Hagander2016-07-183-6/+6
* Translation updatesPeter Eisentraut2016-07-181-1359/+1336
* Clear all-frozen visibilitymap status when locking tuples.Andres Freund2016-07-184-53/+184
* Remove obsolete comment.Tom Lane2016-07-171-4/+0
* Add regression test case exercising the sorting path for hash index build.Tom Lane2016-07-162-6/+37
* Fix crash in close_ps() for NaN input coordinates.Tom Lane2016-07-161-2/+10
* Fix torn-page, unlogged xid and further risks from heap_update().Andres Freund2016-07-151-23/+73
* Make HEAP_LOCK/HEAP2_LOCK_UPDATED replay reset HEAP_XMAX_INVALID.Andres Freund2016-07-151-0/+4
* Avoid invalidating all foreign-join cached plans when user mappings change.Tom Lane2016-07-1511-241/+153
* Avoid serializability errors when locking a tuple with a committed updateAlvaro Herrera2016-07-151-3/+13
* Fix parsing NOT sequence in tsqueryTeodor Sigaev2016-07-151-1/+3
* Fix nested NOT operation cleanup in tsquery.Teodor Sigaev2016-07-151-1/+7
* Adjust spellings of forms of "cancel"Peter Eisentraut2016-07-145-5/+5
* Fix GiST index build for NaN values in geometric types.Tom Lane2016-07-142-67/+90
* Add a regression test case to improve code coverage for tuplesort.Tom Lane2016-07-131-0/+4
* Add serial comma and quoting to messagePeter Eisentraut2016-07-121-2/+2
* Print a given subplan only once in EXPLAIN.Tom Lane2016-07-111-2/+20
* Fix start WAL filename for concurrent backups from standbyMagnus Hagander2016-07-111-1/+1
* Revert "Add some temporary code to record stack usage at server process exit."Tom Lane2016-07-102-85/+0
* Improve recording of IA64 stack data.Tom Lane2016-07-091-6/+20
* Add more temporary code to record stack usage at server process exit.Tom Lane2016-07-082-0/+24
* Add some temporary code to record stack usage at server process exit.Tom Lane2016-07-081-0/+47
* Fix typo in comment.Robert Haas2016-07-071-1/+1
* Properly adjust pointers when tuples are moved during CLUSTER.Robert Haas2016-07-071-2/+52
* Fix a prototype which is inconsistent with the function definition.Robert Haas2016-07-071-1/+1
* Clarify resource utilization of parallel query.Robert Haas2016-07-072-2/+2
* Rename pg_stat_wal_receiver.conn_info to conninfo.Fujii Masao2016-07-071-1/+1
* Fix typosPeter Eisentraut2016-07-061-2/+2
* Fix typo in comment.Fujii Masao2016-07-061-1/+1
* Fix failure to handle conflicts in non-arbiter exclusion constraints.Tom Lane2016-07-041-7/+12
* Typo fix.Tom Lane2016-07-031-1/+1
* Allow RTE_SUBQUERY rels to be considered parallel-safe.Tom Lane2016-07-031-8/+12
* Fix up parallel-safety marking for appendrels.Tom Lane2016-07-031-15/+58
* Allow treating TABLESAMPLE scans as parallel-safe.Tom Lane2016-07-031-1/+0
* Set correct cost data in Gather node added by force_parallel_mode.Tom Lane2016-07-031-0/+15
* Round rowcount estimate for a partial path to an integer.Tom Lane2016-07-031-1/+1
* Fix failure to mark all aggregates with appropriate transtype.Tom Lane2016-07-021-21/+33
* Fix some interrelated planner issues with initPlans and Param munging.Tom Lane2016-07-013-9/+41
* Improve WritebackContextInit() comment and prototype argument names.Andres Freund2016-07-011-6/+4
* Provide and use a makefile target to build all generated headers.Tom Lane2016-07-011-12/+18
* walreceiver: tweak pg_stat_wal_receiver behaviorAlvaro Herrera2016-07-011-16/+6
* Rethink the GetForeignUpperPaths API (again).Tom Lane2016-07-014-33/+97
* Set consider_parallel correctly for upper planner rels.Robert Haas2016-07-014-103/+116
* Be more paranoid in ruleutils.c's get_variable().Tom Lane2016-07-011-3/+8
* Fix crash bug in RestoreSnapshot.Robert Haas2016-07-011-1/+2
* Fix several mistakes around parallel workers and client_encoding.Robert Haas2016-06-305-6/+73
* Fix typo in ReorderBufferIterTXNInit().Tom Lane2016-06-301-1/+1
* Dodge compiler bug in Visual Studio 2013.Tom Lane2016-06-291-1/+3
* Fix some infelicities in EXPLAIN output for parallel query plans.Tom Lane2016-06-291-14/+28
* Add conninfo to pg_stat_wal_receiverAlvaro Herrera2016-06-293-36/+104