| Commit message (Expand) | Author | Age |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 in | Tom Lane | 2002-07-31 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 |
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Transaction IDs wrap around, per my proposal of 13-Aug-01. More | Tom Lane | 2001-08-26 |
* | New-style vacuum neglected to update pg_class statistics about indexes | Tom Lane | 2001-07-18 |
* | Initial implementation of concurrent VACUUM. Ifdef'd out for the moment, | Tom Lane | 2001-07-13 |
* | Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies the | Tom Lane | 2001-07-12 |
* | Install infrastructure for shared-memory free space map. Doesn't actually | Tom Lane | 2001-06-27 |
* | Rewrite of planner statistics-gathering code. ANALYZE is now available as | Tom Lane | 2001-05-07 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Cleanup of code for creating index entries. Functional indexes with | Tom Lane | 2000-07-14 |
* | Split vacuum and analyze into separate files | Bruce Momjian | 2000-05-29 |
* | More vacuum cleanup | Bruce Momjian | 2000-05-29 |
* | more cleanup | Bruce Momjian | 2000-05-29 |
* | Allow vacuum to perform analyze with shared lock. Update cvs manual. | Bruce Momjian | 2000-05-29 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | Fix a passel of problems with incorrect calls to typinput and typoutput | Tom Lane | 2000-01-15 |
* | Add new vpl_num_allocated_pages member to VPageListData. | Tatsuo Ishii | 1999-08-25 |
* | First step in fixing selectivity-estimation code. eqsel and | Tom Lane | 1999-08-01 |
* | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 |
* | Cleanup of /include #include's, for 6.6 only. | Bruce Momjian | 1999-07-14 |
* | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | 1. Vacuum is updated for MVCC. | Vadim B. Mikheev | 1999-03-28 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 |
* | Vacuum fix. Was modifying cache. | Bruce Momjian | 1998-08-19 |
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 |
* | Thank god for searchable mail archives. | PostgreSQL Daemon | 1998-01-15 |
* | Cleanup up include files. | Bruce Momjian | 1997-11-26 |
* | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 |
* | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 |
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 |
* | Analyze data only if specified and specified attrs only. | Vadim B. Mikheev | 1997-04-23 |
* | Add attribute optimization statistics. | Bruce Momjian | 1997-02-07 |
* | Added VERBOSE option to vacuum command. | Bruce Momjian | 1997-01-13 |
* | vrl_min_tlen added to VRelListData. | Vadim B. Mikheev | 1996-11-29 |
* | New structures for new vacuum. | Vadim B. Mikheev | 1996-11-27 |
* | Reap deleted/unused tuples on page-base | Vadim B. Mikheev | 1996-10-18 |
* | Clean up th ecompile process by centralizing the include files | Marc G. Fournier | 1996-08-28 |