summaryrefslogtreecommitdiff
path: root/src/include/commands
Commit message (Expand)AuthorAgeFilesLines
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-072-115/+17
* pgindent run. Make it all clean.Bruce Momjian2001-03-226-30/+28
* Reduce amount of memory used per tuple for after-event triggers. ThisTom Lane2001-03-141-2/+6
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-2413-26/+26
* Rename int4 to int32 in a few places.Bruce Momjian2001-01-231-6/+6
* Clean up per-tuple memory leaks in trigger firing and plpgsqlTom Lane2001-01-221-6/+9
* New WAL version - CRC and data blocks backup.Vadim B. Mikheev2000-12-281-2/+1
* Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacksTom Lane2000-12-181-2/+2
* Remove a few remaining vestiges of elog(WARN).Tom Lane2000-12-151-2/+2
* XLOG stuff for sequences.Vadim B. Mikheev2000-11-301-2/+33
* Extend CREATE DATABASE to allow selection of a template database to beTom Lane2000-11-141-2/+3
* Fix breakage I introduced yesterday in MULTIBYTE compilations.Tom Lane2000-10-261-1/+2
* Added new SQL function setval(seq,val,bool) to restore is_called as well as v...Philip Warner2000-10-111-0/+1
* Arrange that no database accesses are attempted during parser() --- thisTom Lane2000-10-071-2/+2
* This patch implements the following command:Bruce Momjian2000-09-121-1/+3
* Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut2000-09-061-2/+2
* Revert removal of signed, volatile, and signal handler arg type tests.Peter Eisentraut2000-08-291-2/+2
* Remove configure tests for `signed', `volatile', and signal handler args;Peter Eisentraut2000-08-271-2/+2
* SQL-language functions are now callable in ordinary fmgr contexts ...Tom Lane2000-08-241-2/+1
* 'const' decorations are fine, but not when they're inserted withoutTom Lane2000-07-181-2/+2
* Cleanup of code for creating index entries. Functional indexes withTom Lane2000-07-141-12/+3
* Bugfix in ALTER TABLE CREATE TOAST TABLEJan Wieck2000-07-051-2/+3
* TOASTJan Wieck2000-07-031-1/+3
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-281-2/+1
* Second pass over run-time configuration system. Adjust priorities on somePeter Eisentraut2000-06-221-2/+1
* Clean up #include's.Bruce Momjian2000-06-152-3/+1
* #include cleanupsBruce Momjian2000-06-151-0/+2
* Update sequence-related functions to new fmgr style. Remove downcasing,Tom Lane2000-06-111-4/+6
* Inheritance overhaul by Chris Bitmead <chris@bitmead.com>Bruce Momjian2000-06-091-1/+2
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-082-8/+4
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-312-6/+8
* Split vacuum and analyze into separate filesBruce Momjian2000-05-291-1/+2
* More vacuum cleanupBruce Momjian2000-05-291-19/+19
* more cleanupBruce Momjian2000-05-291-2/+2
* Allow vacuum to perform analyze with shared lock. Update cvs manual.Bruce Momjian2000-05-291-3/+1
* Second round of fmgr changes: triggers are now invoked in new style,Tom Lane2000-05-292-6/+15
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-126-39/+43
* Get rid of postgres.c's separate parsing logic for PGDATESTYLE env.Tom Lane2000-02-191-21/+5
* Implement reindex commandHiroshi Inoue2000-02-181-1/+4
* contrib-array.patchBruce Momjian2000-02-131-1/+2
* Fix problems seen in parallel regress tests when SI buffer overruns (causingTom Lane2000-01-311-0/+10
* Add:Bruce Momjian2000-01-2612-24/+36
* added ALTER TABLE DROP COLUMN, early versionPeter Eisentraut2000-01-221-3/+3
* Included all yacc and lex files into the distribution.Peter Eisentraut2000-01-161-5/+22
* Fix a passel of problems with incorrect calls to typinput and typoutputTom Lane2000-01-151-1/+2
* * User management commands no longer user pg_exec_query_dest -> more robustPeter Eisentraut2000-01-142-9/+9
* Fixed everything in and surrounding createdb and dropdb to make it morePeter Eisentraut2000-01-131-12/+3
* Changed "triggered data change violation" detection codeJan Wieck2000-01-061-1/+9
* update_pg_pwd() is an AR trigger. Corrected return type.Jan Wieck1999-12-211-1/+1
* Clean up some minor gcc warnings.Tom Lane1999-12-201-0/+2