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