aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* 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
* PGDLLIMPORT'ify DateStyle and IntervalStyle.Tom Lane2014-02-16
* Separate multixact freezing parameters from xid'sAlvaro Herrera2014-02-13
* Enable building with Visual Studion 2013.Andrew Dunstan2014-01-26
* Fix multiple bugs in index page locking during hot-standby WAL replay.Tom Lane2014-01-14
* Disallow LATERAL references to the target table of an UPDATE/DELETE.Tom Lane2014-01-11
* Handle wraparound during truncation in multixact/membersAlvaro Herrera2014-01-02
* Don't ignore tuple locks propagated by our updatesAlvaro Herrera2013-12-18
* Rework tuple freezing protocolAlvaro Herrera2013-12-16
* Stamp 9.3.2.REL9_3_2Tom Lane2013-12-02
* Truncate pg_multixact/'s contents during crash recoveryAlvaro Herrera2013-11-29
* Fix full-table-vacuum request mechanism for MultiXactIdsAlvaro Herrera2013-11-29
* Fix assorted race conditions in the new timeout infrastructure.Tom Lane2013-11-29
* Fix stale-pointer problem in fast-path locking logic.Tom Lane2013-11-27
* Fix array slicing of int2vector and oidvector values.Tom Lane2013-11-23
* Compute correct em_nullable_relids in get_eclass_for_sort_expr().Tom Lane2013-11-15
* Fix race condition in GIN posting tree page deletion.Heikki Linnakangas2013-11-08
* Fix some odd behaviors when using a SQL-style simple GMT offset timezone.Tom Lane2013-11-01
* Stamp 9.3.1.REL9_3_1Peter Eisentraut2013-10-07
* Eliminate xmin from hash tag for predicate locks on heap tuples.Kevin Grittner2013-10-07
* Rename various "freeze multixact" variablesAlvaro Herrera2013-09-16
* Update obsolete commentAlvaro Herrera2013-09-03
* Stamp 9.3.0.REL9_3_0Tom Lane2013-09-02
* Reset the binary heap in MergeAppend rescans.Tom Lane2013-08-30
* Unconditionally use the WSA equivalents of Socket error constants.Andrew Dunstan2013-08-26
* In locate_grouping_columns(), don't expect an exact match of Var typmods.Tom Lane2013-08-23
* Stamp 9.3rc1.REL9_3_RC1Tom Lane2013-08-19
* Fix pg_upgrade failure from servers older than 9.3Alvaro Herrera2013-08-19
* Fix planner problems with LATERAL references in PlaceHolderVars.Tom Lane2013-08-17
* Remove ph_may_need from PlaceHolderInfo, with attendant simplifications.Tom Lane2013-08-14
* Emit a log message if output is about to be redirected away from stderr.Tom Lane2013-08-13
* Fix crash in error report of invalid tuple lockAlvaro Herrera2013-08-02
* Prevent leakage of SPI tuple tables during subtransaction abort.Tom Lane2013-07-25
* Improve ilist.h's support for deletion of slist elements during iteration.Tom Lane2013-07-24
* Change post-rewriter representation of dropped columns in joinaliasvars.Tom Lane2013-07-23
* Tweak FOR UPDATE/SHARE error message wording (again)Alvaro Herrera2013-07-23
* Back-patch bgworker API changes to 9.3.Robert Haas2013-07-22
* Remove bgw_sighup and bgw_sigterm.Robert Haas2013-07-22
* Clean up new JSON API typedefsPeter Eisentraut2013-07-20
* Fix include-guardMagnus Hagander2013-07-07
* Fix cpluspluscheck in checksum codePeter Eisentraut2013-06-30
* Stamp 9.3beta2.REL9_3_BETA2Peter Eisentraut2013-06-24
* Ensure no xid gaps during Hot Standby startupSimon Riggs2013-06-23
* Add buffer_std flag to MarkBufferDirtyHint().Jeff Davis2013-06-17
* Avoid deadlocks during insertion into SP-GiST indexes.Tom Lane2013-06-14
* Refactor checksumming code to make it easier to use externally.Tom Lane2013-06-13
* Don't pass oidvector by value.Noah Misch2013-06-12
* Improve updatability checking for views and foreign tables.Tom Lane2013-06-12
* Add ARM64 (aarch64) support to s_lock.h.Tom Lane2013-06-04