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