Alvaro Herrera
f8c4d7db60
Restructure some header files a bit, in particular heapam.h, by removing some
...
unnecessary #include lines in it. Also, move some tuple routine prototypes and
macros to htup.h, which allows removal of heapam.h inclusion from some .c
files.
For this to work, a new header file access/sysattr.h needed to be created,
initially containing attribute numbers of system columns, for pg_dump usage.
While at it, make contrib ltree, intarray and hstore header files more
consistent with our header style.
2008-05-12 00:00:54 +00:00
Bruce Momjian
9098ab9e32
Update copyrights in source tree to 2008.
2008-01-01 19:46:01 +00:00
Bruce Momjian
fdf5a5efb7
pgindent run for 8.3.
2007-11-15 21:14:46 +00:00
Teodor Sigaev
f74426283d
Move call of MarkBufferDirty() before XLogInsert() as required.
...
Many thanks to Heikki Linnakangas <heikki@enterprisedb.com > for his
sharp eyes.
2007-06-05 12:47:49 +00:00
Neil Conway
dbcaee49b5
Fix a few typos in comments in GiN.
2007-02-01 04:16:08 +00:00
Bruce Momjian
29dccf5fe0
Update CVS HEAD for 2007 copyright. Back branches are typically not
...
back-stamped for this.
2007-01-05 22:20:05 +00:00
Neil Conway
dc10387eb1
Fix some typos in comments.
2006-11-12 06:55:54 +00:00
Bruce Momjian
f99a569a2e
pgindent run for 8.2.
2006-10-04 00:30:14 +00:00
Bruce Momjian
e0522505bd
Remove 576 references of include files that were not needed.
2006-07-14 14:52:27 +00:00
Teodor Sigaev
0a6fde5a26
Correct cheking in findParents(). i
...
From Andreas Seltenreich <andreas+pg@gate450.dyndns.org >
2006-05-29 08:39:44 +00:00
Teodor Sigaev
5d1a066e64
Fix findParents() in case of multiple levels to find.
...
By Andreas Seltenreich <andreas+pg@gate450.dyndns.org >
2006-05-26 08:01:17 +00:00
Teodor Sigaev
8a3631f8d8
GIN: Generalized Inverted iNdex.
...
text[], int4[], Tsearch2 support for GIN.
2006-05-02 11:28:56 +00:00