| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rewrite of planner statistics-gathering code. ANALYZE is now available as | Tom Lane | 2001-05-07 | 2 | -115/+17 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 6 | -30/+28 |
| * | Reduce amount of memory used per tuple for after-event triggers. This | Tom Lane | 2001-03-14 | 1 | -2/+6 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 13 | -26/+26 |
| * | Rename int4 to int32 in a few places. | Bruce Momjian | 2001-01-23 | 1 | -6/+6 |
| * | Clean up per-tuple memory leaks in trigger firing and plpgsql | Tom Lane | 2001-01-22 | 1 | -6/+9 |
| * | New WAL version - CRC and data blocks backup. | Vadim B. Mikheev | 2000-12-28 | 1 | -2/+1 |
| * | Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacks | Tom Lane | 2000-12-18 | 1 | -2/+2 |
| * | Remove a few remaining vestiges of elog(WARN). | Tom Lane | 2000-12-15 | 1 | -2/+2 |
| * | XLOG stuff for sequences. | Vadim B. Mikheev | 2000-11-30 | 1 | -2/+33 |
| * | Extend CREATE DATABASE to allow selection of a template database to be | Tom Lane | 2000-11-14 | 1 | -2/+3 |
| * | Fix breakage I introduced yesterday in MULTIBYTE compilations. | Tom Lane | 2000-10-26 | 1 | -1/+2 |
| * | Added new SQL function setval(seq,val,bool) to restore is_called as well as v... | Philip Warner | 2000-10-11 | 1 | -0/+1 |
| * | Arrange that no database accesses are attempted during parser() --- this | Tom Lane | 2000-10-07 | 1 | -2/+2 |
| * | This patch implements the following command: | Bruce Momjian | 2000-09-12 | 1 | -1/+3 |
| * | Code cleanup of user name and user id handling in the backend. The current | Peter Eisentraut | 2000-09-06 | 1 | -2/+2 |
| * | Revert removal of signed, volatile, and signal handler arg type tests. | Peter Eisentraut | 2000-08-29 | 1 | -2/+2 |
| * | Remove configure tests for `signed', `volatile', and signal handler args; | Peter Eisentraut | 2000-08-27 | 1 | -2/+2 |
| * | SQL-language functions are now callable in ordinary fmgr contexts ... | Tom Lane | 2000-08-24 | 1 | -2/+1 |
| * | 'const' decorations are fine, but not when they're inserted without | Tom Lane | 2000-07-18 | 1 | -2/+2 |
| * | Cleanup of code for creating index entries. Functional indexes with | Tom Lane | 2000-07-14 | 1 | -12/+3 |
| * | Bugfix in ALTER TABLE CREATE TOAST TABLE | Jan Wieck | 2000-07-05 | 1 | -2/+3 |
| * | TOAST | Jan Wieck | 2000-07-03 | 1 | -1/+3 |
| * | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane | 2000-06-28 | 1 | -2/+1 |
| * | Second pass over run-time configuration system. Adjust priorities on some | Peter Eisentraut | 2000-06-22 | 1 | -2/+1 |
| * | Clean up #include's. | Bruce Momjian | 2000-06-15 | 2 | -3/+1 |
| * | #include cleanups | Bruce Momjian | 2000-06-15 | 1 | -0/+2 |
| * | Update sequence-related functions to new fmgr style. Remove downcasing, | Tom Lane | 2000-06-11 | 1 | -4/+6 |
| * | Inheritance overhaul by Chris Bitmead <chris@bitmead.com> | Bruce Momjian | 2000-06-09 | 1 | -1/+2 |
| * | Mark functions as static and ifdef NOT_USED as appropriate. | Bruce Momjian | 2000-06-08 | 2 | -8/+4 |
| * | The heralded `Grand Unified Configuration scheme' (GUC) | Peter Eisentraut | 2000-05-31 | 2 | -6/+8 |
| * | Split vacuum and analyze into separate files | Bruce Momjian | 2000-05-29 | 1 | -1/+2 |
| * | More vacuum cleanup | Bruce Momjian | 2000-05-29 | 1 | -19/+19 |
| * | more cleanup | Bruce Momjian | 2000-05-29 | 1 | -2/+2 |
| * | Allow vacuum to perform analyze with shared lock. Update cvs manual. | Bruce Momjian | 2000-05-29 | 1 | -3/+1 |
| * | Second round of fmgr changes: triggers are now invoked in new style, | Tom Lane | 2000-05-29 | 2 | -6/+15 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 6 | -39/+43 |
| * | Get rid of postgres.c's separate parsing logic for PGDATESTYLE env. | Tom Lane | 2000-02-19 | 1 | -21/+5 |
| * | Implement reindex command | Hiroshi Inoue | 2000-02-18 | 1 | -1/+4 |
| * | contrib-array.patch | Bruce Momjian | 2000-02-13 | 1 | -1/+2 |
| * | Fix problems seen in parallel regress tests when SI buffer overruns (causing | Tom Lane | 2000-01-31 | 1 | -0/+10 |
| * | Add: | Bruce Momjian | 2000-01-26 | 12 | -24/+36 |
| * | added ALTER TABLE DROP COLUMN, early version | Peter Eisentraut | 2000-01-22 | 1 | -3/+3 |
| * | Included all yacc and lex files into the distribution. | Peter Eisentraut | 2000-01-16 | 1 | -5/+22 |
| * | Fix a passel of problems with incorrect calls to typinput and typoutput | Tom Lane | 2000-01-15 | 1 | -1/+2 |
| * | * User management commands no longer user pg_exec_query_dest -> more robust | Peter Eisentraut | 2000-01-14 | 2 | -9/+9 |
| * | Fixed everything in and surrounding createdb and dropdb to make it more | Peter Eisentraut | 2000-01-13 | 1 | -12/+3 |
| * | Changed "triggered data change violation" detection code | Jan Wieck | 2000-01-06 | 1 | -1/+9 |
| * | update_pg_pwd() is an AR trigger. Corrected return type. | Jan Wieck | 1999-12-21 | 1 | -1/+1 |
| * | Clean up some minor gcc warnings. | Tom Lane | 1999-12-20 | 1 | -0/+2 |