projects
/
users
/
rhaas
/
postgres.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
users/rhaas/postgres.git
2005-12-05
Tom Lane
Fix a rather sizable number of problems in our homegrow...
commit
|
commitdiff
|
tree
2005-12-04
Bruce Momjian
Update:
commit
|
commitdiff
|
tree
2005-12-04
Bruce Momjian
Add:
commit
|
commitdiff
|
tree
2005-12-04
Bruce Momjian
Add:
commit
|
commitdiff
|
tree
2005-12-04
Bruce Momjian
Add for autovacuum:
commit
|
commitdiff
|
tree
2005-12-04
Bruce Momjian
Add configure flag to allow libedit to be preferred...
commit
|
commitdiff
|
tree
2005-12-03
Tom Lane
Treat procedural languages as owned by the bootstrap...
commit
|
commitdiff
|
tree
2005-12-03
Tom Lane
Fix out-of-order inclusion of -L switches from LDFLAGS...
commit
|
commitdiff
|
tree
2005-12-03
Bruce Momjian
Allow to_char(interval) and to_char(time) to use AM...
commit
|
commitdiff
|
tree
2005-12-03
Bruce Momjian
Item removed:
commit
|
commitdiff
|
tree
2005-12-03
Tom Lane
Tweak indexscan machinery to avoid taking an AccessShar...
commit
|
commitdiff
|
tree
2005-12-02
Tom Lane
Fix obsolete description of -h option, per Andreas...
commit
|
commitdiff
|
tree
2005-12-02
Tom Lane
Fix obsolete comment.
commit
|
commitdiff
|
tree
2005-12-02
Tom Lane
Adjust scan plan nodes to avoid getting an extra Access...
commit
|
commitdiff
|
tree
2005-12-02
Bruce Momjian
Remove idea of increasing NUMERIC length:
commit
|
commitdiff
|
tree
2005-12-02
Michael Meskes
Added special handling of CONNECTION variable that...
commit
|
commitdiff
|
tree
2005-12-02
Bruce Momjian
Add calcluation of bitmap storage capacity.
commit
|
commitdiff
|
tree
2005-12-02
Bruce Momjian
Remove comment on errno=0 lines, but add mention to...
commit
|
commitdiff
|
tree
2005-12-02
Tom Lane
Rearrange code in ExecInitBitmapHeapScan so that we...
commit
|
commitdiff
|
tree
2005-12-01
Bruce Momjian
Add all heap page rows visible bitmap idea:
commit
|
commitdiff
|
tree
2005-12-01
Bruce Momjian
Add MERGE TODO.detail:
commit
|
commitdiff
|
tree
2005-12-01
Bruce Momjian
Add merge TODO.detail item.
commit
|
commitdiff
|
tree
2005-12-01
Bruce Momjian
Split out MERGE and REPLACE/UPSERT items.
commit
|
commitdiff
|
tree
2005-12-01
Bruce Momjian
Add comment to pg_atoi.
commit
|
commitdiff
|
tree
2005-12-01
Bruce Momjian
Comment "errno = 0" in a more generic way.
commit
|
commitdiff
|
tree
2005-12-01
Tom Lane
Retry in FileRead and FileWrite if Windows returns...
commit
|
commitdiff
|
tree
2005-12-01
Bruce Momjian
Add comments about why errno is set to zero.
commit
|
commitdiff
|
tree
2005-12-01
Tom Lane
Check for overflow in strtol() while parsing datetime...
commit
|
commitdiff
|
tree
2005-12-01
Neil Conway
Fix typo in PL/PgSQL documentation, per Chris KL.
commit
|
commitdiff
|
tree
2005-12-01
Alvaro Herrera
Refactor some bits in aclchk.c in order to reduce code...
commit
|
commitdiff
|
tree
2005-11-30
Tom Lane
Rearrange code in pg_atoi() to avoid assuming that...
commit
|
commitdiff
|
tree
2005-11-30
Tom Lane
Tweak choose_bitmap_and() heuristics in the light of...
commit
|
commitdiff
|
tree
2005-11-30
Michael Meskes
- Made several variables "const char *" instead of...
commit
|
commitdiff
|
tree
2005-11-29
Bruce Momjian
Update for 8.2:
commit
|
commitdiff
|
tree
2005-11-29
Bruce Momjian
Item removed, looping always required:
commit
|
commitdiff
|
tree
2005-11-29
Alvaro Herrera
Document PGXS' REGRESS feature.
commit
|
commitdiff
|
tree
2005-11-29
Tom Lane
Fix EXPLAIN and EXECUTE commands to pass portal paramet...
commit
|
commitdiff
|
tree
2005-11-28
Tom Lane
Tweak hash join code to use an additional heuristic...
commit
|
commitdiff
|
tree
2005-11-28
Bruce Momjian
Improve documentation for COALESCE and NULLIF. Add...
commit
|
commitdiff
|
tree
2005-11-28
Tom Lane
Come to think of it, the backend doesn't use -lz either.
commit
|
commitdiff
|
tree
2005-11-28
Bruce Momjian
Add:
commit
|
commitdiff
|
tree
2005-11-28
Tom Lane
Don't link readline and supporting libraries into the...
commit
|
commitdiff
|
tree
2005-11-28
Alvaro Herrera
Install a more future-proof fix for the snapshot-unset...
commit
|
commitdiff
|
tree
2005-11-28
Tom Lane
Recent changes to allow hash join to exit early given...
commit
|
commitdiff
|
tree
2005-11-28
Alvaro Herrera
Set a snapshot before running analyze on a single table...
commit
|
commitdiff
|
tree
2005-11-28
Alvaro Herrera
Install pg_regress where PGXS' "make installcheck"...
commit
|
commitdiff
|
tree
2005-11-28
Tom Lane
Change the parser to translate "foo [NOT] IN (expressio...
commit
|
commitdiff
|
tree
2005-11-27
Tom Lane
Teach predtest.c how to reason about ScalarArrayOpExpr...
commit
|
commitdiff
|
tree
2005-11-27
Tom Lane
Add missing semicolon. Recent versions of bison seem...
commit
|
commitdiff
|
tree
2005-11-26
Tom Lane
Teach tid-scan code to make use of "ctid = ANY (array...
commit
|
commitdiff
|
tree
2005-11-26
Tom Lane
Teach push_nots() how to negate a ScalarArrayOpExpr...
commit
|
commitdiff
|
tree
2005-11-26
Tom Lane
Some marginal additional hacking to shave a few more...
commit
|
commitdiff
|
tree
2005-11-26
Tom Lane
Change seqscan logic so that we check visibility of...
commit
|
commitdiff
|
tree
2005-11-25
Tom Lane
Teach planner and executor to handle ScalarArrayOpExpr...
commit
|
commitdiff
|
tree
2005-11-25
Tom Lane
Improve ExecStoreTuple to be smarter about replacing...
commit
|
commitdiff
|
tree
2005-11-24
Bruce Momjian
Add space.
commit
|
commitdiff
|
tree
2005-11-24
Bruce Momjian
Add item:
commit
|
commitdiff
|
tree
2005-11-23
Tom Lane
Get rid of ExecAssignResultTypeFromOuterPlan() and...
commit
|
commitdiff
|
tree
2005-11-23
Tom Lane
Fix problems with rewriter failing to set Query.hasSubL...
commit
|
commitdiff
|
tree
2005-11-23
Tatsuo Ishii
Having blank lines in -f scripts was causing silent...
commit
|
commitdiff
|
tree
2005-11-23
Bruce Momjian
Fix pgindent of libpq-fe.h by hacking pgindent script.
commit
|
commitdiff
|
tree
2005-11-22
Bruce Momjian
Done:
commit
|
commitdiff
|
tree
2005-11-22
Bruce Momjian
Add:
commit
|
commitdiff
|
tree
2005-11-22
Tom Lane
Fix up comment munged by pg_indent. (Not pg_indent...
commit
|
commitdiff
|
tree
2005-11-22
Bruce Momjian
Re-run pgindent, fixing a problem where comment lines...
commit
|
commitdiff
|
tree
2005-11-22
Bruce Momjian
Update most recent version number.
commit
|
commitdiff
|
tree
2005-11-22
Bruce Momjian
Update wording and cleanup for new items.
commit
|
commitdiff
|
tree
2005-11-22
Andrew Dunstan
DROP DATABASE IF EXISTS variant
commit
|
commitdiff
|
tree
2005-11-22
Bruce Momjian
Markup TODO as a URL.
commit
|
commitdiff
|
tree
2005-11-22
Bruce Momjian
Fix markup italics problem.
commit
|
commitdiff
|
tree
2005-11-22
Bruce Momjian
Update item tags.
commit
|
commitdiff
|
tree
2005-11-22
Bruce Momjian
Change to using "id=" HTML tags instead of "name="...
commit
|
commitdiff
|
tree
2005-11-22
Bruce Momjian
Update FAQ to explain process of submitting bug and...
commit
|
commitdiff
|
tree
2005-11-22
Teodor Sigaev
Fixes motivated by snake and spoonbill pgbuildfarm...
commit
|
commitdiff
|
tree
2005-11-21
Bruce Momjian
Reorder "who controls PostgreSQL" to near the top.
commit
|
commitdiff
|
tree
2005-11-21
Bruce Momjian
Reorder version FAQ item to be right after "how do...
commit
|
commitdiff
|
tree
2005-11-21
Bruce Momjian
Clarify copyright wording.
commit
|
commitdiff
|
tree
2005-11-21
Bruce Momjian
Reorder bug items.
commit
|
commitdiff
|
tree
2005-11-21
Teodor Sigaev
remove forgotten // comments
commit
|
commitdiff
|
tree
2005-11-21
Alvaro Herrera
Implement DROP OWNED and REASSIGN OWNED. These new...
commit
|
commitdiff
|
tree
2005-11-21
Teodor Sigaev
Text parser rewritten:
commit
|
commitdiff
|
tree
2005-11-20
Tom Lane
Clean up after DROP IF EXISTS patch.
commit
|
commitdiff
|
tree
2005-11-20
Tom Lane
Remove the t_datamcxt field of HeapTupleData. This...
commit
|
commitdiff
|
tree
2005-11-20
Tom Lane
Modify tuptoaster's API so that it does not try to...
commit
|
commitdiff
|
tree
2005-11-19
Tom Lane
Stopgap solution for problem reported by Alexey Beschio...
commit
|
commitdiff
|
tree
2005-11-19
Tom Lane
Change array comparison rules to consider dimensionalit...
commit
|
commitdiff
|
tree
2005-11-19
Andrew Dunstan
DROP objecttype IF EXISTS for the following objects:
commit
|
commitdiff
|
tree
2005-11-19
Tom Lane
Defend against nulls-in-arrays in contrib/intarray...
commit
|
commitdiff
|
tree
2005-11-19
Tom Lane
Add defenses against nulls-in-arrays to contrib/ltree...
commit
|
commitdiff
|
tree
2005-11-19
Tom Lane
Change array_push and array_cat so that they retain...
commit
|
commitdiff
|
tree
2005-11-18
Tom Lane
Fix performance issue in exprTypmod(): for a COALESCE...
commit
|
commitdiff
|
tree
2005-11-18
Andrew Dunstan
translate undef to NULL for result arrayref, now that...
commit
|
commitdiff
|
tree
2005-11-18
Alvaro Herrera
Add tab completion for RESET SESSION AUTHORIZATION.
commit
|
commitdiff
|
tree
2005-11-18
Neil Conway
Update obsolete comment describing ExecDelete(), per...
commit
|
commitdiff
|
tree
2005-11-18
Tom Lane
Mop-up for nulls-in-arrays patch: fix some places that...
commit
|
commitdiff
|
tree
2005-11-18
Bruce Momjian
Update Japanese FAQ.
commit
|
commitdiff
|
tree
2005-11-17
Andrew Dunstan
make psql honor explicit database parameter in -l mode...
commit
|
commitdiff
|
tree
2005-11-17
Tom Lane
Make SQL arrays support null elements. This commit...
commit
|
commitdiff
|
tree
2005-11-17
Tom Lane
DropRelFileNodeBuffers failed to fix the state of the...
commit
|
commitdiff
|
tree
2005-11-16
Bruce Momjian
Update, add mention of user locking table before MERGE:
commit
|
commitdiff
|
tree
next