summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2000-02-21Tweak planner to use OFFSET+LIMIT, not just LIMIT, as estimate of theTom Lane
2000-02-20Further cleanups for type coercion: treat the locution typename(argument)Tom Lane
2000-02-20Create a new expression node type RelabelType, which exists solely toTom Lane
2000-02-20Fix broken list-slinging logic in func_select_candidate andTom Lane
2000-02-20Even after the great date/time consolidation, TypeCategory() was stillTom Lane
2000-02-20Reduce proc_exit(1) to proc_exit(0) for errors detected in backendTom Lane
2000-02-20Fix SERIAL columns, which Thomas inadvertently broke parsing of.Tom Lane
2000-02-19Repair longstanding violation of SQL92 semantics: GROUP BY wouldTom Lane
2000-02-19Get rid of postgres.c's separate parsing logic for PGDATESTYLE env.Tom Lane
2000-02-19Accept the noise-word ALL in aggregate function invocations for SQL92Tom Lane
2000-02-19First workaround solution for Jan's column constraint attributes.Thomas G. Lockhart
2000-02-19Clean up scan.l's handling of \r vs \n --- they are reliably treated asTom Lane
2000-02-19Remove gcc warnings. The Postgres world isn't really safeTom Lane
2000-02-18Plug some more memory leaks in the planner. It still leaks like a sieve,Tom Lane
2000-02-18Implement reindex commandHiroshi Inoue
2000-02-18Replace inefficient _bt_invokestrat calls with direct calls to theTom Lane
2000-02-17Fix assert bug(was my fault)Hiroshi Inoue
2000-02-17Finish repairing 6.5's problems with r-tree indexes: create appropriateTom Lane
2000-02-16All regression tests pass except for rules.sql (unrelated).Thomas G. Lockhart
2000-02-16Implement "date/time grand unification".Thomas G. Lockhart
2000-02-16Make ISO date style (e.g. "2000-02-16 09:33") the default.Thomas G. Lockhart
2000-02-16If we don't have any stats for a boolean column, assumeTom Lane
2000-02-16Make eqsel produce better results for boolean columns,Tom Lane
2000-02-15Remove long-dead code.Tom Lane
2000-02-15Fix missing lfirst() in ListTableAsAttrs(). This codeTom Lane
2000-02-15New cost model for planning, incorporating a penalty for random pageTom Lane
2000-02-15Silence gcc warning about uninitialized var.Tom Lane
2000-02-15Removed unused var to silence gcc warning.Tom Lane
2000-02-15Repair bogus rule display of attr lists.Tom Lane
2000-02-15Remove some // comments, which are not ANSI C last I heard.Tom Lane
2000-02-15Carry column aliases from the parser frontend. Enables queries likeThomas G. Lockhart
2000-02-15Add "DEC" as synonym for "DECIMAL".Thomas G. Lockhart
2000-02-15Recognize special case of POSIX time zone: "GMT+8" and "GMT-8".Thomas G. Lockhart
2000-02-15Fix up error and log messages.Thomas G. Lockhart
2000-02-13contrib-array.patchBruce Momjian
2000-02-132. trigger.c fails to compile due to a syntax error. It containsBruce Momjian
2000-02-10Add btree indexing of boolean valuesBruce Momjian
2000-02-09Enable backward sequential scan even after reaching EOF.Hiroshi Inoue
2000-02-09Ooops ... 'char c' can hold a char, but it can't hold EOF ...Tom Lane
2000-02-08 I'm sending patch with new version of to_char numbers formatting.Bruce Momjian
2000-02-07Mask removal of network_ops in 7.0.Bruce Momjian
2000-02-07Enabled MATCH <unspecified>Jan Wieck
2000-02-07Added complete MATCH <unspecified> support contributed by Don Baccus.Jan Wieck
2000-02-07Repair planning bugs caused by my misguided removal of restrictinfo linkTom Lane
2000-02-07Remove ugly call ImmediateSharedRelationCacheInvalidate()Hiroshi Inoue
2000-02-06Removed special hack causing ON UPDATE NO ACTION trigger toJan Wieck
2000-02-06Rename same() to sameseti() to have a slightly less generic name. MoveTom Lane
2000-02-05Replace nth() calls in inner loops with traversal of the list viaTom Lane
2000-02-05Further cleanup for OR-of-AND WHERE-clauses. orindxpath can now handleTom Lane
2000-02-05Enabling automatic primary key detection for self-referencingJan Wieck