summaryrefslogtreecommitdiff
path: root/src/backend/commands
Commit message (Expand)AuthorAgeFilesLines
* Add recreate index notice to vacuum error.Bruce Momjian1999-11-141-3/+3
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-0710-43/+43
* Fix compile after COMMENT problem.Bruce Momjian1999-10-261-1/+4
* Hello.Bruce Momjian1999-10-266-57/+863
* Standardize on MAXPGPATH as the size of a file pathname buffer,Tom Lane1999-10-251-10/+10
* This patch implements ORACLE's COMMENT SQL command.Bruce Momjian1999-10-151-1/+49
* Fix planner and rewriter to follow SQL semantics for tables that areTom Lane1999-10-071-3/+3
* Reimplement parsing and storage of default expressions and constraintTom Lane1999-10-034-60/+121
* Allow CREATE FUNCTION's WITH clause to be used for all language types,Tom Lane1999-10-022-109/+96
* Added utils/adt/ri_triggers with empty shells for theJan Wieck1999-09-301-2/+3
* This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support.Jan Wieck1999-09-291-62/+1077
* Make tree compilable (+WAL).Vadim B. Mikheev1999-09-281-8/+6
* I have been working with user defined types and user defined cBruce Momjian1999-09-281-7/+29
* Massimo's SET FSYNC and SHOW PG_OPTIONS changes, without SET QUERY_LIMIT.Bruce Momjian1999-09-271-1/+36
* Cancel query support from MassimoBruce Momjian1999-09-271-1/+7
* Fix to give super user and createdb user proper update catalog rights.Bruce Momjian1999-09-271-2/+4
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-243-48/+153
* Add TRUNCATE command, with psql help and sgml additions.Bruce Momjian1999-09-231-1/+21
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-1815-378/+323
* Eliminate query length limitation imposed by pg_client_to_serverTom Lane1999-09-111-109/+65
* Eliminate elog()'s hardwired limit on length of an error message.Tom Lane1999-09-111-24/+3
* Remove no-longer-needed code to update temprel's copy ofTom Lane1999-09-041-8/+1
* Minor improvements to stringinfo package to make it moreTom Lane1999-08-311-1/+4
* Fix vacuum's memory consumptionTatsuo Ishii1999-08-251-4/+11
* Further planner/optimizer cleanups. Move all set_tlist_referencesTom Lane1999-08-221-3/+4
* EXPLAIN didn't know about 'Materialize' plan nodes.Tom Lane1999-08-161-1/+4
* > > Prevent sorting if result is already sortedBruce Momjian1999-08-091-1/+3
* Store -1 in attdisbursion to signal 'no duplicates in column'.Tom Lane1999-08-091-26/+36
* For a unique-key attribute (no duplicate values), vacuum analyzeTom Lane1999-08-081-8/+16
* First step in fixing selectivity-estimation code. eqsel andTom Lane1999-08-011-22/+46
* Make usecatupd disabled for normal users, and allow normal users toBruce Momjian1999-07-301-2/+2
* Plug several holes in backend's ability to cope withTom Lane1999-07-221-12/+28
* Install new alignment code to use MAXALIGN rather than DOUBLEALIGN whereBruce Momjian1999-07-191-5/+5
* configure cleanupBruce Momjian1999-07-181-3/+1
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-1719-52/+16
* Fix incorrect declaration of rtentry as 'ResTarget' where itTom Lane1999-07-171-2/+2
* More cleanupBruce Momjian1999-07-161-3/+2
* Final cleanup.Bruce Momjian1999-07-1618-92/+94
* Update #include cleanupsBruce Momjian1999-07-166-13/+13
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-1514-150/+150
* Remove unused #includes in *.c files.Bruce Momjian1999-07-1516-121/+14
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-156-11/+7
* Fix spelling of variable name.Bruce Momjian1999-07-071-5/+5
* Fix misspelling.Bruce Momjian1999-07-071-5/+5
* Fix to prevent too large tuple from being created.Bruce Momjian1999-07-032-4/+4
* Change form() to varargform() to prevent portability problems.Bruce Momjian1999-06-191-7/+7
* Explain didn't handle inheritance correctly (it didn'tTom Lane1999-06-171-2/+1
* Remove QUERY_LIMIT and documenation on same. Change _ALIGN to TYPEALIGNBruce Momjian1999-06-171-64/+2
* Fix critical error noticed by Massimo: copy.c used to have aTom Lane1999-06-121-17/+2
* Change Assert(Ptp.t_data->t_xmax == tp.t_data->t_xmin) to :Vadim B. Mikheev1999-06-111-3/+30