summaryrefslogtreecommitdiff
path: root/src/include/commands
AgeCommit message (Expand)Author
2002-03-01User and database-specific session defaults for run-time configurationPeter Eisentraut
2002-02-26Restructure command-completion-report code so that there is just oneTom Lane
2002-02-24Add OWNER option to CREATE DATABASE, so superusers can create databasesTom Lane
2001-11-16Remove 'triggered data change violation' error check, per recentTom Lane
2001-11-12Make ALTER TABLE RENAME update foreign-key trigger arguments correctly.Tom Lane
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-18Accept an INTERVAL argument for SET TIME ZONE per SQL99.Thomas G. Lockhart
2001-10-12Break transformCreateStmt() into multiple routines and makeTom Lane
2001-09-18EXPLAIN ANALYZE feature to measure and show actual runtimes and tupleTom Lane
2001-09-08Clean up some confusion about where and how to set whereToSendOutput.Tom Lane
2001-08-26Transaction IDs wrap around, per my proposal of 13-Aug-01. MoreTom Lane
2001-08-21Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane
2001-08-16Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-typeTom Lane
2001-08-12Make ALTER TABLE RENAME on a view rename the view's on-select rule too.Tom Lane
2001-08-10Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane
2001-07-18New-style vacuum neglected to update pg_class statistics about indexesTom Lane
2001-07-16Partial indexes work again, courtesy of Martijn van Oosterhout.Tom Lane
2001-07-13Initial implementation of concurrent VACUUM. Ifdef'd out for the moment,Tom Lane
2001-07-12Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies theTom Lane
2001-06-27Install infrastructure for shared-memory free space map. Doesn't actuallyTom Lane
2001-06-08Preliminary code cleanup in elog(). Split out some code into utilityPeter Eisentraut
2001-06-01Clean up some minor problems exposed by further thought about Panon's bugTom Lane
2001-05-07Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-03-14Reduce amount of memory used per tuple for after-event triggers. ThisTom Lane
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