index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
postgres.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid assuming that struct varattrib_pointer doesn't get padded by the
Tom Lane
2007-10-01
1
-11
/
+6
*
Add an extra header byte to TOAST-pointer datums to represent their size
Tom Lane
2007-09-30
1
-13
/
+23
*
Fix typos in two comments. Spotted by Brendan Jurd
Tom Lane
2007-09-27
1
-2
/
+2
*
Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with
Magnus Hagander
2007-07-25
1
-2
/
+2
*
Update comments for PG_DETOAST_PACKED and VARDATA_ANY on a structures
Bruce Momjian
2007-05-15
1
-1
/
+8
*
A few fixups in error handling: mark pg_re_throw() as noreturn for gcc,
Tom Lane
2007-05-04
1
-3
/
+4
*
Support varlena fields with single-byte headers and unaligned storage.
Tom Lane
2007-04-06
1
-48
/
+211
*
Adjust DatumGetBool macro so that it isn't fooled by garbage in the Datum
Tom Lane
2007-03-23
1
-5
/
+11
*
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
Tom Lane
2007-02-27
1
-13
/
+15
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
1
-2
/
+2
*
Allow include files to compile own their own.
Bruce Momjian
2006-07-13
1
-6
/
+6
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
1
-2
/
+2
*
I've created a new shared catalog table pg_shdescription to store
Bruce Momjian
2006-02-12
1
-1
/
+2
*
Fix the assert_enabled issue properly. This eliminates the former ABI
Tom Lane
2006-01-08
1
-3
/
+1
*
First phase of project to use fixed OIDs for all system catalogs and
Tom Lane
2005-04-14
1
-3
/
+3
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
1
-2
/
+2
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
1
-2
/
+2
*
Tighten short-circuit tests for deciding whether we need to invoke
Tom Lane
2004-01-16
1
-3
/
+1
*
There's no longer any good reason for genbki.sh and Gen_fmgrtab.sh to
Tom Lane
2004-01-04
1
-4
/
+1
*
make sure the $Id tags are converted to $PostgreSQL as well ...
PostgreSQL Daemon
2003-11-29
1
-1
/
+1
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
1
-2
/
+2
*
pgindent run.
Bruce Momjian
2003-08-04
1
-1
/
+2
*
Generate pg_config.h.in by autoheader. Separate out manually editable
Peter Eisentraut
2003-04-06
1
-1
/
+2
*
Make 'dummy' declarations in header files be 'extern int no_such_variable'
Tom Lane
2002-10-18
1
-3
/
+3
*
pgindent run.
Bruce Momjian
2002-09-04
1
-2
/
+2
*
Clean up comments to be careful about the distinction between variable-
Tom Lane
2002-08-25
1
-9
/
+11
*
This patch removes a lot of unused code related to assertions and
Bruce Momjian
2002-08-10
1
-77
/
+13
*
Update copyright to 2002.
Bruce Momjian
2002-06-20
1
-2
/
+2
*
Support toasting of shared system relations, and provide toast tables for
Tom Lane
2002-04-27
1
-2
/
+2
*
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
Bruce Momjian
2001-11-05
1
-4
/
+4
*
Another pgindent run. Fixes enum indenting, and improves #endif
Bruce Momjian
2001-10-28
1
-2
/
+2
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
1
-8
/
+5
*
Consistently use gcc's __attribute__((format)) to check sprintf-style
Tom Lane
2001-10-03
1
-2
/
+5
*
c.h needs to include postgres_ext.h to be self-contained.
Peter Eisentraut
2001-08-24
1
-2
/
+1
*
Ensure that all TransactionId comparisons are encapsulated in macros
Tom Lane
2001-08-23
1
-1
/
+29
*
Make OIDs optional, per discussions in pghackers. WITH OIDS is still the
Tom Lane
2001-08-10
1
-5
/
+4
*
Clean up various to-do items associated with system indexes:
Tom Lane
2001-06-12
1
-10
/
+6
*
Mark exception and assert global variables as DLLIMPORT, so that plpgsql
Tom Lane
2001-03-23
1
-5
/
+5
*
pgindent run. Make it all clean.
Bruce Momjian
2001-03-22
1
-7
/
+7
*
Restructure the key include files per recent pghackers discussion: there
Tom Lane
2001-02-10
1
-133
/
+472
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
1
-2
/
+2
*
Make acl-related functions safe for TOAST. Mark pg_class.relacl as
Tom Lane
2000-07-31
1
-3
/
+3
*
TOAST
Jan Wieck
2000-07-03
1
-12
/
+21
*
First phase of memory management rewrite (see backend/utils/mmgr/README
Tom Lane
2000-06-28
1
-2
/
+1
*
Another batch of fmgr updates. I think I have gotten all old-style
Tom Lane
2000-06-13
1
-7
/
+16
*
Remove NT-specific file open defines by defining our own open macros for
Bruce Momjian
2000-06-02
1
-2
/
+1
*
First round of changes for new fmgr interface. fmgr itself and the
Tom Lane
2000-05-28
1
-26
/
+1
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
1
-23
/
+26
*
Fix a bunch of minor portability problems and maybe-bugs revealed by
Tom Lane
2000-03-17
1
-2
/
+2
*
Add:
Bruce Momjian
2000-01-26
1
-2
/
+3
[next]