aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* 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
* I have created a small patch that makes possible to compile pgsql on newerBruce Momjian1999-10-12
* The 1st step to implement new type of scan,TidScan.Hiroshi Inoue1999-10-11
* Move __alpha to port/alpha.h.Bruce Momjian1999-10-09
* Cleanup -is flag to -l for SSL. Another PERL variable name fix. CleanBruce Momjian1999-10-08
* Fix planner and rewriter to follow SQL semantics for tables that areTom Lane1999-10-07
* XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.Vadim B. Mikheev1999-10-06
* More more liszt language code, so remove it from pg_language.Bruce Momjian1999-10-06
* Reimplement parsing and storage of default expressions and constraintTom Lane1999-10-03
* Allow CREATE FUNCTION's WITH clause to be used for all language types,Tom Lane1999-10-02
* Replace float.c's #ifdef finite check with a proper autoconf check, so itTom Lane1999-10-02
* Clean up rewriter routines to use expression_tree_walker andTom Lane1999-10-01
* Added utils/adt/ri_triggers with empty shells for theJan Wieck1999-09-30
* Removed (useless) pg_proc_prosrc_indexJan Wieck1999-09-30
* Added nbtree operator class for NUMERICJan Wieck1999-09-29
* This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support.Jan Wieck1999-09-29
* Make tree compilable (+WAL).Vadim B. Mikheev1999-09-28
* I have been working with user defined types and user defined cBruce Momjian1999-09-28
* Massimo's SET FSYNC and SHOW PG_OPTIONS changes, without SET QUERY_LIMIT.Bruce Momjian1999-09-27
* Transaction log manager core code.Vadim B. Mikheev1999-09-27
* Lots of patches coming in from me today :-)Bruce Momjian1999-09-27
* Modify nodeAgg.c so that no rows are returned for a GROUP BYTom Lane1999-09-26
* Implement constant-expression simplification per BernardTom Lane1999-09-26
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-24