Age | Commit message (Expand) | Author |
2002-06-20 | Update copyright to 2002. | Bruce Momjian |
2002-05-25 | Remove AMI_OVERRIDE tests from tqual.c routines; they aren't necessary | Tom Lane |
2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian |
2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian |
2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
2001-09-29 | Implement new 'lightweight lock manager' that's intermediate between | Tom Lane |
2001-08-26 | Transaction IDs wrap around, per my proposal of 13-Aug-01. More | Tom Lane |
2001-08-25 | Replace implementation of pg_log as a relation accessed through the | Tom Lane |
2001-08-23 | Ensure that all TransactionId comparisons are encapsulated in macros | Tom Lane |
2001-08-10 | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane |
2001-07-12 | Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies the | Tom Lane |
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-14 | Remove unused tables pg_variable, pg_inheritproc, pg_ipl tables. Initdb | Bruce Momjian |
2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
2001-03-18 | Remove NEXTXID xlog record type to avoid three-way deadlock risk. | Tom Lane |
2001-03-13 | XLOG (and related) changes: | Tom Lane |
2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian |
2000-11-30 | No more #ifdef XLOG. | Vadim B. Mikheev |
2000-11-21 | Put external declarations into header files. | Peter Eisentraut |
2000-11-03 | pg_variable is not used in WAL version now. | Vadim B. Mikheev |
2000-10-28 | WAL | Vadim B. Mikheev |
2000-01-26 | Add: | Bruce Momjian |
1999-07-15 | Change #include's to use <> and "" as appropriate. | Bruce Momjian |
1999-06-10 | 1. Fix for elog(ERROR, "EvalPlanQual: t_xmin is uncommitted ?!") | Vadim B. Mikheev |
1999-05-25 | Another pgindent run. Sorry folks. | Bruce Momjian |
1999-05-25 | pgindent run over code. | Bruce Momjian |
1999-02-13 | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian |
1998-12-18 | SET TRANSACTION ISOLATION LEVEL ... | Vadim B. Mikheev |
1998-12-16 | Serialized mode works! | Vadim B. Mikheev |
1998-09-01 | OK, folks, here is the pgindent output. | Bruce Momjian |
1998-07-21 | VariableCache (next XID generator) is placed in shmem. | Vadim B. Mikheev |
1998-02-26 | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian |
1998-01-24 | Fix prototypes so they don't look like function definitions. | Bruce Momjian |
1997-11-02 | Good Bye, Time Travel! | Vadim B. Mikheev |
1997-09-08 | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian |
1997-09-08 | Add typdefs to pgindent run. | Bruce Momjian |
1997-09-08 | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian |
1997-09-07 | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian |
1997-08-19 | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian |
1996-11-27 | TransactionIdIsInProgress moved to shmem.c | Vadim B. Mikheev |
1996-11-10 | All external function definitions now have prototypes that are checked. | Bruce Momjian |
1996-11-05 | Another one cleaned out | Marc G. Fournier |
1996-11-01 | Okay, following Bryan's (and others) suggestions...cleaning up the | Marc G. Fournier |
1996-10-23 | Major code cleanups from D'arcy (-Wall -Werror) | Marc G. Fournier |
1996-08-27 | Moved from backend/access to include/access | Marc G. Fournier |