summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Stamp 9.6beta3.REL9_6_BETA3Tom Lane2016-07-181-3/+3
* Fix typos in comments and debug messageMagnus Hagander2016-07-183-6/+6
* Translation updatesPeter Eisentraut2016-07-1814-3792/+3979
* Clear all-frozen visibilitymap status when locking tuples.Andres Freund2016-07-187-58/+194
* Remove obsolete comment.Tom Lane2016-07-171-4/+0
* Establish conventions about global object names used in regression tests.Tom Lane2016-07-17161-3106/+3150
* Correctly dump database and tablespace ACLsStephen Frost2016-07-173-44/+231
* Improve test case exercising the sorting path for hash index build.Tom Lane2016-07-162-0/+20
* Add regression test case exercising the sorting path for hash index build.Tom Lane2016-07-164-6/+51
* Fix crash in close_ps() for NaN input coordinates.Tom Lane2016-07-161-2/+10
* Advance PG_CONTROL_VERSION.Tom Lane2016-07-161-1/+1
* 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-1516-262/+173
* Avoid serializability errors when locking a tuple with a committed updateAlvaro Herrera2016-07-159-4/+1401
* Fix parsing NOT sequence in tsqueryTeodor Sigaev2016-07-153-1/+45
* Fix nested NOT operation cleanup in tsquery.Teodor Sigaev2016-07-153-1/+22
* 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-143-67/+92
* Remove reference to range mode in pg_xlogdump errorMagnus Hagander2016-07-141-1/+1
* Minor test adjustment.Tom Lane2016-07-132-2/+0
* Add a regression test case to improve code coverage for tuplesort.Tom Lane2016-07-133-0/+74
* Add serial comma and quoting to messagePeter Eisentraut2016-07-121-2/+2
* Put some things in a better order in psql helpPeter Eisentraut2016-07-121-1/+1
* Allow IMPORT FOREIGN SCHEMA within pl/pgsql.Tom Lane2016-07-122-9/+39
* Print a given subplan only once in EXPLAIN.Tom Lane2016-07-112-5/+25
* Improve output of psql's \df+ command.Tom Lane2016-07-111-13/+41
* Add missing newline in error messageMagnus Hagander2016-07-111-1/+1
* 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
* Fix TAP tests and MSVC scripts for pathnames with spaces.Tom Lane2016-07-093-20/+39
* 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
* Reduce stack space consumption in tzload().Tom Lane2016-07-071-2/+10
* Rename pg_stat_wal_receiver.conn_info to conninfo.Fujii Masao2016-07-074-5/+5
* 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-043-7/+49
* 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
* PL/Python: Report argument parsing errors using exceptionsPeter Eisentraut2016-07-022-13/+38