summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
1999-10-12I have created a small patch that makes possible to compile pgsql on newerBruce Momjian
1999-10-12Add blcksz to struct ControlFileData to check BLCKSZ is sameTatsuo Ishii
1999-10-11The 1st step to implement new type of scan,TidScan.Hiroshi Inoue
1999-10-10Re-add mention of FAQ's for shared memory/ipc errors.Bruce Momjian
1999-10-09Allow \r as whitespace.Bruce Momjian
1999-10-08First real FOREIGN KEY constraint trigger functionality.Jan Wieck
1999-10-08Update display of debug levels.Bruce Momjian
1999-10-08clean up debug flags.Bruce Momjian
1999-10-08Comment cleanup.Bruce Momjian
1999-10-08Fix for "--" comment and no trailing newline, as seen in Perl.Bruce Momjian
1999-10-08Cleanup -is flag to -l for SSL. Another PERL variable name fix. CleanBruce Momjian
1999-10-08Remove a no-longer-needed kluge for degenerate aggregate cases,Tom Lane
1999-10-08More startup/shutdown log messages.Vadim B. Mikheev
1999-10-07Somehow missed this call to addRangeTableEntry() ...Tom Lane
1999-10-07Fix planner and rewriter to follow SQL semantics for tables that areTom Lane
1999-10-06Small cleanup.Vadim B. Mikheev
1999-10-06XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.Vadim B. Mikheev
1999-10-06Improve the treatment of partial(incomplete) blocks of relation files.Hiroshi Inoue
1999-10-06Don't set BootstrapProcessingMode in AddNewRelationTuple() beforeVadim B. Mikheev
1999-10-05Allow comment-only lines, and ;;; lines too.Bruce Momjian
1999-10-04Make the rule deparser a little less quote-happy, so thatTom Lane
1999-10-04Oops, DEFAULT processing wasn't doing type compatibility checkingTom Lane
1999-10-03Reimplement parsing and storage of default expressions and constraintTom Lane
1999-10-02Teach parse_coerce about non-cachable functions (actually,Tom Lane
1999-10-02Allow CREATE FUNCTION's WITH clause to be used for all language types,Tom Lane
1999-10-02Replace float.c's #ifdef finite check with a proper autoconf check, so itTom Lane
1999-10-02Stick finger into a couple more holes in the leaky dike ofTom Lane
1999-10-02Fix make_clause and make_opclause to record valid type infoTom Lane
1999-10-02Revise rule-printing routines to use expandable StringInfo buffers, so thatTom Lane
1999-10-01Clean up rewriter routines to use expression_tree_walker andTom Lane
1999-09-30Added utils/adt/ri_triggers with empty shells for theJan Wieck
1999-09-30Removed (useless) pg_proc_prosrc_indexJan Wieck
1999-09-30Reverse out getopt patch --- turns out it doesn't help on myTom Lane
1999-09-30Un-break optarg() call --- some peoples' optarg librariesTom Lane
1999-09-30Hmm, guess I forgot to commit this file the other day ...Tom Lane
1999-09-29Added nbtree operator class for NUMERICJan Wieck
1999-09-29Disable new FROM-clause warning.Bruce Momjian
1999-09-29This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support.Jan Wieck
1999-09-28Add subquery mention in auto-create table entry.Bruce Momjian
1999-09-28Fix for AIX dynaloader from Zeugswetter AndreaBruce Momjian
1999-09-28More cleanup for | and ^.Bruce Momjian
1999-09-28More cleanup for | and ^.Bruce Momjian
1999-09-28Fix for creation of operator |.Bruce Momjian
1999-09-28Make tree compilable (+WAL).Vadim B. Mikheev
1999-09-28heap_close(rel, AccessShareLock);Vadim B. Mikheev
1999-09-28 I have been working with user defined types and user defined cBruce Momjian
1999-09-28Reverse out last scan.l patch for minus handling.\Bruce Momjian
1999-09-28Fix nodeAgg coredump in case where lower-level plan hasTom Lane
1999-09-27Sorry, guys. Here is the ultimate patch which keeps the entireBruce Momjian
1999-09-27Massimo's SET FSYNC and SHOW PG_OPTIONS changes, without SET QUERY_LIMIT.Bruce Momjian