index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.
Tom Lane
2012-11-28
11
-235
/
+403
*
Split out rmgr rm_desc functions into their own files
Alvaro Herrera
2012-11-28
37
-1009
/
+1278
*
If we don't have a backup-end-location, don't claim we've reached it.
Heikki Linnakangas
2012-11-28
1
-1
/
+1
*
Add OpenTransientFile, with automatic cleanup at end-of-xact.
Heikki Linnakangas
2012-11-27
9
-109
/
+201
*
Revert patch for taking fewer snapshots.
Tom Lane
2012-11-26
5
-38
/
+31
*
Fix SELECT DISTINCT with index-optimized MIN/MAX on inheritance trees.
Tom Lane
2012-11-26
2
-5
/
+13
*
Avoid bogus "out-of-sequence timeline ID" errors in standby-mode.
Heikki Linnakangas
2012-11-22
1
-9
/
+24
*
Don't launch new child processes after we've been told to shut down.
Tom Lane
2012-11-21
1
-20
/
+23
*
Speed up operations on numeric, mostly by avoiding palloc() overhead.
Heikki Linnakangas
2012-11-21
1
-155
/
+104
*
Improve handling of INT_MIN / -1 and related cases.
Tom Lane
2012-11-19
2
-83
/
+115
*
Fix archive_cleanup_command.
Heikki Linnakangas
2012-11-19
3
-33
/
+23
*
Limit values of archive_timeout, post_auth_delay, auth_delay.milliseconds.
Tom Lane
2012-11-18
1
-2
/
+2
*
Fix syslogger to not fail when log_rotation_age exceeds 2^31 milliseconds.
Tom Lane
2012-11-18
2
-3
/
+16
*
Assert that WaitLatch's timeout is not more than INT_MAX milliseconds.
Tom Lane
2012-11-18
2
-5
/
+8
*
Improve check_partial_indexes() to consider join clauses in proof attempts.
Tom Lane
2012-11-15
1
-6
/
+76
*
Fix the int8 and int2 cases of (minimum possible integer) % (-1).
Tom Lane
2012-11-14
2
-2
/
+23
*
Fix memory leaks in record_out() and record_send().
Tom Lane
2012-11-13
1
-12
/
+40
*
Skip searching for subxact locks at commit.
Simon Riggs
2012-11-13
1
-2
/
+4
*
Clarify docs on hot standby lock release
Simon Riggs
2012-11-13
2
-2
/
+11
*
Fix multiple problems in WAL replay.
Tom Lane
2012-11-12
8
-448
/
+745
*
Use correct text domain for translating errcontext() messages.
Heikki Linnakangas
2012-11-12
5
-46
/
+68
*
Check for stack overflow in transformSetOperationTree().
Tom Lane
2012-11-11
1
-0
/
+4
*
Remove leftover LWLockRelease() call
Alvaro Herrera
2012-11-09
1
-1
/
+0
*
Fix WaitLatch() to return promptly when the requested timeout expires.
Tom Lane
2012-11-08
2
-84
/
+149
*
Rename ResolveNew() to ReplaceVarsFromTargetList(), and tweak its API.
Tom Lane
2012-11-08
3
-72
/
+92
*
Don't trash input list structure in does_not_exist_skipping().
Tom Lane
2012-11-08
1
-2
/
+2
*
Don't try to use a unopened relation
Alvaro Herrera
2012-11-07
1
-3
/
+2
*
Make the streaming replication protocol messages architecture-independent.
Heikki Linnakangas
2012-11-07
3
-124
/
+211
*
Fix handling of inherited check constraints in ALTER COLUMN TYPE.
Tom Lane
2012-11-05
1
-10
/
+33
*
Limit the number of rel sets considered in consider_index_join_outer_rels.
Tom Lane
2012-11-01
1
-3
/
+61
*
Fix erroneous choice of timeline variable, too
Alvaro Herrera
2012-10-31
1
-1
/
+1
*
Fix erroneous choices of segNo variables
Alvaro Herrera
2012-10-31
1
-4
/
+4
*
Fix ALTER EXTENSION / SET SCHEMA
Alvaro Herrera
2012-10-31
5
-61
/
+132
*
Throw error if expiring tuple is again updated or deleted.
Kevin Grittner
2012-10-26
5
-91
/
+188
*
Prefer actual constants to pseudo-constants in equivalence class machinery.
Tom Lane
2012-10-26
1
-2
/
+8
*
Tweak genericcostestimate's fudge factor for index size.
Tom Lane
2012-10-24
1
-5
/
+7
*
When converting a table to a view, remove its system columns.
Tom Lane
2012-10-24
2
-2
/
+50
*
Add context info to OAT_POST_CREATE security hook
Alvaro Herrera
2012-10-23
7
-8
/
+33
*
Correct predicate locking for DROP INDEX CONCURRENTLY.
Kevin Grittner
2012-10-21
1
-6
/
+22
*
Fix UtilityContainsQuery() to handle CREATE TABLE AS EXECUTE correctly.
Tom Lane
2012-10-19
1
-9
/
+4
*
Fix hash_search to avoid corruption of the hash table on out-of-memory.
Tom Lane
2012-10-19
1
-16
/
+30
*
Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES" correctly.
Tom Lane
2012-10-19
1
-5
/
+13
*
Fix orphan on cancel of drop index concurrently.
Simon Riggs
2012-10-19
1
-19
/
+30
*
Further cleanup of catcache.c ilist changes.
Tom Lane
2012-10-18
1
-12
/
+17
*
Remove unnecessary "head" arguments from some dlist/slist functions.
Tom Lane
2012-10-18
3
-14
/
+15
*
Code review for inline-list patch.
Tom Lane
2012-10-18
1
-7
/
+12
*
Re-think guts of DROP INDEX CONCURRENTLY.
Simon Riggs
2012-10-18
1
-14
/
+90
*
Fix planning of non-strict equivalence clauses above outer joins.
Tom Lane
2012-10-18
3
-35
/
+141
*
Close un-owned SMgrRelations at transaction end.
Tom Lane
2012-10-17
5
-3
/
+85
*
Revert "Use "transient" files for blind writes, take 2".
Tom Lane
2012-10-17
4
-99
/
+28
[next]