Commits

DateSubjectAuthorReleases
2005-08-17 Avoid an Assert failure if OuterUserId hasn't been set yet during Tom Lane 8.1.0
2005-07-25 Add SET ROLE. This is a partial commit of Stephen Frost's recent patch; Tom Lane 8.1.0
2005-07-04 Arrange for the postmaster (and standalone backends, initdb, etc) to Tom Lane 8.1.0
2005-06-28 Replace pg_shadow and pg_group by new role-capable catalogs pg_authid Tom Lane 8.1.0
2005-02-26 Finish up the flat-files project: get rid of GetRawDatabaseInfo() hack Tom Lane 8.1.0
2004-11-14 Remove GUC USERLIMIT variable category, making the affected variables Tom Lane 8.0.0
2004-10-22 Fix tsearch build problems. Tom Lane 8.0.0
2004-10-09 Adjust configuration-files GUC behavior as per my recent proposal. Tom Lane 8.0.0
2004-09-06 Fix error in Windows version of CHECK_FOR_INTERRUPTS macro. Tom Lane 8.0.0
2004-08-01 Some mop-up work for savepoints (nested transactions). Store a small Tom Lane 8.0.0
2004-06-18 Tablespaces. Alternate database locations are dead, long live tablespaces. Tom Lane 8.0.0
2004-05-29 Separate out bgwriter code into a logically separate module, rather Tom Lane 8.0.0
2004-05-28 Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs by Tom Lane 8.0.0
2004-03-24 Replace max_expr_depth parameter with a max_stack_depth parameter that Tom Lane 8.0.0
2004-03-23 Replace the virtual_host and tcpip_socket parameters with a unified Tom Lane 8.0.0
2004-02-10 Centralize implementation of delay code by creating a pg_usleep() Tom Lane 8.0.0
2004-02-03 Rename SortMem and VacuumMem to work_mem and maintenance_work_mem. Tom Lane 8.0.0
2004-01-22 Remove ExpandDatabasePath(), which is unused and must have been so since Tom Lane 8.0.0
2003-09-24 Repair some REINDEX problems per recent discussions. The relcache is Tom Lane 7.4.1
2003-08-26 Mop-up for previous change to determine default shared_buffers and Tom Lane 7.4.1
2003-08-04 Remove --enable-recode feature, since it's been broken by IPv6 changes, Tom Lane 7.4.1
2003-07-29 Apply (a somewhat revised version of) Greg Mullane's patch to eliminate Tom Lane 7.4.1
2003-07-27 elog mop-up: bring some straggling fprintf(stderr)'s into the elog world. Tom Lane 7.4.1
2003-07-27 elog mop-up. Tom Lane 7.4.1
2003-07-17 Make EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow the SQL convention Tom Lane 7.4.1