summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
1999-05-17All works on linux now by my tests and regression(with patch below).Bruce Momjian
1999-05-17Skip junk nodes when comparing UNION target list lengths.Bruce Momjian
1999-05-17Change resjunk to a boolean.Bruce Momjian
1999-05-17This is actually more of a fundamental problem with mdtruncate. ItBruce Momjian
1999-05-17Prior patch added 2 more characters to string allocatedTom Lane
1999-05-17SELECT * error message fix.Bruce Momjian
1999-05-17Apply freebsd specific patches dealign with ELF system from FreeBSD'sMarc G. Fournier
1999-05-17Move IN to proper place.Bruce Momjian
1999-05-17CleanupBruce Momjian
1999-05-17Fix typo in change.Bruce Momjian
1999-05-17Tighten coding in new_join_pathkey, which seems to be a hotspotTom Lane
1999-05-17Change GEQO optimizer to release memory after each geneTom Lane
1999-05-17Require IN in LOCK syntax.Bruce Momjian
1999-05-17Change md* call to smgr*.Bruce Momjian
1999-05-16Minor code cleanup in optimizer.Tom Lane
1999-05-16Fix some typos in geqo optimizer --- it now generatesTom Lane
1999-05-15I made it so it rolled over files at 1MB. My table ended up with 120Bruce Momjian
1999-05-13Hi, Bruce!Bruce Momjian
1999-05-13Add double quotes around the sequence name generated to support theThomas G. Lockhart
1999-05-13Surround a variable declaration with ENABLE_OUTER_JOINS to suppressThomas G. Lockhart
1999-05-13set client_encoding to <nothing> crashes backend.Tatsuo Ishii
1999-05-13Rip out QueryTreeList structure, root and branch. QuerytreeTom Lane
1999-05-13Release allocated memory during AtAbort_Memory.Tom Lane
1999-05-12Fixed small bug in ruleutils and added output of pg_views andJan Wieck
1999-05-12Fixed wrong hasAggs when aggregate columns of view aren'tJan Wieck
1999-05-12Replaced targetlist entry in GroupClause by reference numberJan Wieck
1999-05-12I am sorry, I misinterpreted the still failing trigger regression test.Bruce Momjian
1999-05-12Add keywords to implement Vadim's transaction isolationThomas G. Lockhart
1999-05-12Fix problem with multiple indices defined if using column- and table-Thomas G. Lockhart
1999-05-12Handle conversion of floating point constants to internal strings.Thomas G. Lockhart
1999-05-12Keep long non-quoted numeric strings *as* untyped strings if they failThomas G. Lockhart
1999-05-11Changed debug options:Jan Wieck
1999-05-11clean up commentsBruce Momjian
1999-05-10Check for NUMERIC overflow a second time after roundingJan Wieck
1999-05-10Update to PyGreSQL 2.3.Bruce Momjian
1999-05-10Rename MAP_FILE to USERMAP_FILE for Digital Unix.Bruce Momjian
1999-05-10Fix initdb problem introduced by recent patch.Bruce Momjian
1999-05-10Change error messages to oids come out as %u and not %d. Change has noBruce Momjian
1999-05-09Rearrange top-level rewrite operations so that EXPLAIN worksTom Lane
1999-05-09Running lo_read/lo_write under different memory contextTatsuo Ishii
1999-05-09Mistyping by me.Vadim B. Mikheev
1999-05-09Fix some miscellaneous places that were using raw open() orTom Lane
1999-05-09Update hash and join routines to use fd.c's new temp-fileTom Lane
1999-05-09Add 'temporary file' facility to fd.c, and arrange for tempTom Lane
1999-05-07Fix LMGR for MVCC.Vadim B. Mikheev
1999-05-06Fix oversights in flatten_tlistentry and replace_clause_joinvar_refsTom Lane
1999-05-06fix_indxqual_references didn't cope with ArrayRef nodes,Tom Lane
1999-05-06Fix some nasty coredump bugs in hashjoin. This code was justTom Lane
1999-05-05I have two patches for 6.5.0:Bruce Momjian
1999-05-05small error message improvement from Dmitry SamersoffBruce Momjian