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-30
Attached is a patch to provide makefiles, etc. to allow the compilation
Bruce Momjian
2002-12-30
Code review for transaction-safe-TRUNCATE patch: minor cleanups.
Tom Lane
2002-12-30
Code review for CLUSTER ALL patch. Fix bogus locking, incorrect transaction
Tom Lane
2002-12-30
Make use of TCL_INCLUDE_SPEC if available (it's new in Tcl 8.4, too bad
Tom Lane
2002-12-30
Cause FETCH 1 to return the current cursor row, or zero if at
Bruce Momjian
2002-12-30
Better solution to integer overflow problem in hash batch-number
Tom Lane
2002-12-30
Add missing slash to python install path.
Bruce Momjian
2002-12-30
Add:
Bruce Momjian
2002-12-30
Point does not return a center of lseg.
Tom Lane
2002-12-29
Adjust hash table sizing algorithm to avoid integer overflow in
Tom Lane
2002-12-29
Clean up quoting in configure.in. configure did not change.
Bruce Momjian
2002-12-27
Deliver better error message when a relation name is used in an expression.
Tom Lane
2002-12-27
Remove overenthusiastic free'ing of comment dependencies; could lead to
Tom Lane
2002-12-27
Small fix in documentation and some examples of usage. Please, apply to
Bruce Momjian
2002-12-27
Trivial patch to increase max_fsm_pages as per earlier discussion.
Bruce Momjian
2002-12-27
Added:
Bruce Momjian
2002-12-26
Clamp the output of estimate_hash_bucketsize() to a sane range;
Tom Lane
2002-12-26
Don't try to free executor state of an InitPlan early --- this breaks
Tom Lane
2002-12-24
Add developer organizations:
Bruce Momjian
2002-12-23
Update SSL error message for improper permissions. Backpatch to 7.3.X.
Bruce Momjian
2002-12-23
case sensitive updates by Kris Jurka
Dave Cramer
2002-12-21
pg_dump should consider information_schema to be a system schema.
Tom Lane
2002-12-21
Fix possible buffer overrun in \d command: substr(..., 128) produces
Tom Lane
2002-12-20
mike beachy's patch for statement handling
Dave Cramer
2002-12-20
patch for null table in getPrimaryKeys
Dave Cramer
2002-12-20
Update 7.3.1 to give proper attribution to pg_dump item.
Bruce Momjian
2002-12-19
Cause planner to include costs of InitPlans in startup cost of parent
Tom Lane
2002-12-19
pgindent fe-connect.c --- done to make IPv6 patch easier to apply.
Bruce Momjian
2002-12-18
MVCC doc improvements:
Bruce Momjian
2002-12-18
Update Russian FAQ. Update all FAQ's for 7.3.X branch.
Bruce Momjian
2002-12-18
Update RELEASE checklist.
Bruce Momjian
2002-12-18
Add some items to development-branch release notes.
Tom Lane
2002-12-18
From the SSL_CTX_new man page:
PostgreSQL Daemon
2002-12-18
*** empty log message ***
Bruce Momjian
2002-12-18
incorporates latest changes in the English original.
Bruce Momjian
2002-12-18
Stamp 7.3.1
Bruce Momjian
2002-12-18
Stamp 7.3.1.
Bruce Momjian
2002-12-18
Update EvalPlanQual() to work with new executor memory management method.
Tom Lane
2002-12-18
Prevent core dump when ExecMarkPos is called before any tuples have been
Tom Lane
2002-12-17
Improvement to CREATE TRIGGER and catalog documentation.
Bruce Momjian
2002-12-17
Skip unnecessary plan-copying now that plan trees are read-only in the
Tom Lane
2002-12-17
Fix typo.
Tom Lane
2002-12-17
To suppress memory leakage in long-lived Lists, lremove() should pfree
Tom Lane
2002-12-16
Fix GEQO to work again in CVS tip, by being more careful about memory
Tom Lane
2002-12-16
Document that zero-column tables are allowed (and non-standard).
Tom Lane
2002-12-16
Update release to mark 7.3.
Bruce Momjian
2002-12-16
Fix ALTER TABLE ADD COLUMN to disallow the same column types that are
Tom Lane
2002-12-16
Code review for palloc0 patch --- avoid dangerous and unnecessary
Tom Lane
2002-12-15
Tweak default memory context allocation policy so that a context is not
Tom Lane
2002-12-15
Revise executor APIs so that all per-query state structure is built in
Tom Lane
[next]