| Commit message (Expand) | Author | Age |
* | Remove unneeded dash blocks around function start comments. | Bruce Momjian | 2003-03-14 |
* | This patch fixes a bunch of spelling mistakes in comments throughout the | Tom Lane | 2003-03-10 |
* | Reimplement free-space-map management as per recent discussions. | Tom Lane | 2003-03-04 |
* | During VACUUM FULL, truncate off any deletable pages that are at the | Tom Lane | 2003-02-24 |
* | Remove no-longer-used FixBTree GUC variable. | Tom Lane | 2003-02-23 |
* | btree page recycling can be done as soon as page's next-xact label is | Tom Lane | 2003-02-23 |
* | Adjust btbulkdelete logic so that only one WAL record is issued while | Tom Lane | 2003-02-23 |
* | Improve coding of log_heap_clean() and heap_xlog_clean(). | Tom Lane | 2003-02-23 |
* | First cut at recycling space in btree indexes. Still some rough edges | Tom Lane | 2003-02-23 |
* | More infrastructure for btree compaction project. Tree-traversal code | Tom Lane | 2003-02-22 |
* | Make btree index structure adjustments and WAL logging changes needed to | Tom Lane | 2003-02-21 |
* | This trivial patch removes the usage of some old statistics code that no | Bruce Momjian | 2003-02-13 |
* | Use stat(2) to probe for existing xlog segments in InstallXLogFileSegment, | Tom Lane | 2003-01-25 |
* | Read-only transactions, as defined in SQL. | Peter Eisentraut | 2003-01-10 |
* | Fix for bug #866. 7.3 contains new logic for avoiding redundant calls to | Tom Lane | 2003-01-08 |
* | This patch implements FOR EACH STATEMENT triggers, per my email to | Bruce Momjian | 2002-11-23 |
* | Put back error test for DECLARE CURSOR outside a transaction block ... | Tom Lane | 2002-11-18 |
* | Rename show_btree_build_stats to log_btree_build_stats | Bruce Momjian | 2002-11-15 |
* | Update xact.c comments for clarity. | Bruce Momjian | 2002-11-13 |
* | Add new palloc0 call as merge of palloc and MemSet(0). | Bruce Momjian | 2002-11-13 |
* | Code review for ON COMMIT patch. Make the actual on-commit action happen | Tom Lane | 2002-11-11 |
* | Back out use of palloc0 in place if palloc/MemSet. Seems constant len | Bruce Momjian | 2002-11-11 |
* | Merge palloc()/MemSet(0) calls into a single palloc0() call. | Bruce Momjian | 2002-11-10 |
* | Add code to handle [ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP }] | Bruce Momjian | 2002-11-09 |
* | This patch removes a bunch of superfluous #include directives: if | Bruce Momjian | 2002-11-08 |
* | Clean up a few fprintf(stderr)'s that should be elog's. | Tom Lane | 2002-11-02 |
* | Perform transaction cleanup operations in a less ad-hoc, more | Tom Lane | 2002-10-22 |
* | Fix places that were using IsTransactionBlock() as an (inadequate) check | Tom Lane | 2002-10-21 |
* | Make CREATE/ALTER/DROP USER/GROUP transaction-safe, or at least pretty | Tom Lane | 2002-10-21 |
* | Fix potential problem with btbulkdelete deleting an indexscan's current | Tom Lane | 2002-10-20 |
* | Change order of operations during XLogFlush so that we try to include | Tom Lane | 2002-10-07 |
* | Make the world at least somewhat safe for zero-column tables, and | Tom Lane | 2002-09-28 |
* | Don't mess with HEAP_XMAX_INVALID in heaptuple.c routines; there is | Tom Lane | 2002-09-27 |
* | Ensure that before truncating CLOG, we force a checkpoint even if no | Tom Lane | 2002-09-26 |
* | Fix problems with loss of tuple commit status bits during WAL redo of | Tom Lane | 2002-09-26 |
* | Replace pg_attribute.attisinherited with attislocal and attinhcount | Tom Lane | 2002-09-22 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian | 2002-09-02 |
* | Code review for HeapTupleHeader changes. Add version number to page headers | Tom Lane | 2002-09-02 |
* | Remove code that suggested increasing wal_files. | Bruce Momjian | 2002-09-01 |
* | AUTOCOMMIT mode is now an available backend GUC variable; setting it | Tom Lane | 2002-08-30 |
* | Add attisinherited column to pg_attribute; use it to guard against | Tom Lane | 2002-08-30 |
* | Complete TODO item: | Bruce Momjian | 2002-08-30 |
* | Code review for standalone composite types, query-specified composite | Tom Lane | 2002-08-29 |
* | Clean up comments to be careful about the distinction between variable- | Tom Lane | 2002-08-25 |
* | The cstring datatype can now be copied, passed around, etc. The typlen | Tom Lane | 2002-08-24 |
* | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane | 2002-08-22 |
* | Reverse out XLogDir/-X write-ahead log handling, per discussion. | Bruce Momjian | 2002-08-17 |
* | Make sure that t_ctid is reset to equal t_self in heap_delete and | Tom Lane | 2002-08-13 |
* | Fix failure to relink postmaster executable in the first make run if only a | Peter Eisentraut | 2002-08-10 |