summaryrefslogtreecommitdiff
path: root/src/include/bootstrap
AgeCommit message (Expand)Author
2018-04-17Rationalize handling of array type names in bootstrap data.Tom Lane
2018-01-03Update copyright for 2018Bruce Momjian
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-01-02Update copyright for 2016Bruce Momjian
2015-05-24pgindent run for 9.5Bruce Momjian
2015-03-26Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane
2015-03-11Add macros wrapping all usage of gcc's __attribute__.Andres Freund
2015-02-21Allow forcing nullness of columns during bootstrap.Andres Freund
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-16Fix off-by-one loop count in MapArrayTypeName, and get rid of static array.Tom Lane
2014-08-14Add some noreturn attributes based on compiler recommendationsPeter Eisentraut
2014-01-07Update copyright for 2014Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-07-18Fix management of pendingOpsTable in auxiliary processes.Tom Lane
2012-06-25Unify calling conventions for postgres/postmaster sub-main functionsPeter Eisentraut
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-11-01Split work of bgwriter between 2 processes: bgwriter and checkpointer.Simon Riggs
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-01-15Introduce Streaming Replication.Heikki Linnakangas
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-09-27Simplify the bootstrap (BKI) code by getting rid of a useless table of allTom Lane
2009-07-31Create a multiplexing structure for signals to Postgres child processes.Tom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-15Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-07-24Create a new dedicated Postgres process, "wal writer", which exists to writeTom Lane
2007-03-07Cleanup the bootstrap code a little, and rename "dummy procs" in the codeAlvaro Herrera
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-08-15Add a hack so that get_type_io_data() can work from bootstrap.c'sTom Lane
2006-07-13Allow include files to compile own their own.Bruce Momjian
2006-03-07Make all our flex and bison files use %option prefix or %name-prefixTom Lane
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-08-29Update copyright to 2004.Bruce Momjian
2004-07-21Back out pg_autovacuum commit after cvs clean failure causes commit.Bruce Momjian
2004-07-21lease find enclosed a patch that matches the PL/Perl documentationBruce Momjian
2004-05-29Separate out bgwriter code into a logically separate module, ratherTom Lane
2004-05-28Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs byTom Lane
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-11-19Background writer processJan Wieck
2003-08-04Update copyrights to 2003.Bruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2002-04-27Support toasting of shared system relations, and provide toast tables forTom Lane
2002-03-26pg_class has a relnamespace column. You can create and access tablesTom Lane
2002-03-02Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian