index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
ipc
Commit message (
Expand
)
Author
Age
*
Add configure --enable-profiling to enable GCC profiling. Patches from
Bruce Momjian
2007-02-21
*
Restructure autovacuum in two processes: a dummy process, which runs
Alvaro Herrera
2007-02-15
*
Remove remains of old depend target.
Peter Eisentraut
2007-01-20
*
Arrange for autovacuum to be killed when another operation wants to be alone
Alvaro Herrera
2007-01-16
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Fix recently-understood problems with handling of XID freezing, particularly
Tom Lane
2006-11-05
*
Redesign the patch for allocation of shmem space and LWLocks for add-on
Tom Lane
2006-10-15
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Replace strncpy with strlcpy in selected places that seem possibly relevant
Tom Lane
2006-09-27
*
Arrange for GetSnapshotData to copy live-subtransaction XIDs from the
Tom Lane
2006-09-03
*
Add support for loadable modules to allocated shared memory and
Bruce Momjian
2006-08-01
*
Fix a couple of comments.
Tom Lane
2006-07-30
*
Modify snapshot definition so that lazy vacuums are ignored by other
Alvaro Herrera
2006-07-30
*
Add support to dynahash.c for partitioning shared hashtables according
Tom Lane
2006-07-22
*
Put back another not-so-unnecessary #include, per report from Hiroshi Saito.
Tom Lane
2006-07-16
*
Put back some more not-so-unused-as-all-that #includes. This un-breaks
Tom Lane
2006-07-15
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
*
Fix a passel of recently-committed violations of the rule 'thou shalt
Tom Lane
2006-07-14
*
Allow include files to compile own their own.
Bruce Momjian
2006-07-13
*
Take the statistics collector out of the loop for monitoring backends'
Tom Lane
2006-06-19
*
Rewrite btree vacuuming to fold the former bulkdelete and cleanup operations
Tom Lane
2006-05-08
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Rearrange backend startup sequence so that ShmemIndexLock can become
Tom Lane
2006-01-04
*
Get rid of the SpinLockAcquire/SpinLockAcquire_NoHoldoff distinction
Tom Lane
2005-12-29
*
Rethink prior patch to filter out dead backend entries from the pgstats
Tom Lane
2005-12-16
*
Divide the lock manager's shared state into 'partitions', so as to
Tom Lane
2005-12-11
*
Simplify lock manager data structures by making a clear separation between
Tom Lane
2005-12-09
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Fix LWLockAssign() so that it can safely be executed after postmaster
Tom Lane
2005-10-07
*
Convert the arithmetic for shared memory size calculation from 'int'
Tom Lane
2005-08-20
*
Add BackendXidGetPid().
Tatsuo Ishii
2005-08-20
*
Add per-user and per-database connection limit options.
Tom Lane
2005-07-31
*
Two-phase commit. Original patch by Heikki Linnakangas, with additional
Tom Lane
2005-06-17
*
Modify hash_search() API to prevent future occurrences of the error
Tom Lane
2005-05-29
*
Update comment that I missed the first time around.
Tom Lane
2005-05-19
*
Split the shared-memory array of PGPROC pointers out of the sinval
Tom Lane
2005-05-19
*
Implement sharable row-level locks, and use them for foreign key references
Tom Lane
2005-04-28
*
Remove an unused variable `ShmemBootstrap', and remove an obsolete
Neil Conway
2005-04-04
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Refactor EXEC_BACKEND code so that postmaster child processes reattach
Tom Lane
2004-12-29
*
Minor adjustments to improve the accuracy of our computation of required
Tom Lane
2004-09-29
*
Arrange to preallocate all required space for the buffer and FSM hash
Tom Lane
2004-09-28
*
RecentXmin is too recent to use as the cutoff point for accessing
Tom Lane
2004-09-16
*
Fix a number of places where brittle data structures or overly strong
Tom Lane
2004-09-06
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
Rearrange pg_subtrans handling as per recent discussion. pg_subtrans
Tom Lane
2004-08-23
*
Tweak code so that pg_subtrans is never consulted for XIDs older than
Tom Lane
2004-08-22
*
Xmin calculations should consider only top transaction IDs, and
Tom Lane
2004-08-15
[next]