aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Avoid palloc in critical section in GiST WAL-logging.Heikki Linnakangas2014-04-03
* Fix assorted issues in client host name lookup.Tom Lane2014-04-02
* Stamp 9.1.13.REL9_1_13Tom Lane2014-03-17
* Fix dangling smgr_owner pointer when a fake relcache entry is freed.Heikki Linnakangas2014-03-07
* Avoid getting more than AccessShareLock when deparsing a query.Tom Lane2014-03-06
* Allow regex operations to be terminated early by query cancel requests.Tom Lane2014-03-01
* Stamp 9.1.12.REL9_1_12Tom Lane2014-02-17
* Predict integer overflow to avoid buffer overruns.Noah Misch2014-02-17
* Fix handling of wide datetime input/output.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
* Fix multiple bugs in index page locking during hot-standby WAL replay.Tom Lane2014-01-14
* Stamp 9.1.11.REL9_1_11Tom Lane2013-12-02
* Fix incomplete backpatch of pg_multixact truncation changes to <= 9.2Alvaro Herrera2013-12-02
* Fix array slicing of int2vector and oidvector values.Tom Lane2013-11-23
* Fix race condition in GIN posting tree page deletion.Heikki Linnakangas2013-11-08
* Fix generation of MergeAppend plans for optimized min/max on expressions.Tom Lane2013-11-07
* Fix some odd behaviors when using a SQL-style simple GMT offset timezone.Tom Lane2013-11-01
* Stamp 9.1.10.REL9_1_10Peter Eisentraut2013-10-07
* Eliminate xmin from hash tag for predicate locks on heap tuples.Kevin Grittner2013-10-07
* Unconditionally use the WSA equivalents of Socket error constants.Andrew Dunstan2013-08-26
* In locate_grouping_columns(), don't expect an exact match of Var typmods.Tom Lane2013-08-23
* Change post-rewriter representation of dropped columns in joinaliasvars.Tom Lane2013-07-23
* Fix include-guardMagnus Hagander2013-07-07
* Ensure no xid gaps during Hot Standby startupSimon Riggs2013-06-23
* Fix typo in comment.Robert Haas2013-05-23
* Fix crash on compiling a regular expression with more than 32k colors.Heikki Linnakangas2013-04-04
* Stamp 9.1.9.REL9_1_9Tom Lane2013-04-01
* Fix insecure parsing of server command-line switches.Tom Lane2013-04-01
* Make REPLICATION privilege checks test current user not authenticated user.Tom Lane2013-04-01
* Fix to_char() to use ASCII-only case-folding rules where appropriate.Tom Lane2013-03-05
* Document and clean up gistsplit.c.Tom Lane2013-02-10
* Repair bugs in GiST page splitting code for multi-column indexes.Tom Lane2013-02-07
* Stamp 9.1.8.REL9_1_8Tom Lane2013-02-04
* Use correct output device for Windows prompts.Andrew Dunstan2013-01-24
* Fix performance problems with autovacuum truncation in busy workloads.Kevin Grittner2013-01-23
* Prevent failure when RowExpr or XmlExpr is parse-analyzed twice.Tom Lane2012-12-23
* Fix failure to ignore leftover temp tables after a server crash.Tom Lane2012-12-17
* Stamp 9.1.7.REL9_1_7Tom Lane2012-12-03
* Don't advance checkPoint.nextXid near the end of a checkpoint sequence.Tom Lane2012-12-02
* Produce a more useful error message for over-length Unix socket paths.Tom Lane2012-11-29
* Correctly init/deinit recovery xact environment.Simon Riggs2012-11-29
* Fix assorted bugs in CREATE INDEX CONCURRENTLY.Tom Lane2012-11-29
* Fix SELECT DISTINCT with index-optimized MIN/MAX on inheritance trees.Tom Lane2012-11-26
* Fix multiple problems in WAL replay.Tom Lane2012-11-12
* Fix handling of inherited check constraints in ALTER COLUMN TYPE.Tom Lane2012-11-05
* Fix ALTER EXTENSION / SET SCHEMAAlvaro Herrera2012-10-31
* Fix planning of non-strict equivalence clauses above outer joins.Tom Lane2012-10-18
* Close un-owned SMgrRelations at transaction end.Tom Lane2012-10-17
* Revert "Use "transient" files for blind writes, take 2".Tom Lane2012-10-17