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
/
postgres_ext.h
Age
Commit message (
Expand
)
Author
2022-09-27
Move RelFileNumber declarations to common/relpath.h.
Robert Haas
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-03-01
Move atooid() definition to a central place
Peter Eisentraut
2016-08-26
Add a nonlocalized version of the severity field to client error messages.
Tom Lane
2014-05-06
pgindent run for 9.4
Bruce Momjian
2013-01-29
Provide database object names as separate fields in error messages.
Tom Lane
2012-10-07
Autoconfiscate selection of 64-bit int type for 64-bit large object API.
Tom Lane
2012-10-07
Add API for 64-bit large object access. Now users can access up to
Tatsuo Ishii
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2007-02-06
Move NAMEDATALEN definition from postgres_ext.h to pg_config_manual.h. It
Peter Eisentraut
2004-08-29
Pgindent run for 8.0.
Bruce Momjian
2004-03-21
Revise syntax-error reporting behavior to give pleasant results for
Tom Lane
2003-11-29
make sure the $Id tags are converted to $PostgreSQL as well ...
PostgreSQL Daemon
2003-08-27
Share PG_DIAG_* macros between client and server and use them internally.
Peter Eisentraut
2003-03-18
Compiling anything that uses InvalidOid under g++ yields a warning about
Bruce Momjian
2002-08-13
Change NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS to 32, per discussion...
Bruce Momjian
2002-04-30
Document that NAMEDATALEN must be a multiple of sizeof(int).
Tom Lane
2001-10-28
Another pgindent run. Fixes enum indenting, and improves #endif
Bruce Momjian
2001-10-25
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-03-22
pgindent run. Make it all clean.
Bruce Momjian
2001-02-10
Restructure the key include files per recent pghackers discussion: there
Tom Lane
2000-12-22
Repair not-too-well-thought-out code to do rangechecking of OIDs on
Tom Lane
1999-06-04
Turns out OIDNAMELEN wasn't really being used at all!
Tom Lane
1999-02-13
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1997-09-07
Massive commit to run PGINDENT on all *.c and *.h files.
Bruce Momjian
1996-12-10
Fix bug: libpq clients (which include libpq-fe.h) won't compile.
Bryan Henderson