summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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
2012-10-17Revert "Use "transient" files for blind writes, take 2".Tom Lane
2012-10-15Split up process latch initialization for more-fail-soft behavior.Tom Lane
2012-10-12Make equal() ignore CoercionForm fields for better planning with casts.Tom Lane
2012-09-27Fix btmarkpos/btrestrpos to handle array keys.Tom Lane
2012-09-19Stamp 9.2.1.REL9_2_1Tom Lane
2012-09-12Fix a couple other leftover uses of 'conisonly' terminology.Tom Lane
2012-09-08Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.Tom Lane
2012-09-06Stamp 9.2.0.REL9_2_0Tom Lane
2012-09-05Fix bugs in cascading replication with recovery_target_timeline='latest'Heikki Linnakangas