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
Age
Commit message (
Expand
)
Author
2002-12-02
Add for D'Arcy:
Bruce Momjian
2002-12-02
Repair core dump when trying to delete an entry from an already-NULL
Tom Lane
2002-12-02
Fix script name in README.
Tom Lane
2002-12-02
Fix dependency generation for multicolumn foreign keys. From Adam Buraczewski.
Tom Lane
2002-12-01
Done in 7.3, so removed:
Bruce Momjian
2002-12-01
Done:
Bruce Momjian
2002-12-01
Teach planner to expand sufficiently simple SQL-language functions
Tom Lane
2002-12-01
Fix ExecMakeTableFunctionResult() to work with generic expressions as
Tom Lane
2002-12-01
Fix pg_dump failure against 7.1 or older servers, per
Tom Lane
2002-12-01
Run COPY OUT in a temporary memory context that's reset once per row,
Tom Lane
2002-11-30
Code review for IS DISTINCT FROM patch. Fix incorrect constant-folding
Tom Lane
2002-11-30
Missed one place that can be simplified after recent Param/Const cleanup.
Tom Lane
2002-11-30
Be more realistic about plans involving Materialize nodes: take their
Tom Lane
2002-11-30
Make install and clean targets behave more normally.
Tom Lane
2002-11-30
Upgrade planner and executor to allow multiple hash keys for a hash join,
Tom Lane
2002-11-29
Tighten selection of equality and ordering operators for grouping
Tom Lane
2002-11-29
Repair prehistoric logic error in lseg_eq and lseg_ne.
Tom Lane
2002-11-29
Suppress compiler warning from newer gcc.
Tom Lane
2002-11-29
This patch fixes two tiny memory leaks in pg_dump and two in pg_dumpall.
Bruce Momjian
2002-11-28
Add trigger emails.
Bruce Momjian
2002-11-27
rm should be rm -f, per comment from Peter Harris.
Tom Lane
2002-11-27
Improve some comments.
Tom Lane
2002-11-27
Add note that scaling factor should be >= # of clients.
Tom Lane
2002-11-27
Synced parser with backend
Michael Meskes
2002-11-26
Move to URGENT, for Justin:
Bruce Momjian
2002-11-26
Recreate HISTORY file to match release.sgml changes. Stamp 7.3 final in
Bruce Momjian
2002-11-26
Add -cmdTuples to tcl interface.
Bruce Momjian
2002-11-26
Update trigger discussion.
Bruce Momjian
2002-11-26
Update build rules for /HISTORY.
Bruce Momjian
2002-11-26
Add to trigger thread.
Bruce Momjian
2002-11-26
Fix typo in release notes.
Bruce Momjian
2002-11-26
Allocate proper length for sprintf string, from Tatsuo.
Bruce Momjian
2002-11-26
Use Params, rather than run-time-modified Const nodes, to handle
Tom Lane
2002-11-26
Guard against 0 length string encoding conversion case.
Tatsuo Ishii
2002-11-25
Remove check for pg_group file as part of initdb -W password assignment
Bruce Momjian
2002-11-25
Remove unused constisset and constiscast fields of Const nodes. Clean
Tom Lane
2002-11-25
Restructure outfuncs and readfuncs to use macros in the same style as
Tom Lane
2002-11-25
Un-break triggers declared for INSERT OR DELETE OR UPDATE. This worked
Tom Lane
2002-11-25
Restructure the code in copyfuncs and equalfuncs to put much heavier
Tom Lane
2002-11-25
I'm sending you a small patch to pgdb.py module. This
D'Arcy J.M. Cain
2002-11-25
Change the pkey method so that the caller can optionally set the dictionary
D'Arcy J.M. Cain
2002-11-25
Change the debug variable to allow better control by the caller over how
D'Arcy J.M. Cain
2002-11-24
Restructure planning of nestloop inner indexscans so that the set of usable
Tom Lane
2002-11-24
7.4devel now supports SQL:1999's "enhanced trigger capability" (which
Bruce Momjian
2002-11-24
Split:
Bruce Momjian
2002-11-23
Fix inappropriate quoting in dblink. From Joe Conway.
Tom Lane
2002-11-23
Fix regression test breakage from triggers patch.
Tom Lane
2002-11-23
Fix compile warnings from truncate patch.
Tom Lane
2002-11-23
Update regression for new patches. Bump up catversion.
Bruce Momjian
2002-11-23
Heres a patch which will create the sql_help.h file on Win32 if it
Bruce Momjian
[next]