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
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 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-06
Mark bpchareq not hashjoinable, since it strips trailing blanks
Tom Lane
1999-09-06
I finally understood what sinvaladt.c is doing --- and it
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-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-29
Correct broken entries for pg_proc OIDs 1364 (time(abstime))
Tom Lane
1999-08-26
Clean up some mistakes in handling of uplevel Vars in planner.
Tom Lane
1999-08-25
Revise implementation of SubLinks so that there is a consistent,
Tom Lane
1999-08-25
Add new vpl_num_allocated_pages member to VPageListData.
Tatsuo Ishii
1999-08-24
Alter AllocSet routines so that requests larger than
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-16
Major planner/optimizer revision: get rid of PathOrder node type,
Tom Lane
1999-08-16
Add get_func_rettype() to general-use lsyscache routines,
Tom Lane
1999-08-12
Clean up optimizer's handling of indexscan quals that need to be
Tom Lane
1999-08-10
Minor cleanups and code beautification; eliminate some
Tom Lane
1999-08-09
> > Prevent sorting if result is already sorted
Bruce Momjian
1999-08-09
Move get_attdisbursion to lsyscache. Clean up get_typdefault.
Tom Lane
1999-08-09
Update comments about attdisbursion. NO code change.
Tom Lane
1999-08-09
Clean up routines in setrefs.c by replacing individual tree
Tom Lane
1999-08-09
Create a standardized expression_tree_mutator support routine
Tom Lane
1999-08-08
Fix nbtree's failure to clear BTScans list during xact abort.
Tom Lane
1999-08-06
Revise generation of hashjoin paths: generate one path per
Tom Lane
1999-08-05
Revise parse_coerce() to handle coercion of int and float
Tom Lane
1999-08-01
First step in fixing selectivity-estimation code. eqsel and
Tom Lane
1999-07-31
Add comments for attdisbursion field --- NO code change.
Tom Lane
1999-07-30
Further cleanups of indexqual processing: simplify control
Tom Lane
1999-07-27
Correct bug in best_innerjoin(): it should check all the
Tom Lane
1999-07-27
First cut at doing LIKE/regex indexing optimization in
Tom Lane
1999-07-25
Further work on planning of indexscans. Cleaned up interfaces
Tom Lane
1999-07-25
Remove 'restrictinfojoinid' field from RestrictInfo nodes.
Tom Lane
1999-07-24
Clean up messy clause-selectivity code in clausesel.c; repair bug
Tom Lane
1999-07-20
Reverse out cache changes that are not ready yet.
Bruce Momjian
1999-07-20
Use -ieee alpha flag for gcc and egcs only.
Bruce Momjian
1999-07-19
linux/sparc cleanup
Bruce Momjian
1999-07-19
Fix for linux/sparc.
Bruce Momjian
1999-07-19
Fix #if if.
Bruce Momjian
1999-07-19
Install new alignment code to use MAXALIGN rather than DOUBLEALIGN where
Bruce Momjian
1999-07-19
Re-add getopt.h check, remove NT-specific tests for it.
Bruce Momjian
1999-07-19
Remove getopt configure check.
Bruce Momjian
1999-07-19
Put back mistakenly removed configure test for HAVE_NETINET_IN_H.
Tom Lane
1999-07-19
Rewrite parser's handling of INSERT ... SELECT so that processing
Tom Lane
[next]