aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix yet another corner case in dumping rules/views with USING clauses.Tom Lane2014-05-01
* Fix failure to detoast fields in composite elements of structured types.Tom Lane2014-05-01
* Check for interrupts and stack overflow during rule/view dumps.Tom Lane2014-04-30
* Reduce indentation/parenthesization of set operations in rule/view dumps.Tom Lane2014-04-30
* Limit overall indentation in rule/view dumps.Tom Lane2014-04-30
* Fix indentation of JOIN clauses in rule/view dumps.Tom Lane2014-04-30
* Improve planner to drop constant-NULL inputs of AND/OR where it's legal.Tom Lane2014-04-29
* Fix two bugs in WAL-logging of GIN pending-list pages.Heikki Linnakangas2014-04-28
* Fix race when updating a tuple concurrently locked by another processAlvaro Herrera2014-04-24
* Reset pg_stat_activity.xact_start during PREPARE TRANSACTION.Tom Lane2014-04-24
* Update obsolete comments.Heikki Linnakangas2014-04-23
* Fix typos in comment.Heikki Linnakangas2014-04-23
* Set the all-visible flag on heap page before writing WAL record, not after.Heikki Linnakangas2014-04-17
* Fix object identities for text search objectsAlvaro Herrera2014-04-16
* Use AF_UNSPEC not PF_UNSPEC in getaddrinfo calls.Tom Lane2014-04-16
* check socket creation errors against PGINVALID_SOCKETBruce Momjian2014-04-16
* Use correctly-sized buffer when zero-filling a WAL file.Heikki Linnakangas2014-04-16
* Fix hot standby bug with GiST scans.Heikki Linnakangas2014-04-08
* Assert that strong-lock count is >0 everywhere it's decremented.Robert Haas2014-04-07
* Block signals earlier during postmaster startup.Tom Lane2014-04-05
* Fix processing of PGC_BACKEND GUC parameters on Windows.Tom Lane2014-04-05
* Fix tablespace creation WAL replay to work on Windows.Tom Lane2014-04-04
* Allow "-C variable" and "--describe-config" even to root users.Tom Lane2014-04-04
* Fix bogus time printout in walreceiver's debug log messages.Tom Lane2014-04-04
* Move multixid allocation out of critical section.Heikki Linnakangas2014-04-04
* Avoid allocations in critical sections.Heikki Linnakangas2014-04-04
* Fix non-equivalence of VARIADIC and non-VARIADIC function call formats.Tom Lane2014-04-03
* Avoid palloc in critical section in GiST WAL-logging.Heikki Linnakangas2014-04-03
* Fix assorted issues in client host name lookup.Tom Lane2014-04-02
* Fix bugs in manipulation of PgBackendStatus.st_clienthostname.Tom Lane2014-04-01
* Mark FastPathStrongRelationLocks volatile.Robert Haas2014-03-31
* Count buffers dirtied due to hints in pgBufferUsage.shared_blks_dirtied.Robert Haas2014-03-31
* Don't forget to flush XLOG_PARAMETER_CHANGE record.Fujii Masao2014-03-26
* Address ccvalid/ccnoinherit in TupleDesc support functions.Noah Misch2014-03-23
* Properly check for readdir/closedir() failuresBruce Momjian2014-03-21
* Fix memory leak during regular expression execution.Tom Lane2014-03-19
* During index build, check and elog (not just Assert) for broken HOT chain.Tom Lane2014-03-17
* Fix bug in clean shutdown of walsender that pg_receiving is connecting to.Fujii Masao2014-03-17
* Translation updatesPeter Eisentraut2014-03-16
* Make punctuation consistentPeter Eisentraut2014-03-16
* Prevent interrupts while reporting non-ERROR elog messages.Tom Lane2014-03-13
* Avoid transaction-commit race condition while receiving a NOTIFY message.Tom Lane2014-03-13
* In WAL replay, restore GIN metapage unconditionally to avoid torn page.Heikki Linnakangas2014-03-12
* Fix dangling smgr_owner pointer when a fake relcache entry is freed.Heikki Linnakangas2014-03-07
* Avoid memcpy() with same source and destination address.Heikki Linnakangas2014-03-07
* Fix typo in comment.Heikki Linnakangas2014-03-07
* Avoid getting more than AccessShareLock when deparsing a query.Tom Lane2014-03-06
* Send keepalives from walsender even when busy sending WAL.Heikki Linnakangas2014-03-06
* Don't reject ROW_MARK_REFERENCE rowmarks for materialized views.Tom Lane2014-03-06
* Remove the correct pgstat file on DROP DATABASEAlvaro Herrera2014-03-05