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
2005-12-20
Teach planner how to rearrange join order for some classes of OUTER JOIN.
Tom Lane
2005-12-17
Fix typo.
Bruce Momjian
2005-12-17
Update s_lock.c comments.
Bruce Momjian
2005-12-17
Update ASM comments.
Bruce Momjian
2005-12-16
Rethink prior patch to filter out dead backend entries from the pgstats
Tom Lane
2005-12-14
Defend against crash while processing Describe Statement or Describe Portal
Tom Lane
2005-12-11
Divide the lock manager's shared state into 'partitions', so as to
Tom Lane
2005-12-09
Allow installation into directories containing spaces in the name.
Peter Eisentraut
2005-12-09
I reconfirmed MS-VC6. Thank you for wonderful correspondence.
Bruce Momjian
2005-12-09
Simplify lock manager data structures by making a clear separation between
Tom Lane
2005-12-08
Disble some Win32-specific code in win32-client-only builds:
Bruce Momjian
2005-12-07
Push the responsibility for handling ignore_killed_tuples down into
Tom Lane
2005-12-07
Spell "explicitly" correctly, per Simon.
Tom Lane
2005-12-06
Get rid of slru.c's hardwired insistence on a fixed number of slots per
Tom Lane
2005-12-06
Add documentation on the use of *printf() macros and libintl.
Bruce Momjian
2005-12-06
Arrange for read-only accesses to SLRU page buffers to take only a shared
Tom Lane
2005-12-06
Put undef's before extern declarations that need 'em, per Andrew Dunstan.
Tom Lane
2005-12-06
Make Win32 build use our port/snprintf.c routines, instead of depending
Tom Lane
2005-12-03
Tweak indexscan machinery to avoid taking an AccessShareLock on an index
Tom Lane
2005-12-02
Adjust scan plan nodes to avoid getting an extra AccessShareLock on a
Tom Lane
2005-12-01
Refactor some bits in aclchk.c in order to reduce code duplication.
Alvaro Herrera
2005-11-29
Fix EXPLAIN and EXECUTE commands to pass portal parameters through to
Tom Lane
2005-11-28
Tweak hash join code to use an additional heuristic for deciding whether
Tom Lane
2005-11-28
Change the parser to translate "foo [NOT] IN (expression-list)" to
Tom Lane
2005-11-26
Teach tid-scan code to make use of "ctid = ANY (array)" clauses, so that
Tom Lane
2005-11-26
Change seqscan logic so that we check visibility of all tuples on a page
Tom Lane
2005-11-25
Teach planner and executor to handle ScalarArrayOpExpr as an indexable
Tom Lane
2005-11-23
Get rid of ExecAssignResultTypeFromOuterPlan() and make all plan node types
Tom Lane
2005-11-22
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
DROP DATABASE IF EXISTS variant
Andrew Dunstan
2005-11-21
Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate the
Alvaro Herrera
2005-11-20
Remove the t_datamcxt field of HeapTupleData. This was introduced for
Tom Lane
2005-11-20
Modify tuptoaster's API so that it does not try to modify the passed
Tom Lane
2005-11-19
DROP objecttype IF EXISTS for the following objects:
Andrew Dunstan
2005-11-18
Mop-up for nulls-in-arrays patch: fix some places that access array
Tom Lane
2005-11-17
Make SQL arrays support null elements. This commit fixes the core array
Tom Lane
2005-11-17
DropRelFileNodeBuffers failed to fix the state of the lookup hash table
Tom Lane
2005-11-14
Restore the former RestrictInfo field valid_everywhere (but invert the flag
Tom Lane
2005-11-14
Prevent ExecInsert() and ExecUpdate() from scribbling on the result tuple
Tom Lane
2005-11-07
R-tree is dead ... long live GiST.
Tom Lane
2005-11-06
Add simple sanity checks on newly-read pages to GiST, too.
Tom Lane
2005-11-06
Add defenses to btree and hash index AMs to do simple sanity checks
Tom Lane
2005-11-05
Clean up representation of SLRU page state. This is the cleaner fix
Tom Lane
2005-11-05
Brand HEAD branch as 8.2devel.
Tom Lane
2005-11-05
Repair an error introduced by log_line_prefix patch: it is not acceptable
Tom Lane
2005-11-04
Disregard superuserness when checking to see if a role GRANT would
Tom Lane
2005-11-03
Rename the members of CommandDest enum so they don't collide with other uses of
Alvaro Herrera
2005-10-26
Adjust parser so that POSTQUEL-style implicit RTEs are stored with
Tom Lane
2005-10-25
Fix Windows setitimer() emulation to not depend on delivering an APC
Tom Lane
2005-10-22
Temporarily disable Qingqing's Windows signal processing patch, so that
Tom Lane
[next]