| Commit message (Expand) | Author | Age | Files | Lines |
* | Repair sometimes-incorrect computation of StartUpID after a crash, per | Tom Lane | 2003-05-22 | 1 | -52/+64 |
* | Indexing support for pattern matching operations via separate operator | Peter Eisentraut | 2003-05-15 | 1 | -1/+10 |
* | Backend support for autocommit removed, per recent discussions. The | Tom Lane | 2003-05-14 | 1 | -70/+10 |
* | In RowDescription messages, report columns of domain datatypes as having | Tom Lane | 2003-05-13 | 1 | -7/+15 |
* | Add binary I/O routines for a bunch more datatypes. Still a few to go, | Tom Lane | 2003-05-12 | 2 | -74/+2 |
* | Adjust CreateCheckpoint so that buffer dumping activities and cleanup of | Tom Lane | 2003-05-10 | 1 | -4/+31 |
* | Implement new-protocol binary I/O support in DataRow, Bind, and FunctionCall | Tom Lane | 2003-05-09 | 1 | -151/+124 |
* | Update 3.0 protocol support to match recent agreements about how to | Tom Lane | 2003-05-08 | 1 | -69/+159 |
* | Restructure command destination handling so that we pass around | Tom Lane | 2003-05-06 | 1 | -15/+56 |
* | Implement feature of new FE/BE protocol whereby RowDescription identifies | Tom Lane | 2003-05-06 | 1 | -9/+30 |
* | Extended query protocol: parse, bind, execute, describe FE/BE messages. | Tom Lane | 2003-05-05 | 1 | -36/+48 |
* | Handle clog structure in shared memory in exec() case, for Win32. | Bruce Momjian | 2003-05-03 | 1 | -21/+47 |
* | Back out last commit --- wrong patch. | Bruce Momjian | 2003-05-02 | 1 | -47/+21 |
* | Dump/read non-default GUC values for use by exec'ed backends, for Win32. | Bruce Momjian | 2003-05-02 | 1 | -21/+47 |
* | Portal and memory management infrastructure for extended query protocol. | Tom Lane | 2003-05-02 | 1 | -36/+18 |
* | Add transaction status field to ReadyForQuery messages, and make room | Tom Lane | 2003-04-26 | 2 | -8/+44 |
* | In the continuing saga of FE/BE protocol revisions, add reporting of | Tom Lane | 2003-04-25 | 1 | -1/+8 |
* | Another round of protocol changes. Backend-to-frontend messages now all | Tom Lane | 2003-04-22 | 1 | -16/+16 |
* | Make Win32 tests to match existing Cygwin tests, where appropriate. | Bruce Momjian | 2003-04-18 | 1 | -2/+2 |
* | Reorganize clog's error reporting so that PANIC on clog I/O error can | Tom Lane | 2003-04-14 | 1 | -30/+135 |
* | This patch implements holdable cursors, following the proposal | Bruce Momjian | 2003-03-27 | 1 | -3/+3 |
* | Modify keys_are_unique optimization to release buffer pins before it | Tom Lane | 2003-03-24 | 2 | -23/+56 |
* | Adjust amrescan code so that it's allowed to call index_rescan with a | Tom Lane | 2003-03-23 | 5 | -73/+64 |
* | Allow error query to start transaction in autocommit off mode. | Bruce Momjian | 2003-03-21 | 1 | -2/+5 |
* | Remove unneeded dash blocks around function start comments. | Bruce Momjian | 2003-03-14 | 1 | -70/+37 |
* | This patch fixes a bunch of spelling mistakes in comments throughout the | Tom Lane | 2003-03-10 | 4 | -10/+10 |
* | Reimplement free-space-map management as per recent discussions. | Tom Lane | 2003-03-04 | 2 | -27/+11 |
* | During VACUUM FULL, truncate off any deletable pages that are at the | Tom Lane | 2003-02-24 | 4 | -18/+64 |
* | Remove no-longer-used FixBTree GUC variable. | Tom Lane | 2003-02-23 | 1 | -7/+1 |
* | btree page recycling can be done as soon as page's next-xact label is | Tom Lane | 2003-02-23 | 1 | -2/+2 |
* | Adjust btbulkdelete logic so that only one WAL record is issued while | Tom Lane | 2003-02-23 | 3 | -102/+125 |
* | Improve coding of log_heap_clean() and heap_xlog_clean(). | Tom Lane | 2003-02-23 | 1 | -24/+23 |
* | First cut at recycling space in btree indexes. Still some rough edges | Tom Lane | 2003-02-23 | 5 | -25/+726 |
* | More infrastructure for btree compaction project. Tree-traversal code | Tom Lane | 2003-02-22 | 9 | -264/+580 |
* | Make btree index structure adjustments and WAL logging changes needed to | Tom Lane | 2003-02-21 | 10 | -1645/+1851 |
* | This trivial patch removes the usage of some old statistics code that no | Bruce Momjian | 2003-02-13 | 2 | -90/+2 |
* | Use stat(2) to probe for existing xlog segments in InstallXLogFileSegment, | Tom Lane | 2003-01-25 | 1 | -5/+3 |
* | Read-only transactions, as defined in SQL. | Peter Eisentraut | 2003-01-10 | 1 | -1/+5 |
* | Fix for bug #866. 7.3 contains new logic for avoiding redundant calls to | Tom Lane | 2003-01-08 | 2 | -10/+48 |
* | This patch implements FOR EACH STATEMENT triggers, per my email to | Bruce Momjian | 2002-11-23 | 1 | -13/+1 |
* | Put back error test for DECLARE CURSOR outside a transaction block ... | Tom Lane | 2002-11-18 | 1 | -1/+45 |
* | Rename show_btree_build_stats to log_btree_build_stats | Bruce Momjian | 2002-11-15 | 2 | -5/+5 |
* | Update xact.c comments for clarity. | Bruce Momjian | 2002-11-13 | 1 | -107/+94 |
* | Add new palloc0 call as merge of palloc and MemSet(0). | Bruce Momjian | 2002-11-13 | 5 | -25/+13 |
* | Code review for ON COMMIT patch. Make the actual on-commit action happen | Tom Lane | 2002-11-11 | 1 | -3/+9 |
* | Back out use of palloc0 in place if palloc/MemSet. Seems constant len | Bruce Momjian | 2002-11-11 | 5 | -13/+25 |
* | Merge palloc()/MemSet(0) calls into a single palloc0() call. | Bruce Momjian | 2002-11-10 | 5 | -25/+13 |
* | Add code to handle [ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP }] | Bruce Momjian | 2002-11-09 | 1 | -1/+4 |
* | This patch removes a bunch of superfluous #include directives: if | Bruce Momjian | 2002-11-08 | 1 | -2/+1 |
* | Clean up a few fprintf(stderr)'s that should be elog's. | Tom Lane | 2002-11-02 | 1 | -3/+2 |