index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
catalog
/
pg_conversion.h
Age
Commit message (
Expand
)
Author
2008-03-27
Reduce the need for frontend programs to include "postgres.h" by refactoring
Tom Lane
2008-01-01
Update copyrights in source tree to 2008.
Bruce Momjian
2007-01-05
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2006-07-13
Allow include files to compile own their own.
Bruce Momjian
2006-03-05
Update copyright for 2006. Update scripts.
Bruce Momjian
2005-06-28
Replace pg_shadow and pg_group by new role-capable catalogs pg_authid
Tom Lane
2005-04-14
First phase of project to use fixed OIDs for all system catalogs and
Tom Lane
2004-12-31
Tag appropriate files for rc3
PostgreSQL Daemon
2004-08-29
Update copyright to 2004.
Bruce Momjian
2003-11-29
make sure the $Id tags are converted to $PostgreSQL as well ...
PostgreSQL Daemon
2003-09-16
fix typo in a comment
Tatsuo Ishii
2003-08-04
Update copyrights to 2003.
Bruce Momjian
2003-01-09
Move new typedef AclId into c.h, so as to avoid cluttering namespace
Tom Lane
2002-12-04
Make usesysid consistently int4, not oid.
Bruce Momjian
2002-11-02
Fix permissions-checking bugs and namespace-search-path bugs in
Tom Lane
2002-09-04
pgindent run.
Bruce Momjian
2002-08-06
Move pg_convert3 declaration to suppress compile warning. Really
Tom Lane
2002-08-06
Add SQL99 CONVERT() function.
Tatsuo Ishii
2002-08-04
Minor clarification or fix of typos.
Thomas G. Lockhart
2002-07-25
Implement DROP CONVERSION
Tatsuo Ishii
2002-07-11
Add new CREATE CONVERSION/DROP CONVERSION command.
Tatsuo Ishii