summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2000-11-09Arrange for CASE or UNION with only untyped literal constants as inputTom Lane
2000-11-09Repair some bugs in new union/intersect/except code.Tom Lane
2000-11-08Clean up compiler warnings.Tom Lane
2000-11-08Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane
2000-11-08Add ANALYSE spelling of ANALYZE for vacuum.Bruce Momjian
2000-11-08Add '-c name=val' flag for setting run-time parameters.Peter Eisentraut
2000-11-08Reimplement alternative database locations with symlinks. No changes inPeter Eisentraut
2000-11-08CLUSTER did no permissions checking, forsooth ...Tom Lane
2000-11-07Enable fallback to string type when argument(s) are of UNKNOWN type.Thomas G. Lockhart
2000-11-07This somehow gets moot. Is there a way to make gcc reject those comments?Bruce Momjian
2000-11-07DropErrorMsg() died with assert failure if try to drop a toast table...Tom Lane
2000-11-06Add -V option to backend, to show version, since --version doesn't seemPeter Eisentraut
2000-11-06Fix INTERVAL output when year/month has different sign as day/hour etc.Thomas G. Lockhart
2000-11-06Implement AT TIME ZONE SQL9x syntax.Thomas G. Lockhart
2000-11-06Allow type resolution for UNKNOWN arguments to functions to fall back toThomas G. Lockhart
2000-11-05New CHECKPOINT command.Vadim B. Mikheev
2000-11-05UNION select in a CREATE RULE caused a weird error, because transformRuleStmtTom Lane
2000-11-05Allow ORDER BY, LIMIT in sub-selects. Fix most (not all) cases whereTom Lane
2000-11-04Make PROCEDURAL optional in CREATE/DROP LANGUAGE.Bruce Momjian
2000-11-04This patch should allow primary/foreign keyBruce Momjian
2000-11-04Make the backend grok relative paths for the data directory by convertingPeter Eisentraut
2000-11-03Minor code cleanups, make in_group() check faster.Tom Lane
2000-11-03Fix bug reported by bobson: aclinsert3 would delete the 'world' entryTom Lane
2000-11-03pg_variable is not used in WAL version now.Vadim B. Mikheev
2000-11-02Improve inv_getsize() per suggestion from Denis Perchine; also fixTom Lane
2000-11-02Peter forgot to fix {operator} rule to match modified definition ofTom Lane
2000-11-01Add runtime configuration options to control permission bits and groupPeter Eisentraut
2000-11-01Forgot to check page LSN and unlock buffer in btree_xlog_delete - fixed.Vadim B. Mikheev
2000-10-31Fix recovery cache code (thanks to Peter Eisentraut forVadim B. Mikheev
2000-10-31This is the minimal version of the Darwin support patch fromPeter Eisentraut
2000-10-31Change internal string representation of BitString node to include aPeter Eisentraut
2000-10-31Change the parser to convert SQL "position" and "substring" syntax toPeter Eisentraut
2000-10-30Disallow zero-length delimited identifier (per SQL).Peter Eisentraut
2000-10-30Add support for code conversion between Unicode and other encodings.Tatsuo Ishii
2000-10-30include pg_wchar.h to import a fucntion prototype of pg_mbcliplenTatsuo Ishii
2000-10-29WAL fixes.Vadim B. Mikheev
2000-10-29Remove special treatment of '|' operator, in the spirit of "sane" binaryPeter Eisentraut
2000-10-29USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which arePeter Eisentraut
2000-10-28#define JMP_BUF has been unnecessary since the arrival of the sigsetjmpPeter Eisentraut
2000-10-28Make initdb safe against usingPeter Eisentraut
2000-10-28Back out change to gram.y for parens.Bruce Momjian
2000-10-28beos fixes from Cyril VELTERBruce Momjian
2000-10-28WALVadim B. Mikheev
2000-10-28Okay, here's my attempt at fixing the problems with parentheses inBruce Momjian
2000-10-28Add --version and --help options to "postgres".Peter Eisentraut
2000-10-27Remove gcc-only macro definitionTatsuo Ishii
2000-10-27Disallow bits beyond the mask length for CIDR values, per discussionTom Lane
2000-10-26Re-implement LIMIT/OFFSET as a plan node type, instead of a hack inTom Lane
2000-10-26Fix breakage I introduced yesterday in MULTIBYTE compilations.Tom Lane
2000-10-26Clean up gcc warnings in MULTIBYTE mode.Tom Lane