summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2014-01-14Fix multiple bugs in index page locking during hot-standby WAL replay.Tom Lane
2013-12-02Stamp 9.2.6.REL9_2_6Tom Lane
2013-12-02Fix incomplete backpatch of pg_multixact truncation changes to <= 9.2Alvaro Herrera
2013-11-27Fix stale-pointer problem in fast-path locking logic.Tom Lane
2013-11-24Fix array slicing of int2vector and oidvector values.Tom Lane
2013-11-15Compute correct em_nullable_relids in get_eclass_for_sort_expr().Tom Lane
2013-11-08Fix race condition in GIN posting tree page deletion.Heikki Linnakangas
2013-11-07Fix generation of MergeAppend plans for optimized min/max on expressions.Tom Lane
2013-11-01Fix some odd behaviors when using a SQL-style simple GMT offset timezone.Tom Lane
2013-10-08Stamp 9.2.5.REL9_2_5Peter Eisentraut
2013-10-07Eliminate xmin from hash tag for predicate locks on heap tuples.Kevin Grittner
2013-08-26Unconditionally use the WSA equivalents of Socket error constants.Andrew Dunstan
2013-08-23In locate_grouping_columns(), don't expect an exact match of Var typmods.Tom Lane
2013-07-23Change post-rewriter representation of dropped columns in joinaliasvars.Tom Lane
2013-07-07Fix include-guardMagnus Hagander
2013-06-23Ensure no xid gaps during Hot Standby startupSimon Riggs
2013-06-14Avoid deadlocks during insertion into SP-GiST indexes.Tom Lane
2013-06-06Backport log_newpage_buffer.Robert Haas
2013-06-04Add ARM64 (aarch64) support to s_lock.h.Tom Lane
2013-05-23Fix typo in comment.Robert Haas
2013-04-29Postpone creation of pathkeys lists to fix bug #8049.Tom Lane
2013-04-04Fix crash on compiling a regular expression with more than 32k colors.Heikki Linnakangas
2013-04-01Stamp 9.2.4.REL9_2_4Tom Lane
2013-04-01Fix insecure parsing of server command-line switches.Tom Lane
2013-04-01Make REPLICATION privilege checks test current user not authenticated user.Tom Lane
2013-03-05Fix to_char() to use ASCII-only case-folding rules where appropriate.Tom Lane
2013-03-03Fix SQL function execution to be safe with long-lived FmgrInfos.Tom Lane
2013-02-10Document and clean up gistsplit.c.Tom Lane
2013-02-07Repair bugs in GiST page splitting code for multi-column indexes.Tom Lane
2013-02-04Stamp 9.2.3.REL9_2_3Tom Lane
2013-01-31Fix plpgsql's reporting of plan-time errors in possibly-simple expressions.Tom Lane
2013-01-24Use correct output device for Windows prompts.Andrew Dunstan
2013-01-23Fix performance problems with autovacuum truncation in busy workloads.Kevin Grittner
2013-01-04Invent a "one-shot" variant of CachedPlans for better performance.Tom Lane
2013-01-03Tolerate timeline switches while "pg_basebackup -X fetch" is running.Heikki Linnakangas
2012-12-23Prevent failure when RowExpr or XmlExpr is parse-analyzed twice.Tom Lane
2012-12-18Fix failure to ignore leftover temp tables after a server crash.Tom Lane
2012-12-03Stamp 9.2.2.REL9_2_2Tom Lane
2012-12-02Don't advance checkPoint.nextXid near the end of a checkpoint sequence.Tom Lane
2012-11-30Produce a more useful error message for over-length Unix socket paths.Tom Lane
2012-11-29Cleanup VirtualXact at end of Hot StandbySimon Riggs
2012-11-29Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.Tom Lane
2012-11-26Revert patch for taking fewer snapshots.Tom Lane
2012-11-26Fix SELECT DISTINCT with index-optimized MIN/MAX on inheritance trees.Tom Lane
2012-11-13Fix multiple problems in WAL replay.Tom Lane
2012-11-09Fix WaitLatch() to return promptly when the requested timeout expires.Tom Lane
2012-11-05Fix handling of inherited check constraints in ALTER COLUMN TYPE.Tom Lane
2012-10-31Fix ALTER EXTENSION / SET SCHEMAAlvaro Herrera
2012-10-18Fix planning of non-strict equivalence clauses above outer joins.Tom Lane
2012-10-17Close un-owned SMgrRelations at transaction end.Tom Lane