summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* I have a patch for postgresql-snapshot(1999-10-22).Bruce Momjian1999-10-221-5/+11
* Bugfix for CREATE RULE invoked via SPI --- from Hiroshi,Tom Lane1999-10-211-2/+3
* Remove fixed-size buffers in rule storage routine.Tom Lane1999-10-211-35/+40
* BufFileSeek's behavior at segment boundaries wasn't whatTom Lane1999-10-191-13/+26
* Drive a stake through the heart of the last use of MAX_PARSE_BUFFERTom Lane1999-10-181-21/+25
* Remove fixed-size literal buffer from scan.l, and repairTom Lane1999-10-182-62/+73
* Except_Intersect_Rewrite() forgot to move LIMIT info to newTom Lane1999-10-171-1/+8
* Change fd.c so that temp files are closed and deleted atTom Lane1999-10-171-5/+9
* Remove now-dead sort modules.Tom Lane1999-10-172-1380/+0
* Final stage of psort reconstruction work: replace psort.c withTom Lane1999-10-176-996/+1664
* Actually, nodeMergejoin shouldn't include psort.h at all...Tom Lane1999-10-171-2/+1
* nodeMergejoin was depending on an inclusion from psort.h...Tom Lane1999-10-161-1/+2
* Second phase of psort reconstruction project: add bookkeeping logic toTom Lane1999-10-164-366/+1245
* Check RELSEG_SIZE when postmaster starting up.Tatsuo Ishii1999-10-161-0/+10
* This patch implements ORACLE's COMMENT SQL command.Bruce Momjian1999-10-156-16/+263
* Split 'BufFile' routines out of fd.c into a new module, buffile.c. ExtendTom Lane1999-10-137-277/+648
* I have created a small patch that makes possible to compile pgsql on newerBruce Momjian1999-10-121-3/+3
* Add blcksz to struct ControlFileData to check BLCKSZ is sameTatsuo Ishii1999-10-121-0/+5
* The 1st step to implement new type of scan,TidScan.Hiroshi Inoue1999-10-112-5/+216
* Re-add mention of FAQ's for shared memory/ipc errors.Bruce Momjian1999-10-101-6/+9
* Allow \r as whitespace.Bruce Momjian1999-10-091-2/+2
* First real FOREIGN KEY constraint trigger functionality.Jan Wieck1999-10-081-12/+942
* Update display of debug levels.Bruce Momjian1999-10-082-5/+5
* clean up debug flags.Bruce Momjian1999-10-081-11/+3
* Comment cleanup.Bruce Momjian1999-10-081-3/+3
* Fix for "--" comment and no trailing newline, as seen in Perl.Bruce Momjian1999-10-081-2/+2
* Cleanup -is flag to -l for SSL. Another PERL variable name fix. CleanBruce Momjian1999-10-083-31/+27
* Remove a no-longer-needed kluge for degenerate aggregate cases,Tom Lane1999-10-082-23/+12
* More startup/shutdown log messages.Vadim B. Mikheev1999-10-081-10/+43
* Somehow missed this call to addRangeTableEntry() ...Tom Lane1999-10-071-2/+2
* Fix planner and rewriter to follow SQL semantics for tables that areTom Lane1999-10-0717-355/+356
* Small cleanup.Vadim B. Mikheev1999-10-061-2/+6
* XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.Vadim B. Mikheev1999-10-0614-956/+1068
* Improve the treatment of partial(incomplete) blocks of relation files.Hiroshi Inoue1999-10-061-5/+22
* Don't set BootstrapProcessingMode in AddNewRelationTuple() beforeVadim B. Mikheev1999-10-061-18/+4
* Allow comment-only lines, and ;;; lines too.Bruce Momjian1999-10-051-8/+19
* Make the rule deparser a little less quote-happy, so thatTom Lane1999-10-041-63/+147
* Oops, DEFAULT processing wasn't doing type compatibility checkingTom Lane1999-10-041-17/+41
* Reimplement parsing and storage of default expressions and constraintTom Lane1999-10-0311-859/+843
* Teach parse_coerce about non-cachable functions (actually,Tom Lane1999-10-021-32/+17
* Allow CREATE FUNCTION's WITH clause to be used for all language types,Tom Lane1999-10-024-117/+105
* Replace float.c's #ifdef finite check with a proper autoconf check, so itTom Lane1999-10-021-5/+5
* Stick finger into a couple more holes in the leaky dike ofTom Lane1999-10-021-1/+16
* Fix make_clause and make_opclause to record valid type infoTom Lane1999-10-021-20/+22
* Revise rule-printing routines to use expandable StringInfo buffers, so thatTom Lane1999-10-021-402/+340
* Clean up rewriter routines to use expression_tree_walker andTom Lane1999-10-013-2430/+953
* Added utils/adt/ri_triggers with empty shells for theJan Wieck1999-09-303-4/+190
* Removed (useless) pg_proc_prosrc_indexJan Wieck1999-09-303-39/+21
* Reverse out getopt patch --- turns out it doesn't help on myTom Lane1999-09-301-2/+2
* Un-break optarg() call --- some peoples' optarg librariesTom Lane1999-09-301-7/+7