summaryrefslogtreecommitdiff
path: root/src/include/commands
AgeCommit message (Expand)Author
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2001-01-23Rename int4 to int32 in a few places.Bruce Momjian
2001-01-22Clean up per-tuple memory leaks in trigger firing and plpgsqlTom Lane
2000-12-28New WAL version - CRC and data blocks backup.Vadim B. Mikheev
2000-12-18Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacksTom Lane
2000-12-15Remove a few remaining vestiges of elog(WARN).Tom Lane
2000-11-30XLOG stuff for sequences.Vadim B. Mikheev
2000-11-14Extend CREATE DATABASE to allow selection of a template database to beTom Lane
2000-10-26Fix breakage I introduced yesterday in MULTIBYTE compilations.Tom Lane
2000-10-11Added new SQL function setval(seq,val,bool) to restore is_called as well as v...Philip Warner
2000-10-07Arrange that no database accesses are attempted during parser() --- thisTom Lane
2000-09-12This patch implements the following command:Bruce Momjian
2000-09-06Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut
2000-08-29Revert removal of signed, volatile, and signal handler arg type tests.Peter Eisentraut
2000-08-27Remove configure tests for `signed', `volatile', and signal handler args;Peter Eisentraut
2000-08-24SQL-language functions are now callable in ordinary fmgr contexts ...Tom Lane
2000-07-18'const' decorations are fine, but not when they're inserted withoutTom Lane
2000-07-14Cleanup of code for creating index entries. Functional indexes withTom Lane
2000-07-05Bugfix in ALTER TABLE CREATE TOAST TABLEJan Wieck
2000-07-03TOASTJan Wieck
2000-06-28First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane
2000-06-22Second pass over run-time configuration system. Adjust priorities on somePeter Eisentraut
2000-06-15Clean up #include's.Bruce Momjian
2000-06-15#include cleanupsBruce Momjian
2000-06-11Update sequence-related functions to new fmgr style. Remove downcasing,Tom Lane
2000-06-09Inheritance overhaul by Chris Bitmead <chris@bitmead.com>Bruce Momjian
2000-06-08Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian
2000-05-31The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut
2000-05-29Split vacuum and analyze into separate filesBruce Momjian
2000-05-29More vacuum cleanupBruce Momjian
2000-05-29more cleanupBruce Momjian
2000-05-29Allow vacuum to perform analyze with shared lock. Update cvs manual.Bruce Momjian
2000-05-29Second round of fmgr changes: triggers are now invoked in new style,Tom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-02-19Get rid of postgres.c's separate parsing logic for PGDATESTYLE env.Tom Lane
2000-02-18Implement reindex commandHiroshi Inoue
2000-02-13contrib-array.patchBruce Momjian
2000-01-31Fix problems seen in parallel regress tests when SI buffer overruns (causingTom Lane
2000-01-26Add:Bruce Momjian
2000-01-22added ALTER TABLE DROP COLUMN, early versionPeter Eisentraut
2000-01-16Included all yacc and lex files into the distribution.Peter Eisentraut
2000-01-15Fix a passel of problems with incorrect calls to typinput and typoutputTom Lane
2000-01-14* User management commands no longer user pg_exec_query_dest -> more robustPeter Eisentraut
2000-01-13Fixed everything in and surrounding createdb and dropdb to make it morePeter Eisentraut
2000-01-06Changed "triggered data change violation" detection codeJan Wieck
1999-12-21update_pg_pwd() is an AR trigger. Corrected return type.Jan Wieck
1999-12-20Clean up some minor gcc warnings.Tom Lane
1999-12-16Here's the Create/Alter/Drop Group stuff that's been really overdue. IBruce Momjian
1999-12-14Depending on my interpreting (and programming) skills, this might solveBruce Momjian
1999-12-10Rename several destroy* functions/tags to drop*.Bruce Momjian