aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* 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
* Allow type_func_name_keywords in even more placesStephen Frost2014-01-21
* Tweak parse location assignment for CURRENT_DATE and related constructs.Tom Lane2014-01-21
* Fix inadvertent semantics change in last patch to plug memory leaks.Robert Haas2014-01-21
* Plug more memory leaks when reloading config file.Robert Haas2014-01-21
* Allow SET TABLESPACE to database defaultStephen Frost2014-01-18
* Fix Hot Standby feedback sending when streaming busily.Heikki Linnakangas2014-01-16
* 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
* Fix possible crashes due to using elog/ereport too early in startup.Tom Lane2014-01-11
* Fix compute_scalar_stats() for case that all values exceed WIDTH_THRESHOLD.Tom Lane2014-01-11
* Accept pg_upgraded tuples during multixact freezingAlvaro Herrera2014-01-10
* Fix "cannot accept a set" error when only some arms of a CASE return a set.Tom Lane2014-01-08
* Fix pause_at_recovery_target + recovery_target_inclusive combination.Heikki Linnakangas2014-01-08
* Fix bug in determining when recovery has reached consistency.Heikki Linnakangas2014-01-08
* Fix LATERAL references to target table of UPDATE/DELETE.Tom Lane2014-01-07
* Move permissions check from do_pg_start_backup to pg_start_backupMagnus Hagander2014-01-07
* Avoid including tablespaces inside PGDATA twice in base backupsMagnus Hagander2014-01-07
* Handle 5-char filenames in SlruScanDirectoryAlvaro Herrera2014-01-02
* Wrap multixact/members correctly during extensionAlvaro Herrera2014-01-02
* Handle wraparound during truncation in multixact/membersAlvaro Herrera2014-01-02
* Fix broken support for event triggers as extension members.Tom Lane2013-12-30
* Properly detect invalid JSON numbers when generating JSON.Andrew Dunstan2013-12-27
* Fix misplaced right paren bugs in pgstatfuncs.c.Kevin Grittner2013-12-27
* Fix ANALYZE failure on a column that's a domain over a range.Tom Lane2013-12-23
* Avoid useless palloc during transaction commitAlvaro Herrera2013-12-20
* Optimize updating a row that's locked by same xidAlvaro Herrera2013-12-19
* Don't ignore tuple locks propagated by our updatesAlvaro Herrera2013-12-18
* Rework tuple freezing protocolAlvaro Herrera2013-12-16