| Commit message (Expand) | Author | Age |
* | Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan | Tom Lane | 2007-04-26 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Replace strncpy with strlcpy in selected places that seem possibly relevant | Tom Lane | 2006-09-27 |
* | Clean up logging for extended-query-protocol operations, as per my recent | Tom Lane | 2006-09-07 |
* | Change processing of extended-Query mode so that an unnamed statement | Tom Lane | 2006-09-06 |
* | Now bind displays prepare as detail, and execute displays prepare and | Bruce Momjian | 2006-08-29 |
* | Fix oversight in initial implementation of PORTAL_ONE_RETURNING mode: we | Tom Lane | 2006-08-14 |
* | Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. | Tom Lane | 2006-08-12 |
* | For protocol-level prepare/bind/execute: | Bruce Momjian | 2006-08-08 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 |
* | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 |
* | Alphabetically order reference to include files, "N" - "S". | Bruce Momjian | 2006-07-11 |
* | Code review for FILLFACTOR patch. Change WITH grammar as per earlier | Tom Lane | 2006-07-03 |
* | Add FILLFACTOR to CREATE INDEX. | Bruce Momjian | 2006-07-02 |
* | Remove redundant gettimeofday() calls to the extent practical without | Tom Lane | 2006-06-20 |
* | Back out RESET CONNECTION until there is more discussion. | Bruce Momjian | 2006-04-25 |
* | Add RESET CONNECTION, to reset all aspects of a session. | Bruce Momjian | 2006-04-25 |
* | Simplify ParamListInfo data structure to support only numbered parameters, | Tom Lane | 2006-04-22 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT is | Neil Conway | 2006-02-19 |
* | Add a new system view, pg_cursors, that displays the currently available | Neil Conway | 2006-01-18 |
* | Change the parameter_types column of the pg_prepared_statements to be | Neil Conway | 2006-01-16 |
* | Add a new system view, pg_prepared_statements, that can be used to | Neil Conway | 2006-01-08 |
* | Defend against crash while processing Describe Statement or Describe Portal | Tom Lane | 2005-12-14 |
* | Fix EXPLAIN and EXECUTE commands to pass portal parameters through to | Tom Lane | 2005-11-29 |
* | Fix EXPLAIN ANALYZE bug noted by Wiebe Cazemier: although we were | Tom Lane | 2005-10-21 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Fix the mechanism for reporting the original table OID and column number | Tom Lane | 2005-06-22 |
* | Revise handling of dropped columns in JOIN alias lists to avoid a | Tom Lane | 2005-06-03 |
* | Modify hash_search() API to prevent future occurrences of the error | Tom Lane | 2005-05-29 |
* | Log queries for client-side prepare/execute. Simon Riggs | Bruce Momjian | 2005-05-24 |
* | Update copyrights that were missed. | Bruce Momjian | 2005-01-01 |
* | PREPARE and EXPLAIN need to copy the source query just like we recently | Tom Lane | 2004-12-12 |
* | Use StrNCpy not strncpy to fill hash key, to ensure the resulting key | Tom Lane | 2004-12-03 |
* | Modify hash_create() to elog(ERROR) if an error occurs, rather than | Neil Conway | 2004-10-25 |
* | Redesign query-snapshot timing so that volatile functions in READ COMMITTED | Tom Lane | 2004-09-13 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Allow DECLARE CURSOR to take parameters from the portal in which it is | Tom Lane | 2004-08-02 |
* | When using extended-query protocol, postpone planning of unnamed statements | Tom Lane | 2004-06-11 |
* | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 |
* | This patch makes the EXECUTE command's completion tag return the | Bruce Momjian | 2004-04-22 |
* | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway | 2004-01-07 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | A visit from the message-style police ... | Tom Lane | 2003-07-28 |
* | Another round of error message editing, covering backend/commands/. | Tom Lane | 2003-07-20 |
* | Change EXECUTE INTO to CREATE TABLE AS EXECUTE. | Peter Eisentraut | 2003-07-01 |
* | Update 3.0 protocol support to match recent agreements about how to | Tom Lane | 2003-05-08 |