index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
postmaster
Age
Commit message (
Expand
)
Author
2007-01-16
Arrange for autovacuum to be killed when another operation wants to be alone
Alvaro Herrera
2007-01-05
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2006-11-05
Fix recently-understood problems with handling of XID freezing, particularly
Tom Lane
2006-10-19
Clean up local redeclarations of variables with DLLIMPORT, per report
Tom Lane
2006-08-08
Add a feature for automatic initialization and finalization of dynamically
Tom Lane
2006-03-05
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-02-01
Set progname early in the postmaster/postgres binary, rather than doing
Bruce Momjian
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2005-08-20
Convert the arithmetic for shared memory size calculation from 'int'
Tom Lane
2005-08-11
Autovacuum loose end mop-up. Provide autovacuum-specific vacuum cost
Tom Lane
2005-07-14
Integrate autovacuum functionality into the backend. There's still a
Tom Lane
2005-06-30
Improve the checkpoint signaling mechanism so that the bgwriter can tell
Tom Lane
2005-05-15
Rename Rendezvous to Bonjour to match OS/X renaming.
Bruce Momjian
2005-03-13
Add missing identification comment, remove entirely inappropriate include
Tom Lane
2005-03-10
Refactor fork()-related code. We need to do various housekeeping tasks
Neil Conway
2005-03-04
Replace the BufMgrLock with separate locks on the lookup hashtable and
Tom Lane
2005-01-01
Some more missed copyright notices. Many of these look like they
Tom Lane
2004-12-31
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-29
Refactor EXEC_BACKEND code so that postmaster child processes reattach
Tom Lane
2004-08-31
Replace log_filename_prefix with more general log_filename parameter,
Tom Lane
2004-08-29
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
Update copyright to 2004.
Bruce Momjian
2004-08-05
Create a built-in log rotation program, so that we no longer have to
Tom Lane
2004-07-21
Back out pg_autovacuum commit after cvs clean failure causes commit.
Bruce Momjian
2004-07-21
lease find enclosed a patch that matches the PL/Perl documentation
Bruce Momjian
2004-07-19
XLOG file archiving and point-in-time recovery. There are still some
Tom Lane
2004-05-31
Per previous discussions, get rid of use of sync(2) in favor of
Tom Lane
2004-05-30
Implement new PostmasterIsAlive() check for WIN32, per Claudio Natoli.
Tom Lane
2004-05-29
Separate out bgwriter code into a logically separate module, rather
Tom Lane