summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* ExecEndAppend() neglected to close indices on appended result rels,Tom Lane2000-11-091-10/+15
* Auto checkpoint creation.Vadim B. Mikheev2000-11-094-52/+133
* Arrange for CASE or UNION with only untyped literal constants as inputTom Lane2000-11-091-1/+17
* Repair some bugs in new union/intersect/except code.Tom Lane2000-11-092-27/+95
* Clean up compiler warnings.Tom Lane2000-11-081-5/+4
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-0835-1161/+1277
* Add ANALYSE spelling of ANALYZE for vacuum.Bruce Momjian2000-11-082-3/+6
* Add '-c name=val' flag for setting run-time parameters.Peter Eisentraut2000-11-082-10/+24
* Reimplement alternative database locations with symlinks. No changes inPeter Eisentraut2000-11-081-90/+109
* CLUSTER did no permissions checking, forsooth ...Tom Lane2000-11-081-2/+9
* Enable fallback to string type when argument(s) are of UNKNOWN type.Thomas G. Lockhart2000-11-071-3/+16
* This somehow gets moot. Is there a way to make gcc reject those comments?Bruce Momjian2000-11-071-2/+2
* DropErrorMsg() died with assert failure if try to drop a toast table...Tom Lane2000-11-071-6/+9
* Add -V option to backend, to show version, since --version doesn't seemPeter Eisentraut2000-11-062-7/+18
* Fix INTERVAL output when year/month has different sign as day/hour etc.Thomas G. Lockhart2000-11-062-108/+210
* Implement AT TIME ZONE SQL9x syntax.Thomas G. Lockhart2000-11-062-3/+15
* Allow type resolution for UNKNOWN arguments to functions to fall back toThomas G. Lockhart2000-11-061-3/+21
* New CHECKPOINT command.Vadim B. Mikheev2000-11-058-37/+264
* UNION select in a CREATE RULE caused a weird error, because transformRuleStmtTom Lane2000-11-051-6/+8
* Allow ORDER BY, LIMIT in sub-selects. Fix most (not all) cases whereTom Lane2000-11-057-193/+343
* Make PROCEDURAL optional in CREATE/DROP LANGUAGE.Bruce Momjian2000-11-041-4/+9
* This patch should allow primary/foreign keyBruce Momjian2000-11-041-4/+64
* Make the backend grok relative paths for the data directory by convertingPeter Eisentraut2000-11-044-41/+108
* Minor code cleanups, make in_group() check faster.Tom Lane2000-11-031-42/+44
* Fix bug reported by bobson: aclinsert3 would delete the 'world' entryTom Lane2000-11-031-32/+38
* pg_variable is not used in WAL version now.Vadim B. Mikheev2000-11-034-11/+193
* Improve inv_getsize() per suggestion from Denis Perchine; also fixTom Lane2000-11-021-11/+16
* Peter forgot to fix {operator} rule to match modified definition ofTom Lane2000-11-021-2/+2
* Add runtime configuration options to control permission bits and groupPeter Eisentraut2000-11-013-7/+74
* Forgot to check page LSN and unlock buffer in btree_xlog_delete - fixed.Vadim B. Mikheev2000-11-011-1/+11
* Fix recovery cache code (thanks to Peter Eisentraut forVadim B. Mikheev2000-10-311-23/+10
* This is the minimal version of the Darwin support patch fromPeter Eisentraut2000-10-312-0/+41
* Change internal string representation of BitString node to include aPeter Eisentraut2000-10-313-7/+9
* Change the parser to convert SQL "position" and "substring" syntax toPeter Eisentraut2000-10-319-39/+192
* Disallow zero-length delimited identifier (per SQL).Peter Eisentraut2000-10-301-3/+5
* Add support for code conversion between Unicode and other encodings.Tatsuo Ishii2000-10-3038-26759/+141337
* include pg_wchar.h to import a fucntion prototype of pg_mbcliplenTatsuo Ishii2000-10-301-1/+5
* WAL fixes.Vadim B. Mikheev2000-10-293-48/+109
* Remove special treatment of '|' operator, in the spirit of "sane" binaryPeter Eisentraut2000-10-292-17/+3
* USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which arePeter Eisentraut2000-10-295-95/+68
* #define JMP_BUF has been unnecessary since the arrival of the sigsetjmpPeter Eisentraut2000-10-281-5/+1
* Make initdb safe against usingPeter Eisentraut2000-10-282-13/+24
* Back out change to gram.y for parens.Bruce Momjian2000-10-281-119/+50
* beos fixes from Cyril VELTERBruce Momjian2000-10-285-167/+208
* WALVadim B. Mikheev2000-10-2816-232/+2761
* Okay, here's my attempt at fixing the problems with parentheses inBruce Momjian2000-10-281-50/+119
* Add --version and --help options to "postgres".Peter Eisentraut2000-10-281-12/+30
* Remove gcc-only macro definitionTatsuo Ishii2000-10-271-1/+13
* Disallow bits beyond the mask length for CIDR values, per discussionTom Lane2000-10-271-16/+50
* Re-implement LIMIT/OFFSET as a plan node type, instead of a hack inTom Lane2000-10-2620-225/+502