| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix bug introduced into _bt_getstackbuf() on 2003-Feb-21: the initial | Tom Lane | 2004-08-17 | 1 | -1/+8 |
| * | Dept. of further reflection: I looked around to see if any other callers | Tom Lane | 2004-08-15 | 1 | -10/+20 |
| * | Cleanup Win32 COPY handling, and move archive examples to SGML. | Bruce Momjian | 2004-08-12 | 1 | -13/+1 |
| * | Add mention of "WIN32" COPY. | Bruce Momjian | 2004-08-12 | 1 | -7/+7 |
| * | Add make_native_path() because Win32 COPY is an internal CMD.EXE command | Bruce Momjian | 2004-08-12 | 1 | -11/+14 |
| * | Fix failure to guarantee that a checkpoint will write out pg_clog updates | Tom Lane | 2004-08-11 | 2 | -7/+43 |
| * | When expanding %p in archive_command or restore_command, translate | Tom Lane | 2004-08-09 | 1 | -1/+11 |
| * | Add a comment about why we always replay backup blocks from WAL. | Tom Lane | 2004-08-08 | 1 | -1/+10 |
| * | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane | 2004-08-04 | 1 | -2/+2 |
| * | Make use of backup label/history files to control recovery properly. | Tom Lane | 2004-08-04 | 1 | -89/+336 |
| * | Add functions pg_start_backup, pg_stop_backup to create backup label | Tom Lane | 2004-08-03 | 1 | -1/+231 |
| * | Fix misplacement of savepointLevel test, per report from Chris K-L. | Tom Lane | 2004-08-03 | 1 | -11/+8 |
| * | Update the in-code documentation about the transaction system. Move it | Tom Lane | 2004-08-01 | 2 | -127/+236 |
| * | Error message style adjustments, per Alvaro Herrera. | Tom Lane | 2004-08-01 | 1 | -4/+4 |
| * | Some mop-up work for savepoints (nested transactions). Store a small | Tom Lane | 2004-08-01 | 2 | -106/+146 |
| * | plpgsql does exceptions. | Tom Lane | 2004-07-31 | 1 | -14/+123 |
| * | Fix subtransaction behavior for large objects, temp namespace, files, | Tom Lane | 2004-07-28 | 1 | -16/+65 |
| * | Replace nested-BEGIN syntax for subtransactions with spec-compliant | Tom Lane | 2004-07-27 | 1 | -120/+490 |
| * | Add cross-check that current timeline of pg_control is an ancestor of | Tom Lane | 2004-07-22 | 1 | -1/+13 |
| * | Add a check on file size as an additional safety check that a WAL file | Tom Lane | 2004-07-22 | 1 | -23/+69 |
| * | Invent WAL timelines, as per recent discussion, to make point-in-time | Tom Lane | 2004-07-21 | 10 | -719/+970 |
| * | Remove unportable use of strptime() to parse recovery target time spec. | Tom Lane | 2004-07-19 | 2 | -34/+22 |
| * | XLOG file archiving and point-in-time recovery. There are still some | Tom Lane | 2004-07-19 | 3 | -46/+891 |
| * | Invent ResourceOwner mechanism as per my recent proposal, and use it to | Tom Lane | 2004-07-17 | 5 | -267/+254 |
| * | Rename XLOG_BTREE_NEWPAGE xlog record type into XLOG_HEAP_NEWPAGE, and | Tom Lane | 2004-07-11 | 3 | -49/+52 |
| * | Fix no-longer-correct bit-pushing in TransactionIdSetStatus, per Alvaro. | Tom Lane | 2004-07-03 | 1 | -2/+7 |
| * | Further review of xact.c state machine for nested transactions. Fix | Tom Lane | 2004-07-01 | 1 | -32/+84 |
| * | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 | 12 | -321/+2045 |
| * | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane | 2004-06-18 | 3 | -19/+23 |
| * | Give inet/cidr datatypes their own hash function that ignores the inet vs | Tom Lane | 2004-06-13 | 1 | -2/+20 |
| * | Infrastructure for I/O of composite types: arrange for the I/O routines | Tom Lane | 2004-06-06 | 1 | -11/+11 |
| * | Tweak palloc/repalloc to allow zero bytes to be requested, as per recent | Tom Lane | 2004-06-05 | 1 | -2/+2 |
| * | Make the world very nearly safe for composite-type columns in tables. | Tom Lane | 2004-06-05 | 2 | -11/+157 |
| * | Resurrect heap_deformtuple(), this time implemented as a singly nested | Tom Lane | 2004-06-04 | 3 | -159/+255 |
| * | Adjust our timezone library to use pg_time_t (typedef'd as int64) in | Tom Lane | 2004-06-03 | 2 | -6/+8 |
| * | Adjust btree index build to not use shared buffers, thereby avoiding the | Tom Lane | 2004-06-02 | 4 | -204/+230 |
| * | Minor code rationalization: FlushRelationBuffers just returns void, | Tom Lane | 2004-05-31 | 1 | -6/+2 |
| * | Per previous discussions, get rid of use of sync(2) in favor of | Tom Lane | 2004-05-31 | 2 | -98/+206 |
| * | Use the new List API function names throughout the backend, and disable the | Neil Conway | 2004-05-30 | 2 | -8/+8 |
| * | Separate out bgwriter code into a logically separate module, rather | Tom Lane | 2004-05-29 | 2 | -35/+12 |
| * | Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs by | Tom Lane | 2004-05-28 | 2 | -19/+6 |
| * | Get rid of the former rather baroque mechanism for propagating the values | Tom Lane | 2004-05-27 | 2 | -36/+19 |
| * | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 | 3 | -16/+17 |
| * | For multi-table ANALYZE, use per-table transactions when possible | Tom Lane | 2004-05-22 | 1 | -2/+32 |
| * | Put back #include <sys/time.h> in files that seem to need it on Linux. | Tom Lane | 2004-05-21 | 1 | -1/+2 |
| * | Integrate src/timezone library for all platforms. There is more we can | Tom Lane | 2004-05-21 | 2 | -7/+6 |
| * | Fix speling. | Tom Lane | 2004-05-20 | 1 | -2/+2 |
| * | Get rid of rd_nblocks field in relcache entries. Turns out this was | Tom Lane | 2004-05-08 | 2 | -15/+13 |
| * | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane | 2004-05-07 | 1 | -5/+5 |
| * | Tweak indexscan and seqscan code to arrange that steps from one page to | Tom Lane | 2004-04-21 | 6 | -57/+97 |