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