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
2000-05-21
Add debug code to aid in memory-leak tracking: if SHOW_MEMORY_STATS is
Tom Lane
2000-05-19
Revise FlushRelationBuffers/ReleaseRelationBuffers per discussion with
Tom Lane
2000-05-12
this fixes the bug where setting the entry in he process table no longer works
Marc G. Fournier
2000-05-12
Add two checks ... one for setproctitle and one for -lutil ...
Marc G. Fournier
2000-05-12
Repair list-vs-node confusion that resulted in failure for INNER JOIN ON.
Tom Lane
2000-05-05
Force initdb because of pg_group index fix.
Tom Lane
2000-04-20
Clean up const-vs-not-const compiler warning in MULTIBYTE code.
Tom Lane
2000-04-18
Correct oversight in hashjoin cost estimation: nodeHash sizes its hash
Tom Lane
2000-04-18
Include information for armv4l from Mark Knox <segfault@hardline.org>.
Thomas G. Lockhart
2000-04-16
Add new selectivity estimation functions for pattern-matching operators
Tom Lane
2000-04-14
Fix spelling of "millennium".
Thomas G. Lockhart
2000-04-14
Fix silly definition order in config.h --- we had prototypes like
Tom Lane
2000-04-14
Skip setsockopt(SO_REUSEADDR) for the Unix-domain postmaster socket on
Tom Lane
2000-04-12
A few more macro cleanups
Bruce Momjian
2000-04-12
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
Reverse out macro fix for the time being.
Bruce Momjian
2000-04-12
Prevent drop database failure from showing.
Bruce Momjian
2000-04-10
Tweak smgrblindwrt per advice from Vadim: add parameter indicating
Tom Lane
2000-04-09
Buffer manager modifications to keep a local buffer-dirtied bit as well
Tom Lane
2000-04-08
Add zpbit and varbit data types from Adrian Joubert
Thomas G. Lockhart
2000-04-07
Add transcendental math functions (sine, cosine, etc)
Thomas G. Lockhart
2000-04-04
Fix bug noted by Bruce: FETCH in an already-aborted transaction block
Tom Lane
2000-04-04
Fix extremely nasty little bug observed when a sub-SELECT appears in
Tom Lane
2000-03-31
Get rid of SetBufferWriteMode(), which was an accident waiting to happen.
Tom Lane
2000-03-30
Add configure checks to see if 'using namespace std' and
Tom Lane
2000-03-27
Fix up comments where had been uglified by the automated reformatter.
Thomas G. Lockhart
2000-03-24
Improve comment.
Tom Lane
2000-03-24
Rename bytea functions to not have upper-case letters in their names.
Tom Lane
2000-03-23
>> 5. empty define that results in an empty but terminated line ( ; )
Bruce Momjian
2000-03-22
Repair logic flaw in cost estimator: cost_nestloop() was estimating CPU
Tom Lane
2000-03-21
Restructure planning code so that preprocessing of targetlist and quals
Tom Lane
2000-03-20
Reverse out BYTEA type coersion.
Bruce Momjian
2000-03-20
Add compatiblity information for bytea.
Bruce Momjian
2000-03-19
Change MemSet and StrNCpy to evaluate their arguments only once.
Tom Lane
2000-03-19
Fix incorrect implementation of log(x) for numeric, as well as
Tom Lane
2000-03-18
Update bytea type description
Bruce Momjian
2000-03-18
Clean up minor compiler warnings.
Tom Lane
2000-03-17
Add safety check on expression nesting depth. Default value is set by
Tom Lane
2000-03-17
Fix a bunch of minor portability problems and maybe-bugs revealed by
Tom Lane
2000-03-16
Turns out that Mazurkiewicz's gripe about 'function inheritance' is
Tom Lane
2000-03-16
Fix some (more) problems with subselects in rules. Rewriter failed to
Tom Lane
2000-03-14
Cache fmgr lookup data for index's getnext() function in IndexScanDesc,
Tom Lane
2000-03-14
Implement column aliases on views "CREATE VIEW name (collist)".
Thomas G. Lockhart
2000-03-09
Trial implementation of ALTER DROP COLUMN.
Hiroshi Inoue
2000-03-08
I've made a diff against the 7.0beta1 tree that accomplishes several things:
Bruce Momjian
2000-03-05
Added configure test for readline's filename_completion_function
Peter Eisentraut
2000-03-01
Simplify parsing of column constraints by treating constraint attributes
Tom Lane
2000-02-27
Jan forgot to increment catversion when adding lztext. Naughty naughty.
Tom Lane
2000-02-27
Reactivated LZTEXT data type and changed rule plan- and qual-strings
Jan Wieck
2000-02-27
Add Assert() to check for trying to heap_close a relation when the
Tom Lane
[next]