aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Internationalisation of error messagesPeter Mount1999-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
* Transactions in ImageViewerPeter Mount1999-05-18
* *** empty log message ***Michael Meskes1999-05-18
* Fixed Internationalization of error messages.Peter Mount1999-05-17
* Minor bug fixes. Replaced DateStyle support with ISO.Peter Mount1999-05-17
* All works on linux now by my tests and regression(with patch below).Bruce Momjian1999-05-17
* Skip junk nodes when comparing UNION target list lengths.Bruce Momjian1999-05-17
* Change resjunk to a boolean.Bruce Momjian1999-05-17
* Fixed latest regression diff's by omitting viewowner in SELECT from pg_views.Jan Wieck1999-05-17
* This is actually more of a fundamental problem with mdtruncate. ItBruce Momjian1999-05-17
* Add pythonBruce Momjian1999-05-17
* Re-add python.Bruce Momjian1999-05-17
* Updates for 6.5.Bruce Momjian1999-05-17
* Prior patch added 2 more characters to string allocatedTom Lane1999-05-17
* SELECT * error message fix.Bruce Momjian1999-05-17
* Apply freebsd specific patches dealign with ELF system from FreeBSD'sMarc G. Fournier1999-05-17
* Move IN to proper place.Bruce Momjian1999-05-17
* CleanupBruce Momjian1999-05-17
* Fix typo in change.Bruce Momjian1999-05-17
* Tighten coding in new_join_pathkey, which seems to be a hotspotTom Lane1999-05-17
* Change GEQO optimizer to release memory after each geneTom Lane1999-05-17
* Require IN in LOCK syntax.Bruce Momjian1999-05-17
* Change md* call to smgr*.Bruce Momjian1999-05-17
* Minor code cleanup in optimizer.Tom Lane1999-05-16
* Fix some typos in geqo optimizer --- it now generatesTom Lane1999-05-16
* Change iostream to iostream.h, strstream to strstream.hTom Lane1999-05-16
* I made it so it rolled over files at 1MB. My table ended up with 120Bruce Momjian1999-05-15
* I've got 2 pretty small patches.Bruce Momjian1999-05-15
* *** empty log message ***Michael Meskes1999-05-14
* Hi, Bruce!Bruce Momjian1999-05-13
* Add double quotes around the sequence name generated to support theThomas G. Lockhart1999-05-13
* Surround a variable declaration with ENABLE_OUTER_JOINS to suppressThomas G. Lockhart1999-05-13
* set client_encoding to <nothing> crashes backend.Tatsuo Ishii1999-05-13
* Rip out QueryTreeList structure, root and branch. QuerytreeTom Lane1999-05-13
* Update driver to 6-40-0006Byron Nikolaidis1999-05-13
* Here's a small patch to cause pg_dump to emit theBruce Momjian1999-05-13
* Release allocated memory during AtAbort_Memory.Tom Lane1999-05-13
* Do not refer to stdin in static variable initializer ...Tom Lane1999-05-12
* Fixed small bug in ruleutils and added output of pg_views andJan Wieck1999-05-12
* Fixed wrong hasAggs when aggregate columns of view aren'tJan Wieck1999-05-12
* Replaced targetlist entry in GroupClause by reference numberJan Wieck1999-05-12
* I am sorry, I misinterpreted the still failing trigger regression test.Bruce Momjian1999-05-12
* Added installation of created procedural languages to initdbJan Wieck1999-05-12
* Adjust elog NOTICE messages to surround table and column names with singleThomas G. Lockhart1999-05-12
* Add keywords to implement Vadim's transaction isolationThomas G. Lockhart1999-05-12
* Fix problem with multiple indices defined if using column- and table-Thomas G. Lockhart1999-05-12
* Handle conversion of floating point constants to internal strings.Thomas G. Lockhart1999-05-12