This website requires JavaScript.
Explore
Help
Sign In
database
/
postgres
Watch
1
Star
0
Fork
0
You've already forked postgres
mirror of
https://github.com/postgres/postgres.git
synced
2025-12-01 12:18:01 +03:00
Code
Activity
Files
82eed4dba254b8fda71d429b29d222ffb4e93fca
postgres
/
src
/
backend
/
utils
/
init
History
Tom Lane
152133bfaf
Add some comments about the safety of accessing rolpassword without using
...
the normal heap_getattr() machinery. Per Greg Stark.
2007-06-12 17:16:52 +00:00
..
flatfiles.c
Add some comments about the safety of accessing rolpassword without using
2007-06-12 17:16:52 +00:00
globals.c
Add a multi-worker capability to autovacuum. This allows multiple worker
2007-04-16 18:30:04 +00:00
Makefile
Remove remains of old depend target.
2007-01-20 17:16:17 +00:00
miscinit.c
Restructure autovacuum in two processes: a dummy process, which runs
2007-02-15 23:23:23 +00:00
postinit.c
pgstat's on-proc-exit hook has to execute after the last transaction commit
2007-05-27 05:37:50 +00:00