index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
storage
/
freespace.h
Commit message (
Expand
)
Author
Age
*
Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with
Magnus Hagander
2007-07-25
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Clean up local redeclarations of variables with DLLIMPORT, per report
Tom Lane
2006-10-19
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Fix free space map to correctly track the total amount of FSM space needed
Tom Lane
2006-09-21
*
Allow include files to compile own their own.
Bruce Momjian
2006-07-13
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Add contrib/pg_freespacemap to display free space map information.
Bruce Momjian
2006-02-12
*
Convert the arithmetic for shared memory size calculation from 'int'
Tom Lane
2005-08-20
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
This patch properly sets the prototype for the on_shmem_exit and
Peter Eisentraut
2003-12-12
*
make sure the $Id tags are converted to $PostgreSQL as well ...
PostgreSQL Daemon
2003-11-29
*
Another pgindent run with updated typedefs.
Bruce Momjian
2003-08-08
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
*
pgindent run.
Bruce Momjian
2003-08-04
*
Add code to dump contents of free space map into $PGDATA/global/pg_fsm.cache
Tom Lane
2003-03-06
*
Reimplement free-space-map management as per recent discussions.
Tom Lane
2003-03-04
*
Performance improvement for MultiRecordFreeSpace on large relations ---
Tom Lane
2002-09-20
*
Update copyright to 2002.
Bruce Momjian
2002-06-20
*
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
Bruce Momjian
2001-11-05
*
Another pgindent run. Fixes enum indenting, and improves #endif
Bruce Momjian
2001-10-28
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
*
Implement new 'lightweight lock manager' that's intermediate between
Tom Lane
2001-09-29
*
First non-stub implementation of shared free space map. It's not super
Tom Lane
2001-07-02
*
Install infrastructure for shared-memory free space map. Doesn't actually
Tom Lane
2001-06-27