aboutsummaryrefslogtreecommitdiff
path: root/src/include/postgres_ext.h
Commit message (Expand)AuthorAge
* libpq: Deprecate pg_int64.Thomas Munro2025-03-25
* IWYU widely useful pragmasPeter Eisentraut2025-01-15
* Use <stdint.h> and <inttypes.h> for c.h integers.Thomas Munro2024-12-04
* Move RelFileNumber declarations to common/relpath.h.Robert Haas2022-09-27
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Move atooid() definition to a central placePeter Eisentraut2017-03-01
* Add a nonlocalized version of the severity field to client error messages.Tom Lane2016-08-26
* pgindent run for 9.4Bruce Momjian2014-05-06
* Provide database object names as separate fields in error messages.Tom Lane2013-01-29
* Autoconfiscate selection of 64-bit int type for 64-bit large object API.Tom Lane2012-10-07
* Add API for 64-bit large object access. Now users can access up toTatsuo Ishii2012-10-07
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Move NAMEDATALEN definition from postgres_ext.h to pg_config_manual.h. ItPeter Eisentraut2007-02-06
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Revise syntax-error reporting behavior to give pleasant results forTom Lane2004-03-21
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* Share PG_DIAG_* macros between client and server and use them internally.Peter Eisentraut2003-08-27
* Compiling anything that uses InvalidOid under g++ yields a warning aboutBruce Momjian2003-03-18
* Change NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS to 32, per discussion...Bruce Momjian2002-08-13
* Document that NAMEDATALEN must be a multiple of sizeof(int).Tom Lane2002-04-30
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-10
* Repair not-too-well-thought-out code to do rangechecking of OIDs onTom Lane2000-12-22
* Turns out OIDNAMELEN wasn't really being used at all!Tom Lane1999-06-04
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Fix bug: libpq clients (which include libpq-fe.h) won't compile.Bryan Henderson1996-12-10