summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-07-18Clear all-frozen visibilitymap status when locking tuples.Andres Freund
2016-07-17Remove obsolete comment.Tom Lane
2016-07-17Establish conventions about global object names used in regression tests.Tom Lane
2016-07-17Correctly dump database and tablespace ACLsStephen Frost
2016-07-16Improve test case exercising the sorting path for hash index build.Tom Lane
2016-07-16Add regression test case exercising the sorting path for hash index build.Tom Lane
2016-07-16Fix crash in close_ps() for NaN input coordinates.Tom Lane
2016-07-16Advance PG_CONTROL_VERSION.Tom Lane
2016-07-15Fix torn-page, unlogged xid and further risks from heap_update().Andres Freund
2016-07-15Make HEAP_LOCK/HEAP2_LOCK_UPDATED replay reset HEAP_XMAX_INVALID.Andres Freund
2016-07-15Avoid invalidating all foreign-join cached plans when user mappings change.Tom Lane
2016-07-15Avoid serializability errors when locking a tuple with a committed updateAlvaro Herrera
2016-07-15Fix parsing NOT sequence in tsqueryTeodor Sigaev
2016-07-15Fix nested NOT operation cleanup in tsquery.Teodor Sigaev
2016-07-14Adjust spellings of forms of "cancel"Peter Eisentraut
2016-07-14Fix GiST index build for NaN values in geometric types.Tom Lane
2016-07-14Remove reference to range mode in pg_xlogdump errorMagnus Hagander
2016-07-13Minor test adjustment.Tom Lane
2016-07-13Add a regression test case to improve code coverage for tuplesort.Tom Lane
2016-07-12Add serial comma and quoting to messagePeter Eisentraut
2016-07-12Put some things in a better order in psql helpPeter Eisentraut
2016-07-12Allow IMPORT FOREIGN SCHEMA within pl/pgsql.Tom Lane
2016-07-11Print a given subplan only once in EXPLAIN.Tom Lane
2016-07-11Improve output of psql's \df+ command.Tom Lane
2016-07-11Add missing newline in error messageMagnus Hagander
2016-07-11Fix start WAL filename for concurrent backups from standbyMagnus Hagander
2016-07-10Revert "Add some temporary code to record stack usage at server process exit."Tom Lane
2016-07-09Fix TAP tests and MSVC scripts for pathnames with spaces.Tom Lane
2016-07-09Improve recording of IA64 stack data.Tom Lane
2016-07-08Add more temporary code to record stack usage at server process exit.Tom Lane
2016-07-08Add some temporary code to record stack usage at server process exit.Tom Lane
2016-07-07Fix typo in comment.Robert Haas
2016-07-07Properly adjust pointers when tuples are moved during CLUSTER.Robert Haas
2016-07-07Fix a prototype which is inconsistent with the function definition.Robert Haas
2016-07-07Clarify resource utilization of parallel query.Robert Haas
2016-07-07Reduce stack space consumption in tzload().Tom Lane
2016-07-07Rename pg_stat_wal_receiver.conn_info to conninfo.Fujii Masao
2016-07-06Fix typosPeter Eisentraut
2016-07-06Fix typo in comment.Fujii Masao
2016-07-04Fix failure to handle conflicts in non-arbiter exclusion constraints.Tom Lane
2016-07-03Typo fix.Tom Lane
2016-07-03Allow RTE_SUBQUERY rels to be considered parallel-safe.Tom Lane
2016-07-03Fix up parallel-safety marking for appendrels.Tom Lane
2016-07-03Allow treating TABLESAMPLE scans as parallel-safe.Tom Lane
2016-07-03Set correct cost data in Gather node added by force_parallel_mode.Tom Lane
2016-07-03Round rowcount estimate for a partial path to an integer.Tom Lane
2016-07-02PL/Python: Report argument parsing errors using exceptionsPeter Eisentraut
2016-07-02Fix failure to mark all aggregates with appropriate transtype.Tom Lane
2016-07-01Fix some interrelated planner issues with initPlans and Param munging.Tom Lane
2016-07-01Improve WritebackContextInit() comment and prototype argument names.Andres Freund