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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Trim an obsolete comment: it is no longer relevant that "SELECT" was
Neil Conway
2006-01-01
1
-4
/
+4
*
Rename variable to cmd_str.
Bruce Momjian
2005-12-31
1
-2
/
+2
*
Rename variable 'what' to 'stat_msg'.
Bruce Momjian
2005-12-31
1
-2
/
+2
*
Add support for Solaris x86_64 using Sun's compiler.
Bruce Momjian
2005-12-30
1
-2
/
+3
*
Get rid of the SpinLockAcquire/SpinLockAcquire_NoHoldoff distinction
Tom Lane
2005-12-29
2
-39
/
+17
*
Arrange to set the LC_XXX environment variables to match our locale
Tom Lane
2005-12-28
1
-1
/
+3
*
Move plpgsql's fetchArgInfo() into funcapi.c, and rename to
Tom Lane
2005-12-28
1
-3
/
+7
*
Implement SQL-compliant treatment of row comparisons for < <= > >= cases
Tom Lane
2005-12-28
7
-54
/
+109
*
I have added these macros to c.h:
Bruce Momjian
2005-12-25
2
-4
/
+4
*
Previous commit message should have been:
Bruce Momjian
2005-12-24
1
-2
/
+2
*
Add
Bruce Momjian
2005-12-24
1
-2
/
+3
*
Alignment cleanup.
Bruce Momjian
2005-12-24
1
-43
/
+43
*
Teach planner how to rearrange join order for some classes of OUTER JOIN.
Tom Lane
2005-12-20
7
-33
/
+52
*
Fix typo.
Bruce Momjian
2005-12-17
1
-2
/
+2
*
Update s_lock.c comments.
Bruce Momjian
2005-12-17
1
-12
/
+14
*
Update ASM comments.
Bruce Momjian
2005-12-17
1
-12
/
+13
*
Rethink prior patch to filter out dead backend entries from the pgstats
Tom Lane
2005-12-16
1
-1
/
+2
*
Defend against crash while processing Describe Statement or Describe Portal
Tom Lane
2005-12-14
1
-1
/
+2
*
Divide the lock manager's shared state into 'partitions', so as to
Tom Lane
2005-12-11
3
-16
/
+27
*
Allow installation into directories containing spaces in the name.
Peter Eisentraut
2005-12-09
1
-21
/
+21
*
I reconfirmed MS-VC6. Thank you for wonderful correspondence.
Bruce Momjian
2005-12-09
1
-0
/
+6
*
Simplify lock manager data structures by making a clear separation between
Tom Lane
2005-12-09
2
-75
/
+69
*
Disble some Win32-specific code in win32-client-only builds:
Bruce Momjian
2005-12-08
1
-1
/
+5
*
Push the responsibility for handling ignore_killed_tuples down into
Tom Lane
2005-12-07
1
-3
/
+4
*
Spell "explicitly" correctly, per Simon.
Tom Lane
2005-12-07
1
-3
/
+3
*
Get rid of slru.c's hardwired insistence on a fixed number of slots per
Tom Lane
2005-12-06
4
-21
/
+28
*
Add documentation on the use of *printf() macros and libintl.
Bruce Momjian
2005-12-06
1
-3
/
+4
*
Arrange for read-only accesses to SLRU page buffers to take only a shared
Tom Lane
2005-12-06
1
-5
/
+16
*
Put undef's before extern declarations that need 'em, per Andrew Dunstan.
Tom Lane
2005-12-06
1
-19
/
+19
*
Make Win32 build use our port/snprintf.c routines, instead of depending
Tom Lane
2005-12-06
4
-12
/
+29
*
Tweak indexscan machinery to avoid taking an AccessShareLock on an index
Tom Lane
2005-12-03
3
-3
/
+8
*
Adjust scan plan nodes to avoid getting an extra AccessShareLock on a
Tom Lane
2005-12-02
2
-2
/
+14
*
Refactor some bits in aclchk.c in order to reduce code duplication.
Alvaro Herrera
2005-12-01
1
-4
/
+22
*
Fix EXPLAIN and EXECUTE commands to pass portal parameters through to
Tom Lane
2005-11-29
2
-6
/
+8
*
Tweak hash join code to use an additional heuristic for deciding whether
Tom Lane
2005-11-28
1
-1
/
+3
*
Change the parser to translate "foo [NOT] IN (expression-list)" to
Tom Lane
2005-11-28
1
-2
/
+3
*
Teach tid-scan code to make use of "ctid = ANY (array)" clauses, so that
Tom Lane
2005-11-26
5
-14
/
+18
*
Change seqscan logic so that we check visibility of all tuples on a page
Tom Lane
2005-11-26
4
-45
/
+25
*
Teach planner and executor to handle ScalarArrayOpExpr as an indexable
Tom Lane
2005-11-25
4
-20
/
+62
*
Get rid of ExecAssignResultTypeFromOuterPlan() and make all plan node types
Tom Lane
2005-11-23
1
-2
/
+1
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
24
-114
/
+112
*
DROP DATABASE IF EXISTS variant
Andrew Dunstan
2005-11-22
2
-3
/
+4
*
Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate the
Alvaro Herrera
2005-11-21
9
-9
/
+49
*
Remove the t_datamcxt field of HeapTupleData. This was introduced for
Tom Lane
2005-11-20
1
-10
/
+9
*
Modify tuptoaster's API so that it does not try to modify the passed
Tom Lane
2005-11-20
1
-10
/
+12
*
DROP objecttype IF EXISTS for the following objects:
Andrew Dunstan
2005-11-19
4
-8
/
+10
*
Mop-up for nulls-in-arrays patch: fix some places that access array
Tom Lane
2005-11-18
1
-21
/
+4
*
Make SQL arrays support null elements. This commit fixes the core array
Tom Lane
2005-11-17
5
-47
/
+108
*
DropRelFileNodeBuffers failed to fix the state of the lookup hash table
Tom Lane
2005-11-17
1
-1
/
+3
*
Restore the former RestrictInfo field valid_everywhere (but invert the flag
Tom Lane
2005-11-14
2
-2
/
+10
[next]