index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
cache
/
Makefile
Commit message (
Expand
)
Author
Age
*
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
*
Reorganize partitioning code
Alvaro Herrera
2018-04-14
*
Add infrastructure for mapping relfilenodes to relation OIDs.
Robert Haas
2013-07-22
*
Make new event trigger facility actually do something.
Robert Haas
2012-07-20
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Create a "relation mapping" infrastructure to support changing the relfilenodes
Tom Lane
2010-02-07
*
Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism.
Robert Haas
2010-01-22
*
Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).
Robert Haas
2010-01-05
*
Refactor backend makefiles to remove lots of duplicate code
Peter Eisentraut
2008-02-19
*
Tsearch2 functionality migrates to core. The bulk of this work is by
Tom Lane
2007-08-21
*
First phase of plan-invalidation project: create a plan cache management
Tom Lane
2007-03-13
*
Remove remains of old depend target.
Peter Eisentraut
2007-01-20
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
Create a 'type cache' that keeps track of the data needed for any particular
Tom Lane
2003-08-17
*
Phase 3 of read-only-plans project: ExecInitExpr now builds expression
Tom Lane
2002-12-13
*
Reimplement temp tables using schemas. The temp table map is history;
Tom Lane
2002-03-31
*
Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo
Tom Lane
2001-10-06
*
Fix relative path references so that make knowns which dependencies refer
Peter Eisentraut
2000-08-31
*
Generated header files parse.h and fmgroids.h are now copied into
Tom Lane
2000-05-29
*
New LDOUT makefile variable for QNX os.
Bruce Momjian
1999-12-13
*
Make LD -r as macros that can be changed for QNX.
Bruce Momjian
1999-12-09
*
Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.
Bruce Momjian
1999-02-02
*
o note that now pg_database has a new attribuite "encoding" even
Bruce Momjian
1998-08-24
*
From: t-ishii@sra.co.jp
Marc G. Fournier
1998-07-26
*
I really hope that I haven't missed anything in this one...
Marc G. Fournier
1998-07-24
*
Hi,
Bruce Momjian
1998-04-06
*
Major cleanout of PORTNAME variables from Makefiles...bound to screw up
Marc G. Fournier
1997-12-20
*
More cleanups. I can now compile without PORTNAME being defined n
Marc G. Fournier
1997-12-19
*
Another directory that compiles with no errors, and few warnings
Marc G. Fournier
1996-11-06
*
Produce a clean compile of backend...
Marc G. Fournier
1996-11-03
*
Simplify make files, add full dependencies.
Bryan Henderson
1996-10-27