aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix some latent bugs in dllist.c (carelessness about settingTom Lane1999-05-31
* Clean up memory leaks in LO operations by freeing LO's privateTom Lane1999-05-31
* Generate a more specific error message when an operator usedTom Lane1999-05-31
* Round up shmem size estimate to 1Kb boundary.Tom Lane1999-05-31
* Correct serious bug in hashtable expansion routine: under theTom Lane1999-05-31
* Release XactLockTable share lock immediately after this lock is acquiredVadim B. Mikheev1999-05-31
* 1. Run all pg_dump queries in single serializable transaction.Vadim B. Mikheev1999-05-29
* Fix xid table sizing.Vadim B. Mikheev1999-05-29
* Missing semicolons in non-HAS_TEST_AND_SET code paths :-(Tom Lane1999-05-29
* Avoid redundant SysCache searches in coerce_type, for anotherTom Lane1999-05-29
* new_relation_targetlist used to cause about 8 separate (andTom Lane1999-05-29
* Clean up inefficient and just plain bad code in some hot-spotTom Lane1999-05-29
* Repair performance problem in SI segment manipulations: iteratingTom Lane1999-05-28
* Fix for crypt memory leak, from James ThompsonBruce Momjian1999-05-27
* Patch from Andreas: when CREATE TABLE is followed by CREATE INDEXTom Lane1999-05-26
* Add fix for 0x7fU constants to pgindentBruce Momjian1999-05-26
* Make functions static or NOT_USED as appropriate.Bruce Momjian1999-05-26
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-25
* Make 0x007f -> (unsigned)0x7f to make pgindent happy.Bruce Momjian1999-05-25
* Get rid of page-level locking in btree-s.Vadim B. Mikheev1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* Bugfix - Range table entries that are unused after rewriting shouldJan Wieck1999-05-25
* Fixed bug in rules event qualification output.Jan Wieck1999-05-25
* FIx for 0.0.0.0/0 output as 00/0.Bruce Momjian1999-05-25
* Do not assign output columns to junk attributes created fromTom Lane1999-05-23
* Detect case of invalid use of GROUP BY when there are noTom Lane1999-05-23
* Fix tuple chain moving bug found by "Hiroshi Inoue" <Inoue@tpf.co.jp>.Vadim B. Mikheev1999-05-23
* Update commentary in sample GEQO config file.Tom Lane1999-05-22
* Reduce default GEQO 'effort' setting to MEDIUM always.Tom Lane1999-05-22
* Modify aset.c logic so that blocks requested from malloc getTom Lane1999-05-22
* Improve error message from failed LOAD command (includeTom Lane1999-05-22
* Allow GEQO effort to be specified numerically, as well asTom Lane1999-05-22
* Modify backend switch parsing to prevent 'insecure' switchesTom Lane1999-05-22
* Fix for select 1;select 2 without trailing semi.Bruce Momjian1999-05-22
* Fix for DEFAULT ''.Bruce Momjian1999-05-22
* Make postgres prompt backend>, and remove PARSEDEBUG.Bruce Momjian1999-05-22
* Disable fix. Didn't work.Bruce Momjian1999-05-21
* Fix typo and attempt default fix.Bruce Momjian1999-05-21
* Treat {} as special regex too.Bruce Momjian1999-05-21
* add retest, a regex testing programTatsuo Ishii1999-05-21
* Fix problem with | in ~ comparison using index.Bruce Momjian1999-05-21
* Report strerror() rather than errno in low-level backend libpqTom Lane1999-05-21
* Generate distinct error messages for trigger function not foundTom Lane1999-05-20
* Fixed shift/reduce conflictJan Wieck1999-05-20
* Remove 4096 string limited key on block sizeBruce Momjian1999-05-19
* Upgrade to PyGreSQL (2.4)Bruce Momjian1999-05-19
* Add Aggref and ArrayRef to the set of node types that transformExprTom Lane1999-05-18
* Now that hashjoin is reliable for large joins (knock on wood),Tom Lane1999-05-18
* Remove no-longer-used fields in Hash and HashJoin nodes.Tom Lane1999-05-18
* Rewrite hash join to use simple linked lists instead of aTom Lane1999-05-18