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