summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2014-02-01Clear MyProc and MyProcSignalState before they become invalid.Robert Haas
2014-01-30Fix unsafe references to errno within error messaging logic.Tom Lane
2014-01-22Allow type_func_name_keywords in even more placesStephen Frost
2014-01-21Tweak parse location assignment for CURRENT_DATE and related constructs.Tom Lane
2014-01-18Allow SET TABLESPACE to database defaultStephen Frost
2014-01-14Fix multiple bugs in index page locking during hot-standby WAL replay.Tom Lane
2014-01-11Fix possible crashes due to using elog/ereport too early in startup.Tom Lane
2014-01-11Fix compute_scalar_stats() for case that all values exceed WIDTH_THRESHOLD.Tom Lane
2014-01-09Fix "cannot accept a set" error when only some arms of a CASE return a set.Tom Lane
2014-01-08Fix pause_at_recovery_target + recovery_target_inclusive combination.Heikki Linnakangas
2014-01-08Fix bug in determining when recovery has reached consistency.Heikki Linnakangas
2014-01-07Move permissions check from do_pg_start_backup to pg_start_backupMagnus Hagander
2014-01-07Avoid including tablespaces inside PGDATA twice in base backupsMagnus Hagander
2013-12-27Properly detect invalid JSON numbers when generating JSON.Andrew Dunstan
2013-12-27Fix misplaced right paren bugs in pgstatfuncs.c.Kevin Grittner
2013-12-14Fix inherited UPDATE/DELETE with UNION ALL subqueries.Tom Lane
2013-12-13Add HOLD/RESUME_INTERRUPTS in HandleCatchupInterrupt/HandleNotifyInterrupt.Tom Lane
2013-12-12Fix ancient docs/comments thinko: XID comparison is mod 2^32, not 2^31.Tom Lane
2013-12-10Fix possible crash with nested SubLinks.Tom Lane
2013-12-05Clear retry flags properly in replacement OpenSSL sock_write function.Tom Lane
2013-12-03Fix full-page writes of internal GIN pages.Heikki Linnakangas
2013-12-03Fix crash in assign_collations_walker for EXISTS with empty SELECT list.Tom Lane
2013-12-02Fix incomplete backpatch of pg_multixact truncation changes to <= 9.2Alvaro Herrera
2013-12-02Translation updatesPeter Eisentraut
2013-11-30Truncate pg_multixact/'s contents during crash recoveryAlvaro Herrera
2013-11-29Be sure to release proc->backendLock after SetupLockInTable() failure.Tom Lane
2013-11-28Fix latent(?) race condition in LockReleaseAll.Tom Lane
2013-11-27Fix stale-pointer problem in fast-path locking logic.Tom Lane
2013-11-27Don't update relfrozenxid if any pages were skipped.Heikki Linnakangas
2013-11-24Fix array slicing of int2vector and oidvector values.Tom Lane
2013-11-23Avoid potential buffer overflow crashPeter Eisentraut
2013-11-22Flatten join alias Vars before pulling up targetlist items from a subquery.Tom Lane
2013-11-22Fix Hot-Standby initialization of clog and subtrans.Heikki Linnakangas
2013-11-18Count locked pages that don't need vacuuming as scanned.Heikki Linnakangas
2013-11-15Fix incorrect loop counts in tidbitmap.c.Tom Lane
2013-11-15Compute correct em_nullable_relids in get_eclass_for_sort_expr().Tom Lane
2013-11-11Fix failure with whole-row reference to a subquery.Tom Lane
2013-11-08Fix race condition in GIN posting tree page deletion.Heikki Linnakangas
2013-11-08Make contain_volatile_functions/contain_mutable_functions look into SubLinks.Tom Lane
2013-11-08Fix subtly-wrong volatility checking in BeginCopyFrom().Tom Lane
2013-11-07Be more robust when strerror() doesn't give a useful result.Tom Lane
2013-11-07Prevent display of dropped columns in row constraint violation messages.Tom Lane
2013-11-07Fix generation of MergeAppend plans for optimized min/max on expressions.Tom Lane
2013-11-06Support default arguments and named-argument notation for window functions.Tom Lane
2013-11-06Improve the error message given for modifying a window with frame clause.Tom Lane
2013-11-03Prevent memory leaks from accumulating across printtup() calls.Tom Lane
2013-11-02Retry after buffer locking failure during SPGiST index creation.Tom Lane
2013-11-01Ensure all files created for a single BufFile have the same resource owner.Tom Lane
2013-11-01Fix some odd behaviors when using a SQL-style simple GMT offset timezone.Tom Lane
2013-10-29Prevent using strncpy with src == dest in TupleDescInitEntry.Tom Lane