summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2001-05-30Remove OLD_FILE_NAMING code. No longer used.Bruce Momjian
2001-05-30These patches should fix check constraints not inheritingBruce Momjian
2001-05-30Attached is my patch that adds DROP CONSTRAINT support to PostgreSQL. IBruce Momjian
2001-05-27Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGERPeter Eisentraut
2001-05-25Oops, only wanted python change in the last commit. Backing out.Bruce Momjian
2001-05-25While changing Cygwin Python to build its core as a DLL (like Win32Bruce Momjian
2001-05-21Enhancement of SPI to get access to portalsJan Wieck
2001-05-18Small code cleanups,formatting.Bruce Momjian
2001-05-17Prevent forced blank line before comment block in pgindent.Bruce Momjian
2001-05-17Replace poorly-coded vac_find_eq routine with call to standard bsearchTom Lane
2001-05-14Remove unused tables pg_variable, pg_inheritproc, pg_ipl tables. InitdbBruce Momjian
2001-05-10Avoid unnecessary lseek() calls by cleanups in md.c. mdfd_lstbcnt wasTom Lane
2001-05-09 This patch should catch cases where the typesBruce Momjian
2001-05-08Add SET SESSION AUTHORIZATION command.Peter Eisentraut
2001-05-07Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane
2001-04-04Have to lock buffer while changing page' LSN.Vadim B. Mikheev
2001-04-03Log sequence creation (to initialize magic number on recovery).Vadim B. Mikheev
2001-04-02Complain if the same column name is inherited from multiple parentsTom Lane
2001-03-30Re-allow specification of a new default value for an inherited columnTom Lane
2001-03-29Rename 'random_seed' back to 'seed'.Peter Eisentraut
2001-03-25Fix unportable assumptions about alignment of local char[n] variables.Tom Lane
2001-03-23Fix comments that were mis-wrapped, for Tom Lane.Bruce Momjian
2001-03-22Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian
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-03-14COPY should handle after-insert triggers the same as execMain.c does.Tom Lane
2001-03-14ifdef out reindex stuff in VACUUM for safety.Hiroshi Inoue
2001-03-12Avoid O(N^2) behavior in deferredTriggerAddEvent() for large numbers ofTom Lane
2001-03-07Repair a number of places that didn't bother to check whether PageAddItemTom Lane
2001-02-27Tweak portal (cursor) code so that it will not call the executor againTom Lane
2001-02-23Reindex of shared system indexes must be overwrite mode.Hiroshi Inoue
2001-02-16Clean up two rather nasty bugs in operator selection code.Tom Lane
2001-02-14Change scoping of table and join refnames to conform to SQL92: a JOINTom Lane
2001-02-13Added some comments to setval, setval_is_called and do_setvalPhilip Warner
2001-02-12Rearrange order of operations in heap_create_with_catalog so that ifTom Lane
2001-01-29Clean up handling of tuple descriptors so that result-tuple descriptorsTom Lane
2001-01-27Looks like I broke cases involving combinations of deferred update/deleteTom Lane
2001-01-27Suppress coredump when EXPLAINing query that is rewritten to includeTom Lane
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2001-01-23Narrow scope of critical section, per discussion 1/19/01.Tom Lane
2001-01-23Fix all the places that called heap_update() and heap_delete() withoutTom Lane
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
2001-01-19Make critical sections (elog->crash) and interrupt holdoff sectionsTom Lane
2001-01-19Suppress compiler warning in MULTIBYTE case.Tom Lane
2001-01-17Change lcons(x, NIL) to makeList(x) where appropriate.Bruce Momjian
2001-01-14Need to do BufferSync at end of DROP DATABASE as well as CREATE DATABASE.Tom Lane
2001-01-14Restructure backend SIGINT/SIGTERM handling so that 'die' interruptsTom Lane
2001-01-12Add more critical-section calls: all code sections that hold spinlocksTom Lane
2001-01-12Preserve constraints and column defaults during CLUSTER.Tom Lane