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