| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2006-03-15 | Fix typo in pgcvslog, used == instead of =. | Bruce Momjian | |
| 2006-03-11 | Add CVS tag lines to files that were lacking them. | Bruce Momjian | |
| 2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian | |
| 2006-03-05 | Update to 2006. | Bruce Momjian | |
| 2006-02-12 | Update release checlist. | Bruce Momjian | |
| 2006-02-04 | Move thread_test directory from /tools to /test so source-only tarballs | Bruce Momjian | |
| have the directory for the configure test. | |||
| 2005-12-09 | Simplify lock manager data structures by making a clear separation between | Tom Lane | |
| the data defining the semantics of a lock method (ie, conflict resolution table and ancillary data, which is all constant) and the hash tables storing the current state. The only thing we give up by this is the ability to use separate hashtables for different lock methods, but there is no need for that anyway. Put some extra fields into the LockMethod definition structs to clean up some other uglinesses, like hard-wired tests for DEFAULT_LOCKMETHOD and USER_LOCKMETHOD. This commit doesn't do anything about the performance issues we were discussing, but it clears away some of the underbrush that's in the way of fixing that. | |||
| 2005-11-23 | Fix pgindent of libpq-fe.h by hacking pgindent script. | Bruce Momjian | |
| Remove pgbench comment that was causing problems. | |||
| 2005-11-16 | Update error message and documentation for fsync test. | Bruce Momjian | |
| 2005-11-16 | Have test_fsync honor -f filename argument. | Bruce Momjian | |
| 2005-11-15 | Prevent certain symbols that are used for both typedefs and variable | Bruce Momjian | |
| names from being added to pgindent's typedef list. The existance of them caused weird formatting in the date/type files, and in keywords.c. Backpatch to 8.1.X. | |||
| 2005-11-15 | Fix recent problems with BSD indent, including indenting past 80 | Bruce Momjian | |
| columns, shifting comment to the right when more than 150 'else if' clauses were used, and update typedefs for 8.1.X. NetBSD patched updated, with documentation. | |||
| 2005-11-13 | Revert pgindent length back to 79 because we are going to fix the BSD | Bruce Momjian | |
| indent bug. | |||
| 2005-11-07 | Lower pgident length to 77, document BSD indent bug. | Bruce Momjian | |
| 2005-11-07 | Change maximum pgindent length from 79 to 78, per Tom. | Bruce Momjian | |
| 2005-11-07 | R-tree is dead ... long live GiST. | Tom Lane | |
| 2005-11-05 | Add mention to update FAQ item on most recent release to RELEASE_CHANGES. | Bruce Momjian | |
| 2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian | |
| 2005-10-15 | Update pgindent typedef list. | Bruce Momjian | |
| 2005-10-10 | Document the process to update translations. | Peter Eisentraut | |
| 2005-10-07 | Remove an unused typedef. | Alvaro Herrera | |
| 2005-09-27 | Suppress FAQ and TODO changes in pgcvslog output. | Bruce Momjian | |
| 2005-09-22 | Add instructions. | Bruce Momjian | |
| 2005-09-22 | Add "codelines" script to compute number of lines in a releaes. | Bruce Momjian | |
| 2005-08-25 | Update release checklist. | Bruce Momjian | |
| 2005-08-24 | More beta1 cleanup. | Bruce Momjian | |
| 2005-08-23 | The attached patch updates the thread test program to run stand-alone on | Bruce Momjian | |
| Windows. The test itself is bypassed in configure as discussed, and libpq has been updated appropriately to allow it to build in thread-safe mode. Dave Page | |||
| 2005-08-23 | Back out incorrect commit. | Bruce Momjian | |
| 2005-08-23 | Fix function name. | Bruce Momjian | |
| 2005-08-17 | Minor cleanup. | Bruce Momjian | |
| 2005-08-16 | Update comments. | Bruce Momjian | |
| 2005-08-16 | Improve comment. | Bruce Momjian | |
| 2005-08-16 | Update pgcvslog comment on how to find branch start time. | Bruce Momjian | |
| Run autoconf/autoheader in case someone forgot in the past. | |||
| 2005-07-13 | Fix #elif spacing too. | Bruce Momjian | |
| 2005-07-13 | Fix pgindent to not have blank line before #else in variable definition | Bruce Momjian | |
| section of a function. | |||
| 2005-07-13 | Add backslashes to parentheses in awk regex because if not, they are | Bruce Momjian | |
| treated as regex groups. | |||
| 2005-07-08 | testing activitymail | PostgreSQL Daemon | |
| 2005-06-28 | Update typedefs for pgindent. | Bruce Momjian | |
| 2005-06-28 | Change awk ~ pattern from "" to //. | Bruce Momjian | |
| Remove extra backslash in pattern. Luke Lonergan | |||
| 2005-06-23 | Move findoidjoins out of contrib and into src/tools, which is a more | Tom Lane | |
| logical place for it since it is of no use to users. Per recent discussions on cleaning up contrib. | |||
| 2005-06-04 | Back out make_mkid change. | Bruce Momjian | |
| 2005-06-04 | Improve readability of config location params by adding newline. | Bruce Momjian | |
| 2005-05-27 | Fix compile of entab to use stdarg.h. Clean up includes. | Bruce Momjian | |
| Marko Kreen | |||
| 2005-05-08 | Update release checklist to reflect that HISTORY and INSTALL don't | Tom Lane | |
| need to be created by hand anymore. | |||
| 2005-05-06 | Update backend flowchart HTML. | Bruce Momjian | |
| 2005-05-06 | Update flowchart sections to match current CVS. | Bruce Momjian | |
| 2005-05-06 | Markup improvements. | Bruce Momjian | |
| 2005-05-06 | Update backend flowchard wording | Bruce Momjian | |
| 2005-04-15 | This patch changes the use of varargs.h to stdarg.h as | Neil Conway | |
| required by modern versions of GCC. Niels Breet | |||
| 2005-04-06 | Merge Resdom nodes into TargetEntry nodes to simplify code and save a | Tom Lane | |
| few palloc's. I also chose to eliminate the restype and restypmod fields entirely, since they are redundant with information stored in the node's contained expression; re-examining the expression at need seems simpler and more reliable than trying to keep restype/restypmod up to date. initdb forced due to change in contents of stored rules. | |||
