summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-02-21Update discussion of aggregate syntax to mention ALL.Tom Lane
2000-02-21Update SELECT documentation to have a more thorough discussionTom Lane
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-20Forgot to include the documentation for \encoding ...Peter Eisentraut
2000-02-20Moved psql \eset and \eshow to \encodingPeter Eisentraut
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 missing \n in some psql_error calls.Tom Lane
2000-02-20Add a simple regress test for SERIAL --- it's not much,Tom 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-19Apply Keith Park's updates for expected/horology-solaris-1947.out. FixTom 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-19plperl's makefile tried to use perl's choice of compiler withTom Lane
2000-02-19HP's compiler objects (quite rightly too) to 'static void foo();'Tom Lane
2000-02-19First workaround solution for Jan's column constraint attributes.Thomas G. Lockhart
2000-02-19Clean up markup so docs will compile.Thomas G. Lockhart
2000-02-19Update for new Irix info.Thomas G. Lockhart
2000-02-19Fix nasty bug in setting client_encodingTatsuo Ishii
2000-02-19Add new backslash command \eset and \eshow.Tatsuo Ishii
2000-02-19Fix compiler warningTatsuo Ishii
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-18*** empty log message ***Michael Meskes
2000-02-18*** empty log message ***Michael Meskes
2000-02-18Implement reindex commandHiroshi Inoue
2000-02-18*** empty log message ***Michael Meskes
2000-02-18Replace inefficient _bt_invokestrat calls with direct calls to theTom Lane
2000-02-18Fixed handling of old --with-mb option using newly gained wisdom fromPeter Eisentraut
2000-02-17*** empty log message ***Michael Meskes
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-17Update expected/horology-no-DST-before-1970.out to matchTom Lane
2000-02-16Package: postgresqlBruce Momjian
2000-02-16README not needed anymore.Bruce Momjian
2000-02-16All regression tests pass except for rules.sql (unrelated).Thomas G. Lockhart
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-16*** empty log message ***Michael Meskes
2000-02-16include cleanupBruce Momjian
2000-02-16Clean up include files use in psql.Bruce Momjian
2000-02-16*** empty log message ***Michael Meskes
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