summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
1999-09-27Cancel query support from MassimoBruce Momjian
1999-09-27Following advice from Michael Ansley, I broke up the patch inBruce Momjian
1999-09-27Currently,only the first column of multi-column indicesBruce Momjian
1999-09-27Emit warning on SELECT pg_language.*Bruce Momjian
1999-09-27Fix to give super user and createdb user proper update catalog rights.Bruce Momjian
1999-09-27Transaction log manager core code.Vadim B. Mikheev
1999-09-27Add README.SSLBruce Momjian
1999-09-27Lots of patches coming in from me today :-)Bruce Momjian
1999-09-26Modify nodeAgg.c so that no rows are returned for a GROUP BYTom Lane
1999-09-26Implement constant-expression simplification per BernardTom Lane
1999-09-24Several changes here, not very related but touching some of the same files.Tom Lane
1999-09-23Fix for netmask('x.x.x.x/0') is 255.255.255.255 instead of 0.0.0.0Bruce Momjian
1999-09-23Add TRUNCATE command, with psql help and sgml additions.Bruce Momjian
1999-09-21values.h patch from Alex HowanskyBruce Momjian
1999-09-19Remove incorrect 'Assert(targetList != NULL)'. AnTom Lane
1999-09-18Fix CASE bug identified by Keith Parks: CASE didn't reliablyTom Lane
1999-09-18Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane
1999-09-16Changes made by Hiroshi Inoue and approved by Vadim.Tatsuo Ishii
1999-09-14Allow ISOLATION and LEVEL as column names. These are SQL92 reserved wordsThomas G. Lockhart
1999-09-13Allow CASE statement to contain *only* untyped result clauses or nulls.Thomas G. Lockhart
1999-09-13First cut at doing something reasonable with OR-of-ANDs WHERETom Lane
1999-09-12cygwin doesn't have an endian.h, but defines BYTE_ORDER in sys/param.hMarc G. Fournier
1999-09-12Further improvements in cnfify: reduce amount of self-recursionTom Lane
1999-09-11Eliminate query length limitation imposed by pg_client_to_serverTom Lane
1999-09-11Eliminate token length assumption in scanstr().Tom Lane
1999-09-11Eliminate elog()'s hardwired limit on length of an error message.Tom Lane
1999-09-09Repair incorrect cleanup of heap memory allocation duringTom Lane
1999-09-09Minor improvement in SI overflow logic: try to deleteTom Lane
1999-09-09Get rid of elog(DEBUG) in snprintf emulation ... it's justTom Lane
1999-09-09Repair error noticed by Roberto Cornacchia: selectivity codeTom Lane