index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Fix comment; checkpointer, not bgwriter, performs checkpoints since 9.2.
Heikki Linnakangas
2014-02-18
*
Translation updates
Peter Eisentraut
2014-02-17
*
Prevent potential overruns of fixed-size buffers.
Tom Lane
2014-02-17
*
Predict integer overflow to avoid buffer overruns.
Noah Misch
2014-02-17
*
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
*
Shore up ADMIN OPTION restrictions.
Noah Misch
2014-02-17
*
Fix unportable coding in DetermineSleepTime().
Tom Lane
2014-02-15
*
Change the order that pg_xlog and WAL archive are polled for WAL segments.
Heikki Linnakangas
2014-02-14
*
Separate multixact freezing parameters from xid's
Alvaro Herrera
2014-02-13
*
Fix length checking for Unicode identifiers containing escapes (U&"...").
Tom Lane
2014-02-13
*
In XLogReadBufferExtended, don't assume P_NEW yields consecutive pages.
Tom Lane
2014-02-12
*
Use memmove() instead of memcpy() for copying overlapping regions.
Heikki Linnakangas
2014-02-10
*
Fix lexing of U& sequences just before EOF.
Tom Lane
2014-02-03
*
Fix *-qualification of named parameters in SQL-language functions.
Tom Lane
2014-02-03
*
In json code, clean up temp memory contexts after processing.
Andrew Dunstan
2014-02-03
*
Fix some wide-character bugs in the text-search parser.
Tom Lane
2014-02-01
*
Fix some more bugs in signal handlers and process shutdown logic.
Tom Lane
2014-02-01
*
Clear MyProc and MyProcSignalState before they become invalid.
Robert Haas
2014-01-31
*
Fix bogus handling of "postponed" lateral quals.
Tom Lane
2014-01-30
*
Fix unsafe references to errno within error messaging logic.
Tom Lane
2014-01-29
*
Enable building with Visual Studion 2013.
Andrew Dunstan
2014-01-26
*
Allow type_func_name_keywords in even more places
Stephen Frost
2014-01-21
*
Tweak parse location assignment for CURRENT_DATE and related constructs.
Tom Lane
2014-01-21
*
Fix inadvertent semantics change in last patch to plug memory leaks.
Robert Haas
2014-01-21
*
Plug more memory leaks when reloading config file.
Robert Haas
2014-01-21
*
Allow SET TABLESPACE to database default
Stephen Frost
2014-01-18
*
Fix Hot Standby feedback sending when streaming busily.
Heikki Linnakangas
2014-01-16
*
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
*
Fix possible crashes due to using elog/ereport too early in startup.
Tom Lane
2014-01-11
*
Fix compute_scalar_stats() for case that all values exceed WIDTH_THRESHOLD.
Tom Lane
2014-01-11
*
Accept pg_upgraded tuples during multixact freezing
Alvaro Herrera
2014-01-10
*
Fix "cannot accept a set" error when only some arms of a CASE return a set.
Tom Lane
2014-01-08
*
Fix pause_at_recovery_target + recovery_target_inclusive combination.
Heikki Linnakangas
2014-01-08
*
Fix bug in determining when recovery has reached consistency.
Heikki Linnakangas
2014-01-08
*
Fix LATERAL references to target table of UPDATE/DELETE.
Tom Lane
2014-01-07
*
Move permissions check from do_pg_start_backup to pg_start_backup
Magnus Hagander
2014-01-07
*
Avoid including tablespaces inside PGDATA twice in base backups
Magnus Hagander
2014-01-07
*
Handle 5-char filenames in SlruScanDirectory
Alvaro Herrera
2014-01-02
*
Wrap multixact/members correctly during extension
Alvaro Herrera
2014-01-02
*
Handle wraparound during truncation in multixact/members
Alvaro Herrera
2014-01-02
*
Fix broken support for event triggers as extension members.
Tom Lane
2013-12-30
*
Properly detect invalid JSON numbers when generating JSON.
Andrew Dunstan
2013-12-27
*
Fix misplaced right paren bugs in pgstatfuncs.c.
Kevin Grittner
2013-12-27
*
Fix ANALYZE failure on a column that's a domain over a range.
Tom Lane
2013-12-23
*
Avoid useless palloc during transaction commit
Alvaro Herrera
2013-12-20
*
Optimize updating a row that's locked by same xid
Alvaro Herrera
2013-12-19
*
Don't ignore tuple locks propagated by our updates
Alvaro Herrera
2013-12-18
*
Rework tuple freezing protocol
Alvaro Herrera
2013-12-16
[next]