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
/
access
Age
Commit message (
Expand
)
Author
1998-06-15
Fix macros that were not properly surrounded by parens or braces.
Bruce Momjian
1998-06-14
Make new DISABLE_COMPLEX_MACRO for compilers that can't handle our
Bruce Momjian
1998-04-26
Re-apply Darren's char2-16 removal code.
Bruce Momjian
1998-04-24
Inline some small functions called for every row.
Bruce Momjian
1998-04-07
Back out char2-char16 removal. Add later.
Bruce Momjian
1998-03-30
The following uuencoded, gzip'd file will ...
Bruce Momjian
1998-03-01
From: "Billy G. Allie" <Bill.Allie@mug.org>
Marc G. Fournier
1998-02-26
index_markpos()/index_restrpos() are in use now.
Vadim B. Mikheev
1998-02-26
pgindent run before 6.3 release, with Thomas' requested changes.
Bruce Momjian
1998-02-10
Pass around typmod as int16.
Bruce Momjian
1998-02-10
Pass attypmod through to executor by adding to Var and Resdom.
Bruce Momjian
1998-02-06
Update now that attcacheoff initial value is -1 always.
Bruce Momjian
1998-02-01
Reduce size of inlining.
Bruce Momjian
1998-01-31
Inline fastgetattr and others so data access does not use function
Bruce Momjian
1998-01-27
dummyret cleanup
Bruce Momjian
1998-01-27
Deadlock ceallnup.
Bruce Momjian
1998-01-25
Somehow the 'comment' here got messed up
Marc G. Fournier
1998-01-24
Fix prototypes so they don't look like function definitions.
Bruce Momjian
1998-01-15
Thank god for searchable mail archives.
PostgreSQL Daemon
1997-11-26
Cleanup up include files.
Bruce Momjian
1997-11-24
Remove tqual.h includes not needed.
Bruce Momjian
1997-11-20
Remove all time travel stuff. Small parser cleanup.
Bruce Momjian
1997-11-07
Include transam.h to get NullTransactionId defined
Thomas G. Lockhart
1997-11-02
Good Bye, Time Travel!
Vadim B. Mikheev
1997-10-30
No more warnings on macros, thanks VAdim.
Bruce Momjian
1997-09-18
Inline frequently called functions.
Bruce Momjian
1997-09-14
Add mention of heap_getattr() compiler warning.
Bruce Momjian
1997-09-12
Fix heap_getattr bug I just added.
Bruce Momjian
1997-09-12
Macro cleanup of heap_getattr.
Bruce Momjian
1997-09-12
heapattr functions now return a Datum, not char *.
Bruce Momjian
1997-09-08
Used modified version of indent that understands over 100 typedefs.
Bruce Momjian
1997-09-08
Add typdefs to pgindent run.
Bruce Momjian
1997-09-08
Another PGINDENT run that changes variable indenting and case label indenting...
Bruce Momjian
1997-09-07
Massive commit to run PGINDENT on all *.c and *.h files.
Bruce Momjian
1997-09-04
Fix conditional casting.
Bruce Momjian
1997-08-29
Fix very old bug which made tuples changed/inserted by a commnd
Vadim B. Mikheev
1997-08-29
heap_getattr fix for aix.
Bruce Momjian
1997-08-27
heap_delete returns int now (for non-functional deletes).
Vadim B. Mikheev
1997-08-26
Inlined heap_getattr().
Bruce Momjian
1997-08-22
+ CreateTupleDescCopyConstr
Vadim B. Mikheev
1997-08-21
AttrConstr --> TupleConstr
Vadim B. Mikheev
1997-08-19
Make functions static where possible, enclose unused functions in #ifdef NOT_...
Bruce Momjian
1997-08-19
NOT NULL implementation (submitted by Robson Paniago de Miranda).
Vadim B. Mikheev
1997-05-30
Added: new BTP_CHAIN flag (if hikey == firstkey then it's not
Vadim B. Mikheev
1997-05-22
gist.h:
Vadim B. Mikheev
1997-04-16
BTREE_VERSION_1: using bti_itup->t_tid as unique identifier for a given
Vadim B. Mikheev
1997-03-28
From: Dan McGuirk <mcguirk@indirect.com>
Marc G. Fournier
1997-03-24
New func _bt_checkkeys() added to let caller know number of keys
Vadim B. Mikheev
1997-03-18
Patches for Vadim's multikey indexing...
Marc G. Fournier
1997-02-22
Added: UNIQUE feature to bulkload code.
Vadim B. Mikheev
[next]