Commit Graph

91 Commits (b49ce32da1975b2fdab26e463b7189b95e770809)

Author SHA1 Message Date
Bruce Momjian f2f5b05655 Update copyright for 2006. Update scripts. 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 21 years ago
Neil Conway 1f5299bc3f Replace the use of "0" with "NULL" where appropriate in dllist.c, for 22 years ago
PostgreSQL Daemon 2ff501590b Tag appropriate files for rc3 22 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 22 years ago
Bruce Momjian da9a8649d8 Update copyright to 2004. 22 years ago
Tom Lane a2160c5eeb Add tests to enlargeStringInfo() to avoid possible buffer-overrun or 22 years ago
Neil Conway 1812d3b233 Remove the last traces of Joe Hellerstein's "xfunc" optimization. Patch 22 years ago
PostgreSQL Daemon 55b113257c make sure the $Id tags are converted to $PostgreSQL as well ... 23 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 23 years ago
Bruce Momjian f3c3deb7d0 Update copyrights to 2003. 23 years ago
Bruce Momjian 089003fb46 pgindent run. 23 years ago
Tom Lane c72839d5be Error message editing in backend/bootstrap, /lib, /nodes, /port. 23 years ago
Tom Lane f690920a75 Infrastructure for upgraded error reporting mechanism. elog.c is 23 years ago
Tom Lane bd8d441775 Second round of FE/BE protocol changes. Frontend->backend messages now 23 years ago
Bruce Momjian 0481f3f461 Remove bit.c/h routines. Not used anymore. 24 years ago
Bruce Momjian e50f52a074 pgindent run. 24 years ago
Bruce Momjian 97ac103289 Remove sys/types.h in files that include postgres.h, and hence c.h, 24 years ago
Bruce Momjian d84fe82230 Update copyright to 2002. 24 years ago
Tom Lane e7db8fa80e Add Assert check to catch vsnprintf overrunning its buffer. (Seen to 25 years ago
Bruce Momjian 6783b2372e Another pgindent run. Fixes enum indenting, and improves #endif 25 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 25 years ago
Tom Lane 8a52b893b3 Further cleanup of dynahash.c API, in pursuit of portability and 25 years ago
Tom Lane c4c194f100 Fix unportable coding for FRONTEND case. 25 years ago
Jan Wieck fc7c16fd16 dllist.c is included in the frontend libpq interface via symlink. 25 years ago
Tom Lane d8adce8983 Check for malloc failure. 25 years ago
Bruce Momjian 0686d49da0 Remove dashes in comments that don't need them, rewrap with pgindent. 25 years ago
Bruce Momjian 9e1552607a pgindent run. Make it all clean. 25 years ago
Tom Lane d08741eab5 Restructure the key include files per recent pghackers discussion: there 26 years ago
Bruce Momjian 623bf843d2 Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 26 years ago
Tom Lane 1b8a219eef Clean up non-reentrant interface for hash_seq/HashTableWalk, so that 26 years ago
Tom Lane a933ee38bb Change SearchSysCache coding conventions so that a reference count is 26 years ago
Peter Eisentraut 424f0edcb8 Fix relative path references so that make knowns which dependencies refer 26 years ago
Tom Lane d70bf0dd35 Rename BITSPERBYTE to BITS_PER_BYTE to avoid conflict with <values.h> 26 years ago
Tom Lane d594eecde2 Standardize on just one spelling of BITSPERBYTE. 26 years ago
Tom Lane 1aebc3618a First phase of memory management rewrite (see backend/utils/mmgr/README 26 years ago
Bruce Momjian 20ad43b576 Mark functions as static and ifdef NOT_USED as appropriate. 26 years ago
Tom Lane 091126fa28 Generated header files parse.h and fmgroids.h are now copied into 26 years ago
Bruce Momjian 52f77df613 Ye-old pgindent run. Same 4-space tabs. 26 years ago
Tom Lane a152ebeec6 Fix problems seen in parallel regress tests when SI buffer overruns (causing 27 years ago
Bruce Momjian 5c25d60244 Add: 27 years ago
Bruce Momjian a82f9ffde6 New LDOUT makefile variable for QNX os. 27 years ago
Bruce Momjian 3ffd3d82db Make LD -r as macros that can be changed for QNX. 27 years ago
Tom Lane ee2ad1cf2e Inline check for full buffer in appendStringInfoChar. 27 years ago
Tom Lane b1134e369f Cope with versions of vsnprintf() written by people who 27 years ago
Tom Lane 130e372b5d Minor improvements to stringinfo package to make it more 27 years ago
Bruce Momjian 3406901a29 Move some system includes into c.h, and remove duplicates. 27 years ago
Bruce Momjian a71802e12e Final cleanup. 27 years ago
Bruce Momjian a9591ce66a Change #include's to use <> and "" as appropriate. 27 years ago
Bruce Momjian 2e6b1e63a3 Remove unused #includes in *.c files. 27 years ago