aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Prevent privilege escalation in explicit calls to PL validators.Noah Misch2014-02-17
* Shore up ADMIN OPTION restrictions.Noah Misch2014-02-17
* 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 *-qualification of named parameters in SQL-language functions.Tom Lane2014-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 unsafe references to errno within error messaging logic.Tom Lane2014-01-29
* 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
* Allow SET TABLESPACE to database defaultStephen Frost2014-01-18
* Fix multiple bugs in index page locking during hot-standby WAL replay.Tom Lane2014-01-14
* 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
* 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
* 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
* 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 inherited UPDATE/DELETE with UNION ALL subqueries.Tom Lane2013-12-14
* Add HOLD/RESUME_INTERRUPTS in HandleCatchupInterrupt/HandleNotifyInterrupt.Tom Lane2013-12-13
* Fix ancient docs/comments thinko: XID comparison is mod 2^32, not 2^31.Tom Lane2013-12-12
* Fix possible crash with nested SubLinks.Tom Lane2013-12-10
* Clear retry flags properly in replacement OpenSSL sock_write function.Tom Lane2013-12-05
* Fix full-page writes of internal GIN pages.Heikki Linnakangas2013-12-03
* Fix crash in assign_collations_walker for EXISTS with empty SELECT list.Tom Lane2013-12-02
* Fix incomplete backpatch of pg_multixact truncation changes to <= 9.2Alvaro Herrera2013-12-02
* Translation updatesPeter Eisentraut2013-12-02
* Truncate pg_multixact/'s contents during crash recoveryAlvaro Herrera2013-11-29
* Be sure to release proc->backendLock after SetupLockInTable() failure.Tom Lane2013-11-29
* Fix latent(?) race condition in LockReleaseAll.Tom Lane2013-11-28
* Fix stale-pointer problem in fast-path locking logic.Tom Lane2013-11-27
* Don't update relfrozenxid if any pages were skipped.Heikki Linnakangas2013-11-27
* Fix array slicing of int2vector and oidvector values.Tom Lane2013-11-23
* Avoid potential buffer overflow crashPeter Eisentraut2013-11-23
* Flatten join alias Vars before pulling up targetlist items from a subquery.Tom Lane2013-11-22
* Fix Hot-Standby initialization of clog and subtrans.Heikki Linnakangas2013-11-22
* Count locked pages that don't need vacuuming as scanned.Heikki Linnakangas2013-11-18
* Fix incorrect loop counts in tidbitmap.c.Tom Lane2013-11-15
* Compute correct em_nullable_relids in get_eclass_for_sort_expr().Tom Lane2013-11-15
* Fix failure with whole-row reference to a subquery.Tom Lane2013-11-11
* Fix race condition in GIN posting tree page deletion.Heikki Linnakangas2013-11-08
* Make contain_volatile_functions/contain_mutable_functions look into SubLinks.Tom Lane2013-11-08
* Fix subtly-wrong volatility checking in BeginCopyFrom().Tom Lane2013-11-08
* Be more robust when strerror() doesn't give a useful result.Tom Lane2013-11-07
* Prevent display of dropped columns in row constraint violation messages.Tom Lane2013-11-07