summaryrefslogtreecommitdiff
path: root/src/backend/lib/dllist.c
AgeCommit message (Expand)Author
2001-07-31Fix unportable coding for FRONTEND case.Tom Lane
2001-06-02dllist.c is included in the frontend libpq interface via symlink.Jan Wieck
2001-06-01Check for malloc failure.Tom Lane
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2000-11-16Change SearchSysCache coding conventions so that a reference count isTom Lane
2000-06-08Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-01-26Add:Bruce Momjian
1999-07-15Change #include's to use <> and "" as appropriate.Bruce Momjian
1999-06-03Ooops ... dllist.c can't use Assert() when it is compiled intoTom Lane
1999-05-31Fix some latent bugs in dllist.c (carelessness about settingTom Lane
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1998-09-01Renaming cleanup, no pgindent yet.Bruce Momjian
1998-06-15Remove un-needed braces around single statements.Bruce Momjian
1998-02-26pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian
1997-09-08Used modified version of indent that understands over 100 typedefs.Bruce Momjian
1997-09-08Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian
1997-09-07Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian
1997-08-19Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian
1996-11-10All external function definitions now have prototypes that are checked.Bruce Momjian
1996-11-06Slowly getting faster to make sure it compiles...still needs cleaningMarc G. Fournier
1996-10-31Clean out makefileMarc G. Fournier
1996-07-09Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier