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
/
backend
Age
Commit message (
Expand
)
Author
1999-09-14
Allow ISOLATION and LEVEL as column names. These are SQL92 reserved words
Thomas G. Lockhart
1999-09-13
Allow CASE statement to contain *only* untyped result clauses or nulls.
Thomas G. Lockhart
1999-09-13
First cut at doing something reasonable with OR-of-ANDs WHERE
Tom Lane
1999-09-12
cygwin doesn't have an endian.h, but defines BYTE_ORDER in sys/param.h
Marc G. Fournier
1999-09-12
Further improvements in cnfify: reduce amount of self-recursion
Tom Lane
1999-09-11
Eliminate query length limitation imposed by pg_client_to_server
Tom Lane
1999-09-11
Eliminate token length assumption in scanstr().
Tom Lane
1999-09-11
Eliminate elog()'s hardwired limit on length of an error message.
Tom Lane
1999-09-09
Repair incorrect cleanup of heap memory allocation during
Tom Lane
1999-09-09
Minor improvement in SI overflow logic: try to delete
Tom Lane
1999-09-09
Get rid of elog(DEBUG) in snprintf emulation ... it's just
Tom Lane
1999-09-09
Repair error noticed by Roberto Cornacchia: selectivity code
Tom Lane
1999-09-08
StreamConnection() mustn't call elog().
Tom Lane
1999-09-08
Cope with versions of vsnprintf() written by people who
Tom Lane
1999-09-07
Repair logic error in LIKE: should not return LIKE_ABORT
Tom Lane
1999-09-07
Performance improvements in cnfify(): get rid of exponential
Tom Lane
1999-09-07
Mike Ansley's fixes for long queries. This change just
Tom Lane
1999-09-06
I finally understood what sinvaladt.c is doing --- and it
Tom Lane
1999-09-06
Fix relcache.c so that local relations (those created during
Tom Lane
1999-09-06
RelationCacheInvalidate thought there were 7 nailed-in-cache
Tom Lane
1999-09-05
Per Tatsuo's recommendation, change mdopen so that it won't
Tom Lane
1999-09-05
Disallow DROP TABLE/DROP INDEX inside a transaction block.
Tom Lane
1999-09-05
IsTransactionBlock() should return true in TBLOCK_ABORT state.
Tom Lane
1999-09-04
remove elogs used for debugging.
Bruce Momjian
1999-09-04
Intercept temp table lookups further up to map temp names.
Bruce Momjian
1999-09-04
In RelationNameGetRelation(), replace temp table name by
Tom Lane
1999-09-04
Avoid transaction overhead when there are no temp tables
Tom Lane
1999-09-04
Remove no-longer-needed code to update temprel's copy of
Tom Lane
1999-09-04
Invalidate temp entries for aborted transactions.
Bruce Momjian
1999-09-04
Modify RelationFlushRelation so that if the relcache entry
Tom Lane
1999-09-04
Modify sinval so that InvalidateSharedInvalid() does not hold
Tom Lane
1999-09-02
Rule deparser didn't handle unary operators correctly.
Tom Lane
1999-09-02
Repair a bunch of problems in md.c. This builds on Hiroshi's
Tom Lane
1999-08-31
Commit the bulk of Mike Ansley's long-query changes in the
Tom Lane
1999-08-31
Minor improvements to stringinfo package to make it more
Tom Lane
1999-08-28
Fix several problems in rule deparsing: didn't handle array
Tom Lane
1999-08-26
Clean up some mistakes in handling of uplevel Vars in planner.
Tom Lane
1999-08-26
Clean up some bugs in oper_select_candidate(), notably the
Tom Lane
1999-08-25
Revise implementation of SubLinks so that there is a consistent,
Tom Lane
1999-08-25
Fix vacuum's memory consumption
Tatsuo Ishii
1999-08-24
Alter AllocSet routines so that requests larger than
Tom Lane
1999-08-24
coerce_type() failed to guard against trying to convert a NULL
Tom Lane
1999-08-23
Remove bogus code in oper_exact --- if it didn't find an exact
Tom Lane
1999-08-22
Further sort-order twiddling in optimizer: be smart about
Tom Lane
1999-08-22
Further planner/optimizer cleanups. Move all set_tlist_references
Tom Lane
1999-08-21
Major revision of sort-node handling: push knowledge of query
Tom Lane
1999-08-21
Cleanups for int8: guard against null inputs in comparison
Tom Lane
1999-08-21
Ooops ... I had left some test coding in selfuncs.c that
Tom Lane
1999-08-18
Old multi-byte bug. Forgot to rename #ifdef MB to #ifdef MULTIBYTE
Tatsuo Ishii
1999-08-18
Remove extraneous SeqScan node that make_noname was inserting
Tom Lane
[next]