aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* 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
* Do wal_level and hot standby checks when doing crash-then-archive recovery.Heikki Linnakangas2014-03-05
* Fix lastReplayedEndRecPtr calculation when starting from shutdown checkpoint.Heikki Linnakangas2014-03-05
* Error out on send failure in walsender loop.Heikki Linnakangas2014-03-04
* Allow regex operations to be terminated early by query cancel requests.Tom Lane2014-03-01
* Remove bogus while-loop.Heikki Linnakangas2014-02-28
* Fix WAL replay of locking an updated tupleAlvaro Herrera2014-02-27
* Use SnapshotDirty rather than an active snapshot to probe index endpoints.Tom Lane2014-02-25
* Do ScalarArrayOp estimation correctly when array is a stable expression.Tom Lane2014-02-21
* Add a GUC to report whether data page checksums are enabled.Heikki Linnakangas2014-02-20
* Remove broken code that tried to handle OVERLAPS with a single argument.Tom Lane2014-02-18
* Fix comment; checkpointer, not bgwriter, performs checkpoints since 9.2.Heikki Linnakangas2014-02-18
* Translation updatesPeter Eisentraut2014-02-17
* Prevent potential overruns of fixed-size buffers.Tom Lane2014-02-17
* Predict integer overflow to avoid buffer overruns.Noah Misch2014-02-17
* Avoid repeated name lookups during table and index DDL.Robert Haas2014-02-17
* Prevent privilege escalation in explicit calls to PL validators.Noah Misch2014-02-17
* Shore up ADMIN OPTION restrictions.Noah Misch2014-02-17
* Fix unportable coding in DetermineSleepTime().Tom Lane2014-02-15
* Change the order that pg_xlog and WAL archive are polled for WAL segments.Heikki Linnakangas2014-02-14
* Separate multixact freezing parameters from xid'sAlvaro Herrera2014-02-13
* Fix length checking for Unicode identifiers containing escapes (U&"...").Tom Lane2014-02-13
* In XLogReadBufferExtended, don't assume P_NEW yields consecutive pages.Tom Lane2014-02-12
* Use memmove() instead of memcpy() for copying overlapping regions.Heikki Linnakangas2014-02-10
* Fix lexing of U& sequences just before EOF.Tom Lane2014-02-03
* Fix *-qualification of named parameters in SQL-language functions.Tom Lane2014-02-03
* In json code, clean up temp memory contexts after processing.Andrew Dunstan2014-02-03
* Fix some wide-character bugs in the text-search parser.Tom Lane2014-02-01
* Fix some more bugs in signal handlers and process shutdown logic.Tom Lane2014-02-01
* Clear MyProc and MyProcSignalState before they become invalid.Robert Haas2014-01-31
* Fix bogus handling of "postponed" lateral quals.Tom Lane2014-01-30
* Fix unsafe references to errno within error messaging logic.Tom Lane2014-01-29
* Enable building with Visual Studion 2013.Andrew Dunstan2014-01-26