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-06-07
Re-order pg_listener index so it can later be used in an index scan.
Bruce Momjian
2000-06-07
New system index, initdb everyone.
Bruce Momjian
2000-06-07
Add index on pg_index.indrelid for Tom Lane.
Bruce Momjian
2000-06-06
PGPORT envar was erroneously ignored by the backend
Peter Eisentraut
2000-06-05
Latest round of fmgr updates. All functions with bool,char, or int2
Tom Lane
2000-06-04
Removed ELOG_TIMESTAMPS #define in favor of two run-time
Peter Eisentraut
2000-06-04
New ps display code, works on more platforms.
Peter Eisentraut
2000-06-03
New warning code about auto-created range table entries.
Bruce Momjian
2000-06-02
More cleanup of c.h binary macros
Bruce Momjian
2000-06-02
Reverse PG_BINARY defines
Bruce Momjian
2000-06-02
Remove NT-specific file open defines by defining our own open macros for
Bruce Momjian
2000-06-02
heap' xlog records
Vadim B. Mikheev
2000-06-02
Create an fd.c entry point that is just like plain open(2) except that
Tom Lane
2000-05-31
The heralded `Grand Unified Configuration scheme' (GUC)
Peter Eisentraut
2000-05-30
Third round of fmgr updates: eliminate calls using fmgr() and
Tom Lane
2000-05-29
Convert array_map to use new fmgr interface.
Tom Lane
2000-05-29
Repair problems with overrun of timezone name length. Increase MAXTZLEN
Tom Lane
2000-05-29
Split vacuum and analyze into separate files
Bruce Momjian
2000-05-29
More vacuum cleanup
Bruce Momjian
2000-05-29
more cleanup
Bruce Momjian
2000-05-29
Allow vacuum to perform analyze with shared lock. Update cvs manual.
Bruce Momjian
2000-05-29
Second round of fmgr changes: triggers are now invoked in new style,
Tom Lane
2000-05-28
Miscellaneous cleanups of places that needed to account for new
Tom Lane
2000-05-28
First round of changes for new fmgr interface. fmgr itself and the
Tom Lane
2000-05-25
Modify raw parsetree representation returned by gram.y for SubLinks:
Tom Lane
2000-05-24
Update so init displays status with setproctitle too, like the rest of them.
Bruce Momjian
2000-05-24
Make setproctitle update for every query.
Bruce Momjian
2000-05-23
Comment out no-op ps updates for setproctitle(), until we figure out
Bruce Momjian
2000-05-22
I am attempting to integrate postgres (v 7.0) with an open source
Bruce Momjian
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
[next]