Age | Commit message (Expand) | Author |
2017-01-24 | Add a new DestReceiver for printing tuples without catalog access. | Robert Haas |
2017-01-03 | Update copyright via script for 2017 | Bruce Momjian |
2016-10-11 | Drop server support for FE/BE protocol version 1.0. | Tom Lane |
2016-06-06 | Stop the executor if no more tuples can be sent from worker to leader. | Robert Haas |
2016-01-02 | Update copyright for 2016 | Bruce Momjian |
2015-09-19 | Glue layer to connect the executor to the shm_mq mechanism. | Robert Haas |
2015-01-06 | Update copyright for 2015 | Bruce Momjian |
2014-01-07 | Update copyright for 2014 | Bruce Momjian |
2013-03-04 | Add a materialized view relations. | Kevin Grittner |
2013-01-01 | Update copyrights for 2013 | Bruce Momjian |
2012-03-20 | Restructure SELECT INTO's parsetree representation into CreateTableAsStmt. | Tom Lane |
2012-01-01 | Update copyright notices for year 2012. | Bruce Momjian |
2011-01-01 | Stamp copyrights for year 2011. | Bruce Momjian |
2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
2010-02-26 | pgindent run for 9.0 | Bruce Momjian |
2010-01-30 | Avoid performing encoding conversion on command tag strings during EndCommand. | Tom Lane |
2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
2009-01-01 | Update copyright for 2009. | Bruce Momjian |
2008-11-30 | Clean up the API for DestReceiver objects by eliminating the assumption | Tom Lane |
2008-10-31 | Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETE | Tom Lane |
2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
2006-08-30 | Extend COPY to support COPY (SELECT ...) TO ... | Tom Lane |
2006-08-12 | Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. | Tom Lane |
2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
2005-11-03 | Rename the members of CommandDest enum so they don't collide with other uses of | Alvaro Herrera |
2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
2005-03-16 | Revise TupleTableSlot code to avoid unnecessary construction and disassembly | Tom Lane |
2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
2004-08-29 | Update copyright to 2004. | Bruce Momjian |
2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
2003-08-04 | Update copyrights to 2003. | Bruce Momjian |
2003-08-04 | pgindent run. | Bruce Momjian |
2003-07-22 | Error message editing in backend/libpq, backend/postmaster, backend/tcop. | Tom Lane |
2003-05-08 | Update 3.0 protocol support to match recent agreements about how to | Tom Lane |
2003-05-06 | Restructure command destination handling so that we pass around | Tom Lane |
2003-05-06 | Implement feature of new FE/BE protocol whereby RowDescription identifies | Tom Lane |
2003-05-05 | Extended query protocol: parse, bind, execute, describe FE/BE messages. | Tom Lane |
2003-04-26 | Add transaction status field to ReadyForQuery messages, and make room | Tom Lane |
2003-04-22 | Another round of protocol changes. Backend-to-frontend messages now all | Tom Lane |
2003-04-19 | Second round of FE/BE protocol changes. Frontend->backend messages now | Tom Lane |
2003-03-27 | This patch implements holdable cursors, following the proposal | Bruce Momjian |
2003-01-21 | Fix coredump problem in plpgsql's RETURN NEXT. When a SELECT INTO | Tom Lane |
2002-06-20 | Update copyright to 2002. | Bruce Momjian |
2002-02-27 | Clean up BeginCommand and related routines. BeginCommand and EndCommand | Tom Lane |
2002-02-26 | Restructure command-completion-report code so that there is just one | Tom Lane |
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-03-22 | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian |
2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |