summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2013-03-05Fix to_char() to use ASCII-only case-folding rules where appropriate.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.0.12.REL9_0_12Tom 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
2012-12-03Stamp 9.0.11.REL9_0_11Tom 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-29Correctly init/deinit recovery xact environment.Simon Riggs
2012-11-29Fix assorted bugs in CREATE INDEX CONCURRENTLY.Tom Lane
2012-11-13Fix multiple problems in WAL replay.Tom Lane
2012-11-05Fix handling of inherited check constraints in ALTER COLUMN TYPE.Tom Lane
2012-10-18Fix planning of non-strict equivalence clauses above outer joins.Tom Lane
2012-09-19Stamp 9.0.10.REL9_0_10Tom Lane
2012-09-08Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.Tom Lane
2012-08-14Stamp 9.0.9.REL9_0_9Tom Lane
2012-07-20Fix whole-row Var evaluation to cope with resjunk columns (again).Tom Lane
2012-07-17Improve coding around the fsync request queue.Tom Lane
2012-07-10Back-patch fix for extraction of fixed prefixes from regular expressions.Tom Lane
2012-07-10Back-patch addition of pg_wchar-to-multibyte conversion functionality.Tom Lane
2012-07-10Refactor pattern_fixed_prefix() to avoid dealing in incomplete patterns.Tom Lane
2012-06-30Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars.Tom Lane
2012-06-21Fix memory leak in ARRAY(SELECT ...) subqueries.Tom Lane
2012-05-31Stamp 9.0.8.REL9_0_8Tom Lane
2012-05-31Revert back-branch changes in behavior of age(xid).Tom Lane
2012-05-30Expand the allowed range of timezone offsets to +/-15:59:59 from Greenwich.Tom Lane
2012-05-11Ensure age() returns a stable value rather than the latest valueSimon Riggs
2012-04-08Do stack-depth checking in all postmaster children.Heikki Linnakangas
2012-03-24Fix planner's handling of outer PlaceHolderVars within subqueries.Tom Lane
2012-02-23Stamp 9.0.7.REL9_0_7Tom Lane
2012-02-23Remove arbitrary limitation on length of common name in SSL certificates.Tom Lane
2012-02-22REASSIGN OWNED: Support foreign data wrappers and serversAlvaro Herrera
2012-02-01Resolve timing issue with logging locks for Hot Standby.Simon Riggs
2012-01-12Fix CLUSTER/VACUUM FULL for toast values owned by recently-updated rows.Tom Lane
2012-01-07Use __sync_lock_test_and_set() for spinlocks on ARM, if available.Tom Lane
2011-12-12Revert the behavior of inet/cidr functions to not unpack the arguments.Heikki Linnakangas
2011-12-01Stamp 9.0.6.REL9_0_6Tom Lane
2011-11-28Ensure that whole-row junk Vars are always of composite type.Tom Lane
2011-11-10Fix server header file installation with vpath buildsPeter Eisentraut
2011-11-08Make DatumGetInetP() unpack inet datums with a 1-byte header, and addHeikki Linnakangas
2011-11-02Derive oldestActiveXid at correct time for Hot Standby.Simon Riggs
2011-11-02Fix timing of Startup CLOG and MultiXact during Hot StandbySimon Riggs
2011-11-01Fix race condition with toast table access from a stale syscache entry.Tom Lane
2011-10-23Don't trust deferred-unique indexes for join removal.Tom Lane
2011-09-22Stamp 9.0.5.REL9_0_5Tom Lane
2011-09-11Fix permissions on pg_largeobject_metadata.h in 9.0 branch.Tom Lane
2011-09-01Move the line to undefine setlocale() macro on Win32 outside USE_REPL_SNPRINTFHeikki Linnakangas
2011-08-21Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist.Tom Lane
2011-08-16Fix race condition in relcache init file invalidation.Tom Lane