summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
1999-12-06Completed FOREIGN KEY syntax.Jan Wieck
1999-12-01Improve descriptions of date/time functions.Bruce Momjian
1999-11-30create/alter user extensionBruce Momjian
1999-11-25Added another single byte oriented decompressor, useful forJan Wieck
1999-11-24Cleanup for pg_statistic commit.Bruce Momjian
1999-11-24Add pg_statistic index, add missing Hiroshi file.Bruce Momjian
1999-11-24Rename heap_replace to heap_update.Bruce Momjian
1999-11-23Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jpBruce Momjian
1999-11-23ecpg ECPGFree fix from Rene Hogendoorn.Bruce Momjian
1999-11-23Update opclass to be non-unique.Bruce Momjian
1999-11-22Add system indexes to match all caches.Bruce Momjian
1999-11-22Clean up some problems in error recovery --- elog() was pretty brokenTom Lane
1999-11-21Combine index_info and find_secondary_indexes into a single routine thatTom Lane
1999-11-21Clean up comments.Tom Lane
1999-11-21Change backend-side COPY to write files with permissions 644 not 666Tom Lane
1999-11-21Repair problem exposed by Jan's new parallel-regression-test scaffold:Tom Lane
1999-11-18Fix for arm32 and fix for dbname with dash.Bruce Momjian
1999-11-18Changed pg_rewrite attributes ev_qual and ev_action to the newJan Wieck
1999-11-17Some minor corrections to the LZ compression. In fact I wanted toJan Wieck
1999-11-17The new LZ compression and an lztext data type based on it.Jan Wieck
1999-11-16Modify elog() logic so that it won't try to longjmp(Warn_restart) beforeTom Lane
1999-11-16Commit to make clearer distinction for temp names and real names.Bruce Momjian
1999-11-15Clean up possible memory leakage in nodeSubplanTom Lane
1999-11-15Implement subselects in target lists. Also, relax requirement thatTom Lane
1999-11-12Fix ExecSubPlan to handle nulls per the SQL spec --- it didn't combineTom Lane
1999-11-07New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian
1999-11-06Add Linux ARM.Bruce Momjian
1999-11-04Improve getopt and readline support, from Peter Eisentraut.Bruce Momjian
1999-11-04Make it possible to execute crashed CREATE/DROP commands again.Hiroshi Inoue
1999-11-01Eliminate local inefficiencies in updateTargetListEntry, make_var, andTom Lane
1999-11-01formatting cleanupBruce Momjian
1999-11-01Update version for 7.0.Bruce Momjian
1999-11-01Allow indexes on system catalogs for use in cache code.Bruce Momjian
1999-10-30Avoid duplicate ExecTypeFromTL() call in ExecInitJunkFilter() by passingTom Lane
1999-10-26Hello.Bruce Momjian
1999-10-25Standardize on MAXPGPATH as the size of a file pathname buffer,Tom Lane
1999-10-24Add a notion of a 'catalog version number' that can indicateTom Lane
1999-10-24Add comment explaining that this table doesn't do what youTom Lane
1999-10-23Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.Tom Lane
1999-10-18Update \dT again.Bruce Momjian
1999-10-18More \dT cleanupBruce Momjian
1999-10-18Clean up \dT display.Bruce Momjian
1999-10-18Make bpchar == char() clearer in \dT display.Bruce Momjian
1999-10-17Remove now-dead sort modules.Tom Lane
1999-10-17Final stage of psort reconstruction work: replace psort.c withTom Lane
1999-10-16Second phase of psort reconstruction project: add bookkeeping logic toTom Lane
1999-10-15Fix typo in descriptions.Bruce Momjian
1999-10-15Clean up type descriptions.Bruce Momjian
1999-10-15This patch implements ORACLE's COMMENT SQL command.Bruce Momjian
1999-10-13Split 'BufFile' routines out of fd.c into a new module, buffile.c. ExtendTom Lane