aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix for views that use AS with two words.Bruce Momjian1998-07-09
* Handle case of GROUP BY target list column number out of range.Thomas G. Lockhart1998-07-09
* From: Tom Lane <tgl@sss.pgh.pa.us>Marc G. Fournier1998-07-09
* Allow floating point constants for "def_arg" numeric arguments.Thomas G. Lockhart1998-07-08
* Include 8-byte integer type.Thomas G. Lockhart1998-07-08
* Rename signal to SIGHUP.Bruce Momjian1998-07-07
* Update lock manager README.Bruce Momjian1998-07-06
* Rename shared memory area.Bruce Momjian1998-06-30
* 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
* Update backend flowchart.Bruce Momjian1998-06-28
* Rename BindingTable to ShmemIndex.Bruce Momjian1998-06-27
* More cleanups for compiler warnings.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
* Back out some changes I made just for testing.Bruce Momjian1998-06-23
* Add underscores in manual references.Bruce Momjian1998-06-23
* cleanupsBruce Momjian1998-06-23
* rename MAIN_MEMORY to STABLE_MEMORY_STORAGEBruce Momjian1998-06-23
* Remove un-needed include files.Bruce Momjian1998-06-21
* From: t-ishii@sra.co.jpMarc G. Fournier1998-06-19
* Port name cleanupBruce Momjian1998-06-19
* Solaris cleanup.Bruce Momjian1998-06-19
* Add SLEEP_ON_ABORTBruce Momjian1998-06-18
* port name cleanupBruce Momjian1998-06-18
* Add Assert().Bruce Momjian1998-06-18
* Cleanup UsePrivateMemory define.Bruce Momjian1998-06-18
* Cleanups.Bruce Momjian1998-06-18
* More mb patches.Bruce Momjian1998-06-16
* Hi, here are the patches to enhance existing MB handling. This timeBruce Momjian1998-06-16
* Here is the long awaited optimized version of the S_LOCK patch.Bruce Momjian1998-06-16
* Hello!Bruce Momjian1998-06-16
* Change error message and remove non-functional update message, fromBruce Momjian1998-06-16
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* Fix macros that were not properly surrounded by parens or braces.Bruce Momjian1998-06-15
* RelationForgetRelation not needed in heap_destroy().Bruce Momjian1998-06-14
* Fix problem with table drop after rollback of transaction, no flushBruce Momjian1998-06-13
* Cleanup of 'sameuser' patch.Bruce Momjian1998-06-13
* > I needed to do that for the web database that I'm setting up. WeBruce Momjian1998-06-13
* Auto-seed random so user's can't request random values based onBruce Momjian1998-06-09
* Fix for exec() removal.Bruce Momjian1998-06-09
* Another for for exec() removal and finding binaries.Bruce Momjian1998-06-09
* Attached is a patch that fixes these leaks, and does a couple otherBruce Momjian1998-06-09
* Fixed exec path problem.Bruce Momjian1998-06-08
* Show filename on exec failure.Bruce Momjian1998-06-08
* Fix typo.Bruce Momjian1998-06-08
* Add real random() call to postmaster for use in cancel.Bruce Momjian1998-06-08