postgresql/src/include
Tom Lane e812458b27 Several changes here, not very related but touching some of the same files.
* Buffer refcount cleanup (per my "progress report" to pghackers, 9/22).
* Add links to backend PROC structs to sinval's array of per-backend info,
and use these links for routines that need to check the state of all
backends (rather than the slow, complicated search of the ShmemIndex
hashtable that was used before).  Add databaseOID to PROC structs.
* Use this to implement an interlock that prevents DESTROY DATABASE of
a database containing running backends.  (It's a little tricky to prevent
a concurrently-starting backend from getting in there, since the new
backend is not able to lock anything at the time it tries to look up
its database in pg_database.  My solution is to recheck that the DB is
OK at the end of InitPostgres.  It may not be a 100% solution, but it's
a lot better than no interlock at all...)
* In ALTER TABLE RENAME, flush buffers for the relation before doing the
rename of the physical files, to ensure we don't get failures later from
mdblindwrt().
* Update TRUNCATE patch so that it actually compiles against current
sources :-(.
You should do "make clean all" after pulling these changes.
1999-09-24 00:25:33 +00:00
..
access Mega-commit to make heap_open/heap_openr/heap_close take an 1999-09-18 19:08:25 +00:00
bootstrap Change #include's to use <> and "" as appropriate. 1999-07-15 23:04:24 +00:00
catalog Add TRUNCATE command, with psql help and sgml additions. 1999-09-23 17:03:39 +00:00
commands Add TRUNCATE command, with psql help and sgml additions. 1999-09-23 17:03:39 +00:00
executor Several changes here, not very related but touching some of the same files. 1999-09-24 00:25:33 +00:00
lib Minor improvements to stringinfo package to make it more 1999-08-31 01:28:37 +00:00
libpq Commit the bulk of Mike Ansley's long-query changes in the 1999-08-31 04:26:40 +00:00
mb Fix for multi-byte includes. 1999-07-17 16:25:28 +00:00
nodes Several changes here, not very related but touching some of the same files. 1999-09-24 00:25:33 +00:00
optimizer First cut at doing something reasonable with OR-of-ANDs WHERE 1999-09-13 00:17:25 +00:00
parser Remove bogus code in oper_exact --- if it didn't find an exact 1999-08-23 23:48:39 +00:00
port linux/sparc cleanup 1999-07-19 18:19:40 +00:00
regex Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
rewrite Change #include's to use <> and "" as appropriate. 1999-07-15 23:04:24 +00:00
storage Several changes here, not very related but touching some of the same files. 1999-09-24 00:25:33 +00:00
tcop Change #include's to use <> and "" as appropriate. 1999-07-15 23:04:24 +00:00
utils Add TRUNCATE command, with psql help and sgml additions. 1999-09-23 17:03:39 +00:00
c.h Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
config.h.in Eliminate query length limitation imposed by pg_client_to_server 1999-09-11 22:28:11 +00:00
miscadmin.h Several changes here, not very related but touching some of the same files. 1999-09-24 00:25:33 +00:00
postgres.h More config.h cleanups. 1999-07-17 04:12:10 +00:00
postgres_ext.h Turns out OIDNAMELEN wasn't really being used at all! 1999-06-04 21:12:07 +00:00
rusagestub.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
strdup.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
version.h.in Update for 6.6. 1999-07-18 18:06:42 +00:00