aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands
Commit message (Expand)AuthorAge
* Extend CREATE DATABASE to allow selection of a template database to beTom Lane2000-11-14
* Fix breakage I introduced yesterday in MULTIBYTE compilations.Tom Lane2000-10-26
* Added new SQL function setval(seq,val,bool) to restore is_called as well as v...Philip Warner2000-10-11
* Arrange that no database accesses are attempted during parser() --- thisTom Lane2000-10-07
* This patch implements the following command:Bruce Momjian2000-09-12
* Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut2000-09-06
* Revert removal of signed, volatile, and signal handler arg type tests.Peter Eisentraut2000-08-29
* Remove configure tests for `signed', `volatile', and signal handler args;Peter Eisentraut2000-08-27
* SQL-language functions are now callable in ordinary fmgr contexts ...Tom Lane2000-08-24
* 'const' decorations are fine, but not when they're inserted withoutTom Lane2000-07-18
* Cleanup of code for creating index entries. Functional indexes withTom Lane2000-07-14
* Bugfix in ALTER TABLE CREATE TOAST TABLEJan Wieck2000-07-05
* TOASTJan Wieck2000-07-03
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-28
* Second pass over run-time configuration system. Adjust priorities on somePeter Eisentraut2000-06-22
* Clean up #include's.Bruce Momjian2000-06-15
* #include cleanupsBruce Momjian2000-06-15
* Update sequence-related functions to new fmgr style. Remove downcasing,Tom Lane2000-06-11
* Inheritance overhaul by Chris Bitmead <chris@bitmead.com>Bruce Momjian2000-06-09
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-08
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-31
* Split vacuum and analyze into separate filesBruce Momjian2000-05-29
* More vacuum cleanupBruce Momjian2000-05-29
* more cleanupBruce Momjian2000-05-29
* Allow vacuum to perform analyze with shared lock. Update cvs manual.Bruce Momjian2000-05-29
* Second round of fmgr changes: triggers are now invoked in new style,Tom Lane2000-05-29
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Get rid of postgres.c's separate parsing logic for PGDATESTYLE env.Tom Lane2000-02-19
* Implement reindex commandHiroshi Inoue2000-02-18
* contrib-array.patchBruce Momjian2000-02-13
* Fix problems seen in parallel regress tests when SI buffer overruns (causingTom Lane2000-01-31
* Add:Bruce Momjian2000-01-26
* added ALTER TABLE DROP COLUMN, early versionPeter Eisentraut2000-01-22
* Included all yacc and lex files into the distribution.Peter Eisentraut2000-01-16
* Fix a passel of problems with incorrect calls to typinput and typoutputTom Lane2000-01-15
* * User management commands no longer user pg_exec_query_dest -> more robustPeter Eisentraut2000-01-14
* Fixed everything in and surrounding createdb and dropdb to make it morePeter Eisentraut2000-01-13
* Changed "triggered data change violation" detection codeJan Wieck2000-01-06
* update_pg_pwd() is an AR trigger. Corrected return type.Jan Wieck1999-12-21
* Clean up some minor gcc warnings.Tom Lane1999-12-20
* Here's the Create/Alter/Drop Group stuff that's been really overdue. IBruce Momjian1999-12-16
* Depending on my interpreting (and programming) skills, this might solveBruce Momjian1999-12-14
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-10
* Change backend-side COPY to write files with permissions 644 not 666Tom Lane1999-11-21
* Hello.Bruce Momjian1999-10-26
* This patch implements ORACLE's COMMENT SQL command.Bruce Momjian1999-10-15
* This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support.Jan Wieck1999-09-29
* Add TRUNCATE command, with psql help and sgml additions.Bruce Momjian1999-09-23
* Add new vpl_num_allocated_pages member to VPageListData.Tatsuo Ishii1999-08-25
* First step in fixing selectivity-estimation code. eqsel andTom Lane1999-08-01