Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
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
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
/
contrib
/
intarray
/
_int.c
Age
Commit message (
Expand
)
Author
2003-06-11
Changes:
Bruce Momjian
2003-05-27
Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in
Bruce Momjian
2003-05-16
Fix failure when uniq-ifying an array of zero elements.
Tom Lane
2003-03-10
This patch fixes a bunch of spelling mistakes in comments throughout the
Tom Lane
2002-11-13
Add new palloc0 call as merge of palloc and MemSet(0).
Bruce Momjian
2002-11-11
Back out use of palloc0 in place if palloc/MemSet. Seems constant len
Bruce Momjian
2002-11-10
Merge palloc()/MemSet(0) calls into a single palloc0() call.
Bruce Momjian
2002-09-14
Clean up mess from duplicate patches.
Tom Lane
2002-09-12
> intarray and ltree both seem to be mapping their own declarations onto
Bruce Momjian
2002-09-12
The attached small patch fixes the cause of the regression test failure
Bruce Momjian
2002-09-04
pgindent run.
Bruce Momjian
2002-09-02
I checked all the previous string handling errors and most of them were
Bruce Momjian
2002-08-10
August 6, 2002
Bruce Momjian
2002-06-07
Please apply attached patch to contrib/intarray (7.2, 7.3).
Bruce Momjian
2002-03-06
Change made to elog:
Bruce Momjian
2002-02-07
Repair some problems in GIST-index contrib modules. Patch from
Tom Lane
2001-10-04
1. Implemented binary search in array
Bruce Momjian
2001-09-30
Changes:
Tom Lane
2001-09-23
please apply attached patch to current CVS.
Bruce Momjian
2001-08-04
Looks okay in a quick glance, except error message spelling is poor:
Bruce Momjian
2001-08-04
1. Fixed error with empty array ( '{}' ),
Bruce Momjian
2001-06-11
contrib/intarray updates from Oleg Bartunov:
Tom Lane
2001-05-31
Updates to make GIST work with multi-key indexes (from Oleg Bartunov
Tom Lane
2001-03-22
Run pgindent on _int.c, for Tom Lane. I had skipped this file because
Bruce Momjian
2001-03-20
Repair intarray's problems with TOASTed input, avoid scribbling on
Tom Lane
2001-03-18
Restore include-file updates, and fix some of the more glaring macro
Tom Lane
2001-03-17
Update contrib intarray to Jan 25 version.
Bruce Momjian
2001-02-12
Add // -> /* */ mapping to pgindent.
Bruce Momjian
2001-02-10
Restructure the key include files per recent pghackers discussion: there
Tom Lane
2001-01-12
commit Oleg and Teodor's RD-tree implementation ... this provides the
Marc G. Fournier