Age | Commit message (Expand) | Author |
2024-03-21 | Add TIDStore, to store sets of TIDs (ItemPointerData) efficiently. | Masahiko Sawada |
2021-03-19 | Allow configurable LZ4 TOAST compression. | Robert Haas |
2020-07-29 | Move syncscan.c to src/backend/access/common. | Thomas Munro |
2019-12-18 | Refactor attribute mappings used in logical tuple conversion | Michael Paquier |
2019-11-05 | Split all OBJS style lines in makefiles into one-line-per-entry style. | Andres Freund |
2019-09-05 | Split tuptoaster.c into three separate files. | Robert Haas |
2019-01-21 | Introduce access/{table.h, relation.h}, for generic functions from heapam.h. | Andres Freund |
2017-09-15 | Add support for coordinating record typmods among parallel workers. | Andres Freund |
2017-02-08 | Add WAL consistency checking facility. | Robert Haas |
2017-01-24 | Add a new DestReceiver for printing tuples without catalog access. | Robert Haas |
2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
2009-08-06 | Improve plpgsql's ability to cope with rowtypes containing dropped columns, | Tom Lane |
2008-02-19 | Remove another target I forgot during the refactoring | Peter Eisentraut |
2008-02-19 | Refactor backend makefiles to remove lots of duplicate code | Peter Eisentraut |
2007-01-20 | Remove remains of old depend target. | Peter Eisentraut |
2006-07-03 | Code review for FILLFACTOR patch. Change WITH grammar as per earlier | Tom Lane |
2006-01-14 | Some minor code cleanup, falling out from the removal of rtree. SK_NEGATE | Tom Lane |
2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
2000-08-31 | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut |
2000-05-29 | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane |
2000-05-28 | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane |
2000-01-19 | Removed MBFLAGS from makefiles since it's now done in include/config.h. | Peter Eisentraut |
1999-12-13 | New LDOUT makefile variable for QNX os. | Bruce Momjian |
1999-12-09 | Make LD -r as macros that can be changed for QNX. | Bruce Momjian |
1999-05-26 | Make functions static or NOT_USED as appropriate. | Bruce Momjian |
1998-07-26 | From: [email protected] | Marc G. Fournier |
1998-06-16 | Hi, here are the patches to enhance existing MB handling. This time | Bruce Momjian |
1998-04-06 | Hi, | Bruce Momjian |
1998-01-15 | Thank god for searchable mail archives. | PostgreSQL Daemon |
1997-12-20 | Major cleanout of PORTNAME variables from Makefiles...bound to screw up | Marc G. Fournier |
1997-12-17 | Clean up the Makefiles | Marc G. Fournier |
1996-11-05 | Re-add -I../.. for fmgr.h | Marc G. Fournier |
1996-11-03 | Finish cleaning up -I lines | Marc G. Fournier |
1996-11-01 | More intelligent #include cleanups, as pointed out by Bryan... | Marc G. Fournier |
1996-10-31 | Well, normally there wouldn't be anything in -I../.., and in a minute, there | Marc G. Fournier |
1996-10-31 | There is no -I../.. include files... | Marc G. Fournier |
1996-10-27 | Simplify make files, add full dependencies. | Bryan Henderson |