index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Age
Commit message (
Expand
)
Author
2013-03-05
Fix to_char() to use ASCII-only case-folding rules where appropriate.
Tom Lane
2013-02-10
Document and clean up gistsplit.c.
Tom Lane
2013-02-07
Repair bugs in GiST page splitting code for multi-column indexes.
Tom Lane
2013-02-04
Stamp 9.0.12.
REL9_0_12
Tom Lane
2013-01-24
Use correct output device for Windows prompts.
Andrew Dunstan
2013-01-23
Fix performance problems with autovacuum truncation in busy workloads.
Kevin Grittner
2012-12-03
Stamp 9.0.11.
REL9_0_11
Tom Lane
2012-12-02
Don't advance checkPoint.nextXid near the end of a checkpoint sequence.
Tom Lane
2012-11-30
Produce a more useful error message for over-length Unix socket paths.
Tom Lane
2012-11-29
Correctly init/deinit recovery xact environment.
Simon Riggs
2012-11-29
Fix assorted bugs in CREATE INDEX CONCURRENTLY.
Tom Lane
2012-11-13
Fix multiple problems in WAL replay.
Tom Lane
2012-11-05
Fix handling of inherited check constraints in ALTER COLUMN TYPE.
Tom Lane
2012-10-18
Fix planning of non-strict equivalence clauses above outer joins.
Tom Lane
2012-09-19
Stamp 9.0.10.
REL9_0_10
Tom Lane
2012-09-08
Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.
Tom Lane
2012-08-14
Stamp 9.0.9.
REL9_0_9
Tom Lane
2012-07-20
Fix whole-row Var evaluation to cope with resjunk columns (again).
Tom Lane
2012-07-17
Improve coding around the fsync request queue.
Tom Lane
2012-07-10
Back-patch fix for extraction of fixed prefixes from regular expressions.
Tom Lane
2012-07-10
Back-patch addition of pg_wchar-to-multibyte conversion functionality.
Tom Lane
2012-07-10
Refactor pattern_fixed_prefix() to avoid dealing in incomplete patterns.
Tom Lane
2012-06-30
Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars.
Tom Lane
2012-06-21
Fix memory leak in ARRAY(SELECT ...) subqueries.
Tom Lane
2012-05-31
Stamp 9.0.8.
REL9_0_8
Tom Lane
2012-05-31
Revert back-branch changes in behavior of age(xid).
Tom Lane
2012-05-30
Expand the allowed range of timezone offsets to +/-15:59:59 from Greenwich.
Tom Lane
2012-05-11
Ensure age() returns a stable value rather than the latest value
Simon Riggs
2012-04-08
Do stack-depth checking in all postmaster children.
Heikki Linnakangas
2012-03-24
Fix planner's handling of outer PlaceHolderVars within subqueries.
Tom Lane
2012-02-23
Stamp 9.0.7.
REL9_0_7
Tom Lane
2012-02-23
Remove arbitrary limitation on length of common name in SSL certificates.
Tom Lane
2012-02-22
REASSIGN OWNED: Support foreign data wrappers and servers
Alvaro Herrera
2012-02-01
Resolve timing issue with logging locks for Hot Standby.
Simon Riggs
2012-01-12
Fix CLUSTER/VACUUM FULL for toast values owned by recently-updated rows.
Tom Lane
2012-01-07
Use __sync_lock_test_and_set() for spinlocks on ARM, if available.
Tom Lane
2011-12-12
Revert the behavior of inet/cidr functions to not unpack the arguments.
Heikki Linnakangas
2011-12-01
Stamp 9.0.6.
REL9_0_6
Tom Lane
2011-11-28
Ensure that whole-row junk Vars are always of composite type.
Tom Lane
2011-11-10
Fix server header file installation with vpath builds
Peter Eisentraut
2011-11-08
Make DatumGetInetP() unpack inet datums with a 1-byte header, and add
Heikki Linnakangas
2011-11-02
Derive oldestActiveXid at correct time for Hot Standby.
Simon Riggs
2011-11-02
Fix timing of Startup CLOG and MultiXact during Hot Standby
Simon Riggs
2011-11-01
Fix race condition with toast table access from a stale syscache entry.
Tom Lane
2011-10-23
Don't trust deferred-unique indexes for join removal.
Tom Lane
2011-09-22
Stamp 9.0.5.
REL9_0_5
Tom Lane
2011-09-11
Fix permissions on pg_largeobject_metadata.h in 9.0 branch.
Tom Lane
2011-09-01
Move the line to undefine setlocale() macro on Win32 outside USE_REPL_SNPRINTF
Heikki Linnakangas
2011-08-21
Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist.
Tom Lane
2011-08-16
Fix race condition in relcache init file invalidation.
Tom Lane
[next]