aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage
Commit message (Expand)AuthorAge
* Rearrange handling of MAXBACKENDS a little bit. The default settingTom Lane1999-02-21
* Reorder startup ops so that if preallocation of semas fails,Tom Lane1999-02-19
* Allow maximum number of backends to be set at configure timeTom Lane1999-02-19
* Remove duplicate geqo functions, and more optimizer cleanupBruce Momjian1999-02-15
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Initial MVCC code.Vadim B. Mikheev1998-12-15
* s_lock patch from Ryan.Bruce Momjian1998-10-31
* s_lock aix patch.Bruce Momjian1998-10-28
* backslash for portability, from Andreas ZeugswetterBruce Momjian1998-10-27
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-08
* Fixes for Irix from Robert BruccoleriBruce Momjian1998-10-02
* Here's the new diff for getting the NS32K assembly code into theBruce Momjian1998-10-02
* Make HP-PA S_UNLOCK a little faster and less dependent on unspecified compile...Tom Lane1998-10-01
* Fix for \z formatting from Tom Lane.Bruce Momjian1998-09-21
* NS32K lock patch reversed.Bruce Momjian1998-09-18
* Fix for NS32K machine.Bruce Momjian1998-09-18
* Irix lock fix from Robert BruccoleriBruce Momjian1998-09-12
* The attached patches fix the following problems:Bruce Momjian1998-09-11
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-25
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-25
* Here are additional patches for the UnixWare 7 port.Bruce Momjian1998-08-22
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-19
* Lmgr cleanup, new locking modes for LLL.Vadim B. Mikheev1998-08-01
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-27
* Theses buffer leaks are caused by indexes that are kept open betweenBruce Momjian1998-07-21
* Fix problem brought in with 32K machine.Bruce Momjian1998-07-20
* Cleanup use of 16 that should be NAMEDATALEN.Bruce Momjian1998-07-20
* Lock fix from Tom Ivar Helbekkmo .Bruce Momjian1998-07-19
* My mailer munged the intro text in my last post. Here is the textBruce Momjian1998-07-19
* Somewhere between 6.1 and 6.3 someone removed the support for theBruce Momjian1998-07-19
* Move common lock code to their own section.Bruce Momjian1998-07-18
* On architectures where we don't have any special inline code forBruce Momjian1998-07-18
* Thank you for testing and reporting this. It is my fault of course,Bruce Momjian1998-07-18
* Inline function, rename libpq variablees, change lrel to lockrel.Bruce Momjian1998-07-13
* Rename locking structure names to be clearer. Add narrative toBruce Momjian1998-06-30
* Rename lockt to locktype and rename LOCKT to LOCKTYPE.Bruce Momjian1998-06-28
* Rename BindingTable to ShmemIndex.Bruce Momjian1998-06-27
* Rename proc_exit_clear to on_exit_reset.Bruce Momjian1998-06-27
* Fix for hang after postmaster restart. Add new proc_exit andBruce Momjian1998-06-27
* Rename Lockm to Locks.Bruce Momjian1998-06-26
* Rename LockTab to LockTable in function name.Bruce Momjian1998-06-26
* Rename BindingTab to BindingTable.Bruce Momjian1998-06-25
* rename MAIN_MEMORY to STABLE_MEMORY_STORAGEBruce Momjian1998-06-23
* Here is the long awaited optimized version of the S_LOCK patch.Bruce Momjian1998-06-16
* Fix macros that were not properly surrounded by parens or braces.Bruce Momjian1998-06-15
* Remove fork()/exec() and only do fork(). Small cleanups.Bruce Momjian1998-05-29
* Remove extra paren in __alpha so it compiles.Bruce Momjian1998-05-06
* Missed the __alpha__ to __alpha change...Marc G. Fournier1998-05-04
* Okay...this should fix the s_lock() patches from David to what heMarc G. Fournier1998-05-04