aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* This patch implements FOR EACH STATEMENT triggers, per my email toBruce Momjian2002-11-23
* Put back error test for DECLARE CURSOR outside a transaction block ...Tom Lane2002-11-18
* Rename show_btree_build_stats to log_btree_build_statsBruce Momjian2002-11-15
* Update xact.c comments for clarity.Bruce Momjian2002-11-13
* Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian2002-11-13
* Code review for ON COMMIT patch. Make the actual on-commit action happenTom Lane2002-11-11
* Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian2002-11-11
* Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian2002-11-10
* Add code to handle [ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP }]Bruce Momjian2002-11-09
* This patch removes a bunch of superfluous #include directives: ifBruce Momjian2002-11-08
* Clean up a few fprintf(stderr)'s that should be elog's.Tom Lane2002-11-02
* Perform transaction cleanup operations in a less ad-hoc, moreTom Lane2002-10-22
* Fix places that were using IsTransactionBlock() as an (inadequate) checkTom Lane2002-10-21
* Make CREATE/ALTER/DROP USER/GROUP transaction-safe, or at least prettyTom Lane2002-10-21
* Fix potential problem with btbulkdelete deleting an indexscan's currentTom Lane2002-10-20
* Change order of operations during XLogFlush so that we try to includeTom Lane2002-10-07
* Make the world at least somewhat safe for zero-column tables, andTom Lane2002-09-28
* Don't mess with HEAP_XMAX_INVALID in heaptuple.c routines; there isTom Lane2002-09-27
* Ensure that before truncating CLOG, we force a checkpoint even if noTom Lane2002-09-26
* Fix problems with loss of tuple commit status bits during WAL redo ofTom Lane2002-09-26
* Replace pg_attribute.attisinherited with attislocal and attinhcountTom Lane2002-09-22
* pgindent run.Bruce Momjian2002-09-04
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-02
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-02
* Remove code that suggested increasing wal_files.Bruce Momjian2002-09-01
* AUTOCOMMIT mode is now an available backend GUC variable; setting itTom Lane2002-08-30
* Add attisinherited column to pg_attribute; use it to guard againstTom Lane2002-08-30
* Complete TODO item:Bruce Momjian2002-08-30
* Code review for standalone composite types, query-specified compositeTom Lane2002-08-29
* Clean up comments to be careful about the distinction between variable-Tom Lane2002-08-25
* The cstring datatype can now be copied, passed around, etc. The typlenTom Lane2002-08-24
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-22
* Reverse out XLogDir/-X write-ahead log handling, per discussion.Bruce Momjian2002-08-17
* Make sure that t_ctid is reset to equal t_self in heap_delete andTom Lane2002-08-13
* Fix failure to relink postmaster executable in the first make run if only aPeter Eisentraut2002-08-10
* Still more paranoia in PageAddItem: disallow specification of an itemTom Lane2002-08-06
* Restructure local-buffer handling per recent pghackers discussion.Tom Lane2002-08-06
* Preliminary code review for anonymous-composite-types patch: fix breakageTom Lane2002-08-05
* Fix compilation problem with assert checking enabled for recent xlogThomas G. Lockhart2002-08-05
* Attached are two patches to implement and document anonymous compositeBruce Momjian2002-08-04
* Implement WAL log location control using "-X" or PGXLOG.Thomas G. Lockhart2002-08-04
* When compiling with --enable-cassert, check for reference count leaksTom Lane2002-08-02
* ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane2002-08-02
* Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 inTom Lane2002-07-31
* This patch fixes one serious bug (runaway INSERT) and a few rare (andBruce Momjian2002-07-30
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-20
* >the extra level of struct naming for pd_opaque has no obviousBruce Momjian2002-07-02
* There already was a macro PageGetItemId; this is now used in (almost)Bruce Momjian2002-07-02
* This patch, which is built upon the "HeapTupleHeader accessor macros"Bruce Momjian2002-07-02
* Here is a patch for a memory leak in rtree.c, version 7.2.1 (in codeBruce Momjian2002-06-25